Sigurdur commited on
Commit
d1c9a9c
·
verified ·
1 Parent(s): f2ea021

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
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
+ ```