Ashishkr commited on
Commit
c1ec7d4
1 Parent(s): d4fef3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -10
README.md CHANGED
@@ -1,16 +1,22 @@
1
  ---
2
  tags:
3
- - autotrain
4
- - text-generation
5
-
6
- inference: True
7
-
8
  widget:
9
- - text: |
10
- instruction: "If you are a doctor, please answer the medical questions based on the patient's description."
11
- input: "Hi, I had a subarachnoid bleed and coiling of brain aneurysm last year. I am having some major bilateral temple pain along with numbness that comes and goes in my left arm/hand/fingers. I have had headaches since the aneurysm, but this is different. Also, my moods have been horrible for the past few weeks."
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
+ ```