tog commited on
Commit
c38c474
1 Parent(s): b876ed5

create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - tatsu-lab/alpaca
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ ## This Model
10
+
11
+ This is the chat model finetuned on top of `PY007/TinyLlama-1.1B-intermediate-step-480k-1T`. The dataset used is [tatsu-lab/stanford_alpaca](https://github.com/tatsu-lab/stanford_alpaca) following the chatml format.
12
+
13
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
14
+ ```
15
+ ### Instruction:
16
+ {instruction}
17
+
18
+ ### Response:
19
+ ```