aixk commited on
Commit
ca0d585
·
1 Parent(s): 4792dbb

Upload folder using huggingface_hub

Browse files
slots/0/checkpoint-162/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-162/trainer_state.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.004239566936088528,
6
+ "eval_steps": 500,
7
+ "global_step": 162,
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.82411193847656,
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.4944580078125,
52
+ "step": 100
53
+ },
54
+ {
55
+ "epoch": 0.003140419952658169,
56
+ "grad_norm": 62.748130798339844,
57
+ "learning_rate": 4.999980856401755e-05,
58
+ "loss": 322.3900146484375,
59
+ "step": 120
60
+ },
61
+ {
62
+ "epoch": 0.0036638232781011975,
63
+ "grad_norm": 47.879722595214844,
64
+ "learning_rate": 4.9999738808495387e-05,
65
+ "loss": 319.0849853515625,
66
+ "step": 140
67
+ },
68
+ {
69
+ "epoch": 0.0041872266035442255,
70
+ "grad_norm": 53.122230529785156,
71
+ "learning_rate": 4.999965823824433e-05,
72
+ "loss": 282.9225341796875,
73
+ "step": 160
74
+ }
75
+ ],
76
+ "logging_steps": 20,
77
+ "max_steps": 95530,
78
+ "num_input_tokens_seen": 0,
79
+ "num_train_epochs": 3,
80
+ "save_steps": 1000000000,
81
+ "stateful_callbacks": {
82
+ "TrainerControl": {
83
+ "args": {
84
+ "should_epoch_stop": false,
85
+ "should_evaluate": false,
86
+ "should_log": false,
87
+ "should_save": true,
88
+ "should_training_stop": false
89
+ },
90
+ "attributes": {}
91
+ }
92
+ },
93
+ "total_flos": 167834292572160.0,
94
+ "train_batch_size": 1,
95
+ "trial_name": null,
96
+ "trial_params": null
97
+ }