Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
---
|
2 |
license: gpl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
+
datasets:
|
4 |
+
- BelleGroup/generated_train_0.5M_CN
|
5 |
+
- JosephusCheung/GuanacoDataset
|
6 |
+
language:
|
7 |
+
- zh
|
8 |
+
tags:
|
9 |
+
- alpaca
|
10 |
+
- Chinese-Vicuna
|
11 |
+
- llama
|
12 |
---
|
13 |
+
|
14 |
+
Checkpoint of Chinese-Vicuna model (https://github.com/Facico/Chinese-Vicuna) finetuned on belle0.5M+guanaco(2epoch) and continue-finetuned on cMedQA2. The model is based on llama7B, so it can be loaded on applications related to llama7B
|