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