Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,22 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
widget:
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
response: ''
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
library_name: peft
|
15 |
---
|
16 |
|
@@ -103,4 +109,4 @@ response = llama_generate(
|
|
103 |
print(response)
|
104 |
|
105 |
|
106 |
-
```
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- autotrain
|
4 |
+
- text-generation
|
5 |
+
- meta-llama
|
6 |
+
- meta-llama/Llama-2-7b-hf
|
7 |
+
inference: true
|
8 |
widget:
|
9 |
+
- text: >
|
10 |
+
instruction: "If you are a doctor, please answer the medical questions based
|
11 |
+
on the patient's description."
|
|
|
12 |
|
13 |
+
input: "Hi, I had a subarachnoid bleed and coiling of brain aneurysm last
|
14 |
+
year. I am having some major bilateral temple pain along with numbness that
|
15 |
+
comes and goes in my left arm/hand/fingers. I have had headaches since the
|
16 |
+
aneurysm, but this is different. Also, my moods have been horrible for the
|
17 |
+
past few weeks."
|
18 |
+
|
19 |
+
response: ''
|
20 |
library_name: peft
|
21 |
---
|
22 |
|
|
|
109 |
print(response)
|
110 |
|
111 |
|
112 |
+
```
|