Create README.md
Browse files
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 |
+
```
|