Corianas commited on
Commit
1f14e77
·
1 Parent(s): d1387c0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ```
2
+ dataset: timdettmers/openassistant-guanaco
3
+ model: PY007/TinyLlama-1.1B-intermediate-step-480k-1T
4
+
5
+ ```
6
+ Trained from the 1T token Tinyllama.
7
+
8
+ pipe format is: ```
9
+ pipe(f"<s>[INST] {prompt} [/INST]")
10
+ ```