Felladrin commited on
Commit
b0e1888
·
1 Parent(s): ddcd613

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ base_model: princeton-nlp/Sheared-Pythia-160m
4
+ datasets:
5
+ - THUDM/webglm-qa
6
+ - Felladrin/formatted-csv-webglm-qa
7
  ---
8
+
9
+ ## Recommended prompt format
10
+
11
+ ```
12
+ <|references|>
13
+ {references}</s>
14
+ <|question|>
15
+ {question}</s>
16
+ <|answer|>
17
+ ```