aixk commited on
Commit
68b3db8
·
1 Parent(s): 5f0c024

Upload folder using huggingface_hub

Browse files
slots/0/checkpoint-60/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-60/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.0015702099763290846,
6
+ "eval_steps": 500,
7
+ "global_step": 60,
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
+ "logging_steps": 20,
42
+ "max_steps": 95530,
43
+ "num_input_tokens_seen": 0,
44
+ "num_train_epochs": 3,
45
+ "save_steps": 1000000000,
46
+ "stateful_callbacks": {
47
+ "TrainerControl": {
48
+ "args": {
49
+ "should_epoch_stop": false,
50
+ "should_evaluate": false,
51
+ "should_log": false,
52
+ "should_save": true,
53
+ "should_training_stop": false
54
+ },
55
+ "attributes": {}
56
+ }
57
+ },
58
+ "total_flos": 62160849100800.0,
59
+ "train_batch_size": 1,
60
+ "trial_name": null,
61
+ "trial_params": null
62
+ }