BrokenSoul
commited on
Commit
•
594e138
1
Parent(s):
f3cddd6
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# TinyLlama-1.1B-Chat-v1.0-Colorist
|
2 |
+
|
3 |
+
This is a trained test chatbot model for learning using [burkelibbey/colors](https://huggingface.co/datasets/burkelibbey/colors) dataset.
|
4 |
+
|
5 |
+
### Intended uses & limitations
|
6 |
+
Chat about colors.
|
7 |
+
|
8 |
+
### Training data
|
9 |
+
[burkelibbey/colors](https://huggingface.co/datasets/burkelibbey/colors) dataset.
|
10 |
+
|
11 |
+
---
|
12 |
+
license: apache-2.0
|
13 |
+
datasets:
|
14 |
+
- burkelibbey/colors
|
15 |
+
language:
|
16 |
+
- en
|
17 |
+
library_name: transformers
|
18 |
+
---
|