Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
model: PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T
|
6 |
+
---
|
7 |
+
TinyLLama 1.5T checkpoint trained to answer questions.
|
8 |
+
|
9 |
+
f"{example['prompt'][i]}\n{example['completion'][i]}\n<END>"
|
10 |
+
|
11 |
+
No input/output, just question, then newline to begin the answer.
|