Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ The SFT (Supervised Fine-Tuning) process was conducted in two phases:
|
|
42 |
- Trained for 1.5 epochs
|
43 |
```
|
44 |
### model
|
45 |
-
model_name_or_path:
|
46 |
|
47 |
### method
|
48 |
stage: sft
|
@@ -70,7 +70,7 @@ overwrite_output_dir: true
|
|
70 |
- Continued training for 2 additional epochs
|
71 |
```
|
72 |
### model
|
73 |
-
model_name_or_path: /
|
74 |
|
75 |
### method
|
76 |
stage: sft
|
|
|
42 |
- Trained for 1.5 epochs
|
43 |
```
|
44 |
### model
|
45 |
+
model_name_or_path: /home/syx/Qwen2.5-3B-Instruct
|
46 |
|
47 |
### method
|
48 |
stage: sft
|
|
|
70 |
- Continued training for 2 additional epochs
|
71 |
```
|
72 |
### model
|
73 |
+
model_name_or_path: saves/qwen2-01-qat/full/sft/checkpoint-24000
|
74 |
|
75 |
### method
|
76 |
stage: sft
|