Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
-
|
5 |
-
|
|
|
6 |
|
7 |
PROMPT FORMAT:
|
8 |
"<|im_start|>user\n{question}<|im_end|>\n<|im_start|>assistant:""
|
@@ -56,4 +57,6 @@ give me a pure brown color<|im_end|>
|
|
56 |
|
57 |
Time taken for inference: 0.19 seconds
|
58 |
```
|
|
|
|
|
59 |
|
|
|
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:
|
9 |
"<|im_start|>user\n{question}<|im_end|>\n<|im_start|>assistant:""
|
|
|
57 |
|
58 |
Time taken for inference: 0.19 seconds
|
59 |
```
|
60 |
+
|
61 |
+
Dataset: "burkelibbey/colors"
|
62 |
|