Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,15 @@ pipeline_tag: text-generation
|
|
9 |
|
10 |
# QA Icebreaker
|
11 |
|
12 |
-
The icechat model finetuned further for 5 epochs on the dataset by Vésteinn.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
# QA Icebreaker
|
11 |
|
12 |
+
The icechat model finetuned further for 5 epochs on the dataset by Vésteinn.
|
13 |
+
|
14 |
+
|
15 |
+
the template:
|
16 |
+
|
17 |
+
```txt
|
18 |
+
### Question:
|
19 |
+
{question}
|
20 |
+
|
21 |
+
### Answer:
|
22 |
+
{answer}
|
23 |
+
```
|