KotshinZ commited on
Commit
99237df
·
verified ·
1 Parent(s): ab54fce

Training in progress, step 4

Browse files
README.md CHANGED
@@ -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/2w2mcwgz)
31
 
32
 
33
  This model was trained with SFT.
 
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/g4f13frh)
31
 
32
 
33
  This model was trained with SFT.
adapter_config.json CHANGED
@@ -25,10 +25,10 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "v_proj",
29
- "k_proj",
30
  "o_proj",
31
- "q_proj"
 
32
  ],
33
  "target_parameters": null,
34
  "task_type": "CAUSAL_LM",
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
+ "q_proj",
 
29
  "o_proj",
30
+ "k_proj",
31
+ "v_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:1a09d0d8b0c15f7e01381870495b3a9778b48adc01afb3ad86d661f4ac29d80b
3
  size 101748240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b79c3a023aa6423ffdfa305a7a5615e42f3c90900c51afac55f44ad03f979eb
3
  size 101748240
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_flos": 2918992448585728.0,
3
+ "train_loss": 0.5622602303822836,
4
+ "train_runtime": 2418.6915,
5
+ "train_samples": 22441,
6
+ "train_samples_per_second": 0.238,
7
+ "train_steps_per_second": 0.001
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_flos": 2918992448585728.0,
3
+ "train_loss": 0.5622602303822836,
4
+ "train_runtime": 2418.6915,
5
+ "train_samples": 22441,
6
+ "train_samples_per_second": 0.238,
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.0809381034602598,
15
+ "learning_rate": 0.0,
16
+ "loss": 0.57,
17
+ "num_tokens": 6245325.0,
18
+ "step": 1
19
+ },
20
+ {
21
+ "epoch": 0.08888888888888889,
22
+ "grad_norm": 0.07731609706200754,
23
+ "learning_rate": 1e-05,
24
+ "loss": 0.5777,
25
+ "num_tokens": 12529292.0,
26
+ "step": 2
27
+ },
28
+ {
29
+ "epoch": 0.13333333333333333,
30
+ "grad_norm": 0.07887771101388846,
31
+ "learning_rate": 5.500000000000001e-06,
32
+ "loss": 0.539,
33
+ "num_tokens": 18818029.0,
34
+ "step": 3
35
+ },
36
+ {
37
+ "epoch": 0.13333333333333333,
38
+ "step": 3,
39
+ "total_flos": 2918992448585728.0,
40
+ "train_loss": 0.5622602303822836,
41
+ "train_runtime": 2418.6915,
42
+ "train_samples_per_second": 0.238,
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": 2918992448585728.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:0bd3ebf56d1b4392f28b225fcfd7080228386abb7948da578dd28bcc18fa25eb
3
  size 7480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e813c56ce63ac810e4a68cbc4af9209e456b93768e6c62d1e4318efd934c211
3
  size 7480