Jiayi-Pan commited on
Commit
175336a
1 Parent(s): c791ce9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,6 +1,11 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
  # Tiny Vicuna 1B
5
- TinyLLama 1.1B finetuned with WizardVicuna dataset.
6
- Easy to iterate on for early experiments!
 
 
 
 
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!