KotshinZ commited on
Commit
409d0b2
·
verified ·
1 Parent(s): c4f26a5

Training in progress, step 4

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: Qwen3-235B-test5
5
  tags:
6
  - generated_from_trainer
7
- - sft
8
  - trl
 
9
  licence: license
10
  ---
11
 
@@ -27,7 +27,7 @@ print(output["generated_text"])
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/neko-llm/huggingface/runs/7ao36gwu)
31
 
32
 
33
  This model was trained with SFT.
 
4
  model_name: Qwen3-235B-test5
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
+ - sft
9
  licence: license
10
  ---
11
 
 
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/neko-llm/huggingface/runs/r6shuvcx)
31
 
32
 
33
  This model was trained with SFT.
adapter_config.json CHANGED
@@ -26,8 +26,8 @@
26
  "revision": null,
27
  "target_modules": [
28
  "k_proj",
29
- "q_proj",
30
  "o_proj",
 
31
  "v_proj"
32
  ],
33
  "target_parameters": null,
 
26
  "revision": null,
27
  "target_modules": [
28
  "k_proj",
 
29
  "o_proj",
30
+ "q_proj",
31
  "v_proj"
32
  ],
33
  "target_parameters": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22fd7c9c60fb4627d20d61f90143d75c345732392fe37782089e155f63cd5b0b
3
  size 101748240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d73d91f356fe6bfb28003bb9e26b7298717859bc166629a15f1b3ca708e6909
3
  size 101748240
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_flos": 598031044968448.0,
3
+ "train_loss": 0.559820294380188,
4
+ "train_runtime": 2238.4134,
5
+ "train_samples": 22441,
6
+ "train_samples_per_second": 0.257,
7
+ "train_steps_per_second": 0.001
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_flos": 598031044968448.0,
3
+ "train_loss": 0.559820294380188,
4
+ "train_runtime": 2238.4134,
5
+ "train_samples": 22441,
6
+ "train_samples_per_second": 0.257,
7
+ "train_steps_per_second": 0.001
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.02564102564102564,
6
+ "eval_steps": 500,
7
+ "global_step": 3,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.008547008547008548,
14
+ "grad_norm": 0.08441745049990439,
15
+ "learning_rate": 0.0,
16
+ "loss": 0.5497,
17
+ "num_tokens": 1354569.0,
18
+ "step": 1
19
+ },
20
+ {
21
+ "epoch": 0.017094017094017096,
22
+ "grad_norm": 0.07769949394919991,
23
+ "learning_rate": 4e-05,
24
+ "loss": 0.554,
25
+ "num_tokens": 2519704.0,
26
+ "step": 2
27
+ },
28
+ {
29
+ "epoch": 0.02564102564102564,
30
+ "grad_norm": 0.08304775120963873,
31
+ "learning_rate": 2.2000000000000003e-05,
32
+ "loss": 0.5757,
33
+ "num_tokens": 3790489.0,
34
+ "step": 3
35
+ },
36
+ {
37
+ "epoch": 0.02564102564102564,
38
+ "step": 3,
39
+ "total_flos": 598031044968448.0,
40
+ "train_loss": 0.559820294380188,
41
+ "train_runtime": 2238.4134,
42
+ "train_samples_per_second": 0.257,
43
+ "train_steps_per_second": 0.001
44
+ }
45
+ ],
46
+ "logging_steps": 1,
47
+ "max_steps": 3,
48
+ "num_input_tokens_seen": 0,
49
+ "num_train_epochs": 1,
50
+ "save_steps": 500,
51
+ "stateful_callbacks": {
52
+ "TrainerControl": {
53
+ "args": {
54
+ "should_epoch_stop": false,
55
+ "should_evaluate": false,
56
+ "should_log": false,
57
+ "should_save": true,
58
+ "should_training_stop": true
59
+ },
60
+ "attributes": {}
61
+ }
62
+ },
63
+ "total_flos": 598031044968448.0,
64
+ "train_batch_size": 1,
65
+ "trial_name": null,
66
+ "trial_params": null
67
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:90fb3b6684a8bb12b363da35de157ab4db24a89782c95d40dfceb41c5dc3232a
3
  size 7480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9934efc67b28a8e54bfcb1c4c84dc0569728f540d1482ac47112190f498ef8bf
3
  size 7480