Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
# Tiny Vicuna 1B
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
---
|
6 |
# Tiny Vicuna 1B
|
7 |
+
This model is a fine-tuned version of [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T), finetuned on [WizardVicuna Dataset](https://github.com/melodysdreamj/WizardVicunaLM).
|
8 |
+
It should be fully compatible with Vicuna-v1.5 series.
|
9 |
+
|
10 |
+
|
11 |
+
This model is easy to iterate on for early experiments!
|