Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# chinese Meta Llama3 Instruct 8b 4bit
|
5 |
+
```
|
6 |
+
“top.model_name": "LLaMA3-8B-Chat",
|
7 |
+
"top.finetuning_type": "lora",
|
8 |
+
"top.adapter_path": [],
|
9 |
+
"top.quantization_bit": "none",
|
10 |
+
"top.template": "llama3",
|
11 |
+
"top.rope_scaling": "none",
|
12 |
+
top.booster": "none",
|
13 |
+
"train.training_stage": "Supervised Fine-Tuning",
|
14 |
+
"train.dataset_dir": "data",
|
15 |
+
"train.dataset": [
|
16 |
+
"alpaca_zh",
|
17 |
+
"alpaca_gpt4_zh",
|
18 |
+
"guanaco",
|
19 |
+
"oaast_sft_zh",
|
20 |
+
"wikipedia_zh"
|
21 |
+
],
|
22 |
+
top.model_name": "LLaMA3-8B-Chat",
|
23 |
+
"top.finetuning_type": "lora",
|
24 |
+
"top.adapter_path": [],
|
25 |
+
"top.quantization_bit": "none",
|
26 |
+
"top.template": "llama3",
|
27 |
+
"top.rope_scaling": "none",
|
28 |
+
"top.booster": "none",
|
29 |
+
"train.training_stage": "Supervised Fine-Tuning",
|
30 |
+
"train.dataset_dir": "data",
|
31 |
+
"train.dataset": [
|
32 |
+
"alpaca_zh",
|
33 |
+
"alpaca_gpt4_zh",
|
34 |
+
"guanaco",
|
35 |
+
"nsfc_zh",
|
36 |
+
"oaast_sft_zh",
|
37 |
+
"wikipedia_zh"
|
38 |
+
],
|
39 |
+
```
|