ganchengguang
commited on
Commit
·
9b24ff6
1
Parent(s):
d6f3d4a
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,19 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
This model is traned with [guanaco](https://huggingface.co/datasets/JosephusCheung/GuanacoDataset) dataset.
|
6 |
-
Improved performance in Chinese and Japanese.
|
7 |
-
Use the QLoRA to fine-tune the vanilla [LLaMA2-7B](https://huggingface.co/NousResearch/Llama-2-7b-hf).
|
8 |
-
|
9 |
-
|
10 |
|
11 |
### Recommend Generation parameters:
|
12 |
* temperature: 0.5~0.7
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- ja
|
5 |
+
- en
|
6 |
+
- zh
|
7 |
+
tags:
|
8 |
+
- LLaMA2
|
9 |
+
- Japanese
|
10 |
+
- LLM
|
11 |
---
|
12 |
|
13 |
+
This model is traned with [guanaco](https://huggingface.co/datasets/JosephusCheung/GuanacoDataset) dataset.
|
14 |
+
Improved performance in Chinese and Japanese.
|
15 |
+
Use the QLoRA to fine-tune the vanilla [LLaMA2-7B](https://huggingface.co/NousResearch/Llama-2-7b-hf).
|
16 |
+
And you can use test.py to test the model.
|
|
|
17 |
|
18 |
### Recommend Generation parameters:
|
19 |
* temperature: 0.5~0.7
|