Ashishkr librarian-bot commited on
Commit
31c7ef6
1 Parent(s): b2cb6fd

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

Browse files

- Librarian Bot: Add base_model information to model (cafd9189b26ffdf16e4dd60875135108f7643643)


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

Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,23 +1,24 @@
1
  ---
 
2
  tags:
3
  - autotrain
4
  - meta-llama
5
  - meta-llama/Llama-2-7b-hf
6
  inference: false
7
  widget:
8
- - text: >
9
- instruction: "If you are a doctor, please answer the medical questions based
10
- on the patient's description."
11
 
12
- input: "Hi, I had a subarachnoid bleed and coiling of brain aneurysm last
13
- year. I am having some major bilateral temple pain along with numbness that
14
- comes and goes in my left arm/hand/fingers. I have had headaches since the
15
- aneurysm, but this is different. Also, my moods have been horrible for the
16
- past few weeks."
17
 
18
- response: ''
19
- library_name: peft
 
20
  pipeline_tag: text-generation
 
21
  ---
22
  llama-2-7b-hf model finetuned for medical consultation. Works on T4 GPU (16GB VRAM), as well as CPU (32GB RAM)
23
 
 
1
  ---
2
+ library_name: peft
3
  tags:
4
  - autotrain
5
  - meta-llama
6
  - meta-llama/Llama-2-7b-hf
7
  inference: false
8
  widget:
9
+ - text: 'instruction: "If you are a doctor, please answer the medical questions based
10
+ on the patient''s description."
 
11
 
12
+ input: "Hi, I had a subarachnoid bleed and coiling of brain aneurysm last year.
13
+ I am having some major bilateral temple pain along with numbness that comes and
14
+ goes in my left arm/hand/fingers. I have had headaches since the aneurysm, but
15
+ this is different. Also, my moods have been horrible for the past few weeks."
 
16
 
17
+ response: ''''
18
+
19
+ '
20
  pipeline_tag: text-generation
21
+ base_model: meta-llama/Llama-2-7b-hf
22
  ---
23
  llama-2-7b-hf model finetuned for medical consultation. Works on T4 GPU (16GB VRAM), as well as CPU (32GB RAM)
24