mychen76 commited on
Commit
39d85ce
·
1 Parent(s): a7dd6ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -1,14 +1,11 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- MODEL
5
- "mychen76/tinyllama-colorist-v2" - is a finetuned TinyLlama model using color dataset.
6
 
7
- MOTIVATION
8
- A fun experimental model for using TinyLlama as Llama2 replacement for resource constraint environment.
9
 
10
- PROMPT FORMAT
11
- "<|im_start|>user\n{question}<|im_end|>\n<|im_start|>assistant:""
12
 
13
  MODEL USAGE:
14
  ```python
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ MODEL: "mychen76/tinyllama-colorist-v2" - is a finetuned TinyLlama model using color dataset.
 
5
 
6
+ MOTIVATION: A fun experimental model for using TinyLlama as Llama2 replacement for resource constraint environment.
 
7
 
8
+ PROMPT FORMAT: "<|im_start|>user\n{question}<|im_end|>\n<|im_start|>assistant:""
 
9
 
10
  MODEL USAGE:
11
  ```python