Corianas commited on
Commit
64bfcc4
1 Parent(s): 5442e95

Create README.md

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