Ashishkr librarian-bot commited on
Commit
e532f65
1 Parent(s): 4c332ab

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (28967ae19ae5b36d3a35c43ab95af0684ed9d3bc)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +15 -13
README.md CHANGED
@@ -1,21 +1,23 @@
1
  ---
 
2
  tags:
3
  - text-generation
4
  inference: true
5
  widget:
6
- - text: >
7
- mask all personally identificable information PII including person names for the text below:
8
- John Doe, currently lives at 1234 Elm Street,
9
- Springfield, Anywhere 12345. He can be reached at johndoe@email.com or at
10
- the phone number 555-123-4567. His social security number is 123-45-6789,
11
- and he has a bank account number 9876543210 at Springfield Bank. John
12
- attended Springfield University where he earned a Bachelor's degree in
13
- Computer Science. He now works at Acme Corp and his employee ID is 123456.
14
- John's medical record number is MRN-001234, and he has a history of asthma
15
- and high blood pressure. His primary care physician is Dr. Jane Smith, who
16
- practices at Springfield Medical Center. His recent blood test results show
17
- a cholesterol level of 200 mg/dL and a blood glucose level of 90 mg/dL.
18
- library_name: peft
 
19
  ---
20
  install the required packages : peft, transformers, BitsAndBytes , accelerate
21
 
 
1
  ---
2
+ library_name: peft
3
  tags:
4
  - text-generation
5
  inference: true
6
  widget:
7
+ - text: 'mask all personally identificable information PII including person names
8
+ for the text below: John Doe, currently lives at 1234 Elm Street, Springfield,
9
+ Anywhere 12345. He can be reached at johndoe@email.com or at the phone number
10
+ 555-123-4567. His social security number is 123-45-6789, and he has a bank account
11
+ number 9876543210 at Springfield Bank. John attended Springfield University where
12
+ he earned a Bachelor''s degree in Computer Science. He now works at Acme Corp
13
+ and his employee ID is 123456. John''s medical record number is MRN-001234, and
14
+ he has a history of asthma and high blood pressure. His primary care physician
15
+ is Dr. Jane Smith, who practices at Springfield Medical Center. His recent blood
16
+ test results show a cholesterol level of 200 mg/dL and a blood glucose level
17
+ of 90 mg/dL.
18
+
19
+ '
20
+ base_model: meta-llama/Llama-2-7b-hf
21
  ---
22
  install the required packages : peft, transformers, BitsAndBytes , accelerate
23