aixk commited on
Commit
cc02ea8
·
1 Parent(s): 66a5df3

Upload folder using huggingface_hub

Browse files
slots/0/checkpoint-129/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "TwinyForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "dtype": "float32",
7
+ "hidden_dropout": 0.0,
8
+ "hidden_size": 768,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 3072,
11
+ "max_position_embeddings": 128,
12
+ "model_type": "twiny",
13
+ "neftune_alpha": 0.0,
14
+ "num_attention_heads": 12,
15
+ "num_hidden_layers": 1,
16
+ "num_key_value_heads": 3,
17
+ "qk_norm": true,
18
+ "rezero_init": 1.0,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_theta": 10000.0,
21
+ "transformers_version": "5.0.0",
22
+ "use_cache": false,
23
+ "vocab_size": 32000
24
+ }
slots/0/checkpoint-129/trainer_state.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.003375951449107532,
6
+ "eval_steps": 500,
7
+ "global_step": 129,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 2.617016627215141e-05,
14
+ "grad_norm": 122.33340454101562,
15
+ "learning_rate": 5e-05,
16
+ "loss": 419.9996032714844,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.0005234033254430282,
21
+ "grad_norm": 90.82410430908203,
22
+ "learning_rate": 4.999999511980259e-05,
23
+ "loss": 428.18197471217104,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.0010468066508860564,
28
+ "grad_norm": 59.52641296386719,
29
+ "learning_rate": 4.999997943828395e-05,
30
+ "loss": 366.3947265625,
31
+ "step": 40
32
+ },
33
+ {
34
+ "epoch": 0.0015702099763290846,
35
+ "grad_norm": 41.61277389526367,
36
+ "learning_rate": 4.999995294193233e-05,
37
+ "loss": 325.6545166015625,
38
+ "step": 60
39
+ },
40
+ {
41
+ "epoch": 0.0020936133017721128,
42
+ "grad_norm": 46.67556381225586,
43
+ "learning_rate": 4.999991563075919e-05,
44
+ "loss": 310.3648193359375,
45
+ "step": 80
46
+ },
47
+ {
48
+ "epoch": 0.002617016627215141,
49
+ "grad_norm": 47.65824890136719,
50
+ "learning_rate": 4.999986750478065e-05,
51
+ "loss": 303.49443359375,
52
+ "step": 100
53
+ },
54
+ {
55
+ "epoch": 0.003140419952658169,
56
+ "grad_norm": 62.748138427734375,
57
+ "learning_rate": 4.999980856401755e-05,
58
+ "loss": 322.389990234375,
59
+ "step": 120
60
+ }
61
+ ],
62
+ "logging_steps": 20,
63
+ "max_steps": 95530,
64
+ "num_input_tokens_seen": 0,
65
+ "num_train_epochs": 3,
66
+ "save_steps": 1000000000,
67
+ "stateful_callbacks": {
68
+ "TrainerControl": {
69
+ "args": {
70
+ "should_epoch_stop": false,
71
+ "should_evaluate": false,
72
+ "should_log": false,
73
+ "should_save": true,
74
+ "should_training_stop": false
75
+ },
76
+ "attributes": {}
77
+ }
78
+ },
79
+ "total_flos": 133645825566720.0,
80
+ "train_batch_size": 1,
81
+ "trial_name": null,
82
+ "trial_params": null
83
+ }