Sandiago21
commited on
Commit
•
50a5adc
1
Parent(s):
309db04
Update README.md with example
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ pipeline_tag: conversational
|
|
8 |
|
9 |
## Model Card for Model ID
|
10 |
|
11 |
-
Finetuned depacoda-research/
|
12 |
|
13 |
|
14 |
## Model Details
|
@@ -16,7 +16,7 @@ Finetuned depacoda-research/llamma-13b-hf on conversations
|
|
16 |
|
17 |
### Model Description
|
18 |
|
19 |
-
The depacoda-research/
|
20 |
|
21 |
**Developed by:** [More Information Needed]
|
22 |
|
@@ -28,7 +28,7 @@ The depacoda-research/llamma-13b-hf model was finetuned on conversations and que
|
|
28 |
|
29 |
**License:** Research
|
30 |
|
31 |
-
**Finetuned from model:** depacoda-research/
|
32 |
|
33 |
|
34 |
## Model Sources [optional]
|
@@ -106,6 +106,32 @@ for s in generation_output.sequences:
|
|
106 |
print(tokenizer.decode(s))
|
107 |
```
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
## Training Details
|
110 |
|
111 |
|
|
|
8 |
|
9 |
## Model Card for Model ID
|
10 |
|
11 |
+
Finetuned depacoda-research/llama-13b-hf on conversations
|
12 |
|
13 |
|
14 |
## Model Details
|
|
|
16 |
|
17 |
### Model Description
|
18 |
|
19 |
+
The depacoda-research/llama-13b-hf model was finetuned on conversations and question answering prompts
|
20 |
|
21 |
**Developed by:** [More Information Needed]
|
22 |
|
|
|
28 |
|
29 |
**License:** Research
|
30 |
|
31 |
+
**Finetuned from model:** depacoda-research/llama-13b-hf
|
32 |
|
33 |
|
34 |
## Model Sources [optional]
|
|
|
106 |
print(tokenizer.decode(s))
|
107 |
```
|
108 |
|
109 |
+
### Example Output
|
110 |
+
```
|
111 |
+
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
112 |
+
|
113 |
+
### Instruction:
|
114 |
+
Which is the capital city of Greece and with which countries does Greece border?
|
115 |
+
|
116 |
+
### Input:
|
117 |
+
Question answering
|
118 |
+
|
119 |
+
### Response:
|
120 |
+
|
121 |
+
|
122 |
+
Generating...
|
123 |
+
<unk> Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
124 |
+
|
125 |
+
### Instruction:
|
126 |
+
Which is the capital city of Greece and with which countries does Greece border?
|
127 |
+
|
128 |
+
### Input:
|
129 |
+
Question answering
|
130 |
+
|
131 |
+
### Response:
|
132 |
+
<unk>capital city of Athens and it borders Albania to the northwest, North Macedonia and Bulgaria to the northeast, Turkey to the east, and Libya to the southeast across the Mediterranean Sea.
|
133 |
+
```
|
134 |
+
|
135 |
## Training Details
|
136 |
|
137 |
|