Model save
Browse files- README.md +3 -6
- adapter_config.json +5 -5
- all_results.json +4 -4
- train_results.json +4 -4
- trainer_state.json +4 -4
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,20 +1,17 @@
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen3-1.7B-Base
|
3 |
-
datasets: atomwalk12/linalg-debug-distilled
|
4 |
library_name: transformers
|
5 |
model_name: Qwen3-1.7B-Base-SFT
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
-
- trl
|
9 |
-
- tool-use
|
10 |
- sft
|
11 |
-
-
|
12 |
licence: license
|
13 |
---
|
14 |
|
15 |
# Model Card for Qwen3-1.7B-Base-SFT
|
16 |
|
17 |
-
This model is a fine-tuned version of [Qwen/Qwen3-1.7B-Base](https://huggingface.co/Qwen/Qwen3-1.7B-Base)
|
18 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
19 |
|
20 |
## Quick start
|
@@ -30,7 +27,7 @@ print(output["generated_text"])
|
|
30 |
|
31 |
## Training procedure
|
32 |
|
33 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/walks/huggingface/runs/
|
34 |
|
35 |
|
36 |
This model was trained with SFT.
|
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen3-1.7B-Base
|
|
|
3 |
library_name: transformers
|
4 |
model_name: Qwen3-1.7B-Base-SFT
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
- sft
|
8 |
+
- trl
|
9 |
licence: license
|
10 |
---
|
11 |
|
12 |
# Model Card for Qwen3-1.7B-Base-SFT
|
13 |
|
14 |
+
This model is a fine-tuned version of [Qwen/Qwen3-1.7B-Base](https://huggingface.co/Qwen/Qwen3-1.7B-Base).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/walks/huggingface/runs/l7yo1gpc)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
adapter_config.json
CHANGED
@@ -25,13 +25,13 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"o_proj",
|
29 |
-
"up_proj",
|
30 |
-
"down_proj",
|
31 |
-
"q_proj",
|
32 |
"gate_proj",
|
|
|
|
|
|
|
|
|
33 |
"v_proj",
|
34 |
-
"
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"trainable_token_indices": null,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
|
|
|
|
|
|
28 |
"gate_proj",
|
29 |
+
"q_proj",
|
30 |
+
"down_proj",
|
31 |
+
"o_proj",
|
32 |
+
"k_proj",
|
33 |
"v_proj",
|
34 |
+
"up_proj"
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"trainable_token_indices": null,
|
all_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"total_flos": 1052153750937600.0,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 5,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"total_flos": 1052153750937600.0,
|
3 |
+
"train_loss": 0.0,
|
4 |
+
"train_runtime": 1.217,
|
5 |
"train_samples": 5,
|
6 |
+
"train_samples_per_second": 20.542,
|
7 |
+
"train_steps_per_second": 4.108
|
8 |
}
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"total_flos": 1052153750937600.0,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 5,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"total_flos": 1052153750937600.0,
|
3 |
+
"train_loss": 0.0,
|
4 |
+
"train_runtime": 1.217,
|
5 |
"train_samples": 5,
|
6 |
+
"train_samples_per_second": 20.542,
|
7 |
+
"train_steps_per_second": 4.108
|
8 |
}
|
trainer_state.json
CHANGED
@@ -53,10 +53,10 @@
|
|
53 |
"epoch": 5.0,
|
54 |
"step": 5,
|
55 |
"total_flos": 1052153750937600.0,
|
56 |
-
"train_loss": 0.
|
57 |
-
"train_runtime":
|
58 |
-
"train_samples_per_second":
|
59 |
-
"train_steps_per_second":
|
60 |
}
|
61 |
],
|
62 |
"logging_steps": 1,
|
|
|
53 |
"epoch": 5.0,
|
54 |
"step": 5,
|
55 |
"total_flos": 1052153750937600.0,
|
56 |
+
"train_loss": 0.0,
|
57 |
+
"train_runtime": 1.217,
|
58 |
+
"train_samples_per_second": 20.542,
|
59 |
+
"train_steps_per_second": 4.108
|
60 |
}
|
61 |
],
|
62 |
"logging_steps": 1,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dc91a72cde04976580b8077db338a8c9562606254307974e93d689c396ab427
|
3 |
+
size 6609
|