Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
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 |
-
|
10 |
-
on the patient's description."
|
11 |
|
12 |
-
input: "Hi, I had a subarachnoid bleed and coiling of brain aneurysm last
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
past few weeks."
|
17 |
|
18 |
-
response: ''
|
19 |
-
|
|
|
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 |
|