KotshinZ commited on
Commit
d7abc9f
·
verified ·
1 Parent(s): 3412001

Training in progress, epoch 0

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: Qwen3-235B-test7
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/n2k2dqio)
31
 
32
 
33
  This model was trained with SFT.
 
4
  model_name: Qwen3-235B-test7
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/q75em13a)
31
 
32
 
33
  This model was trained with SFT.
adapter_config.json CHANGED
@@ -26,9 +26,9 @@
26
  "revision": null,
27
  "target_modules": [
28
  "k_proj",
29
- "q_proj",
30
  "v_proj",
31
- "o_proj"
32
  ],
33
  "target_parameters": null,
34
  "task_type": "CAUSAL_LM",
 
26
  "revision": null,
27
  "target_modules": [
28
  "k_proj",
29
+ "o_proj",
30
  "v_proj",
31
+ "q_proj"
32
  ],
33
  "target_parameters": null,
34
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc3bfdf05ded9614d6f74ddced247381ef339d55325336a2f07c048cc8ded078
3
  size 101748240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6a2895d325d586fe922c5b3db017fc8addebee938facf18fbd5b112816f6941
3
  size 101748240
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_flos": 2925910097395712.0,
3
+ "train_loss": 0.5559742450714111,
4
+ "train_runtime": 2503.8089,
5
+ "train_samples": 22441,
6
+ "train_samples_per_second": 0.23,
7
+ "train_steps_per_second": 0.001
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_flos": 2925910097395712.0,
3
+ "train_loss": 0.5559742450714111,
4
+ "train_runtime": 2503.8089,
5
+ "train_samples": 22441,
6
+ "train_samples_per_second": 0.23,
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.13333333333333333,
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.044444444444444446,
14
+ "grad_norm": 0.08367291093673593,
15
+ "learning_rate": 0.0,
16
+ "loss": 0.5482,
17
+ "num_tokens": 6288444.0,
18
+ "step": 1
19
+ },
20
+ {
21
+ "epoch": 0.08888888888888889,
22
+ "grad_norm": 0.07875395721115776,
23
+ "learning_rate": 4e-05,
24
+ "loss": 0.5655,
25
+ "num_tokens": 12577300.0,
26
+ "step": 2
27
+ },
28
+ {
29
+ "epoch": 0.13333333333333333,
30
+ "grad_norm": 0.07913921006018489,
31
+ "learning_rate": 2.2000000000000003e-05,
32
+ "loss": 0.5542,
33
+ "num_tokens": 18860690.0,
34
+ "step": 3
35
+ },
36
+ {
37
+ "epoch": 0.13333333333333333,
38
+ "step": 3,
39
+ "total_flos": 2925910097395712.0,
40
+ "train_loss": 0.5559742450714111,
41
+ "train_runtime": 2503.8089,
42
+ "train_samples_per_second": 0.23,
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": 1,
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": 2925910097395712.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:3d1e8fb0eefc254f48f6e434d379d343e6274ecfb603adfddf60f1a414f0c3ce
3
  size 7480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aafbb1ba6efd361aac6e6d7c0343516c8b4d5b96c19efaf5f30bb5dfd56abbed
3
  size 7480