aixk commited on
Commit
201616c
·
verified ·
1 Parent(s): 1f5e8dc

Upload folder using huggingface_hub

Browse files
slots/2/checkpoint-45/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "dtype": "float32",
9
+ "eos_token_id": 2,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_dropout": 0.0,
13
+ "hidden_size": 960,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 2560,
16
+ "max_position_embeddings": 1024,
17
+ "mlp_bias": false,
18
+ "model_type": "llama",
19
+ "neftune_alpha": 0.0,
20
+ "num_attention_heads": 15,
21
+ "num_hidden_layers": 34,
22
+ "num_key_value_heads": 5,
23
+ "pad_token_id": null,
24
+ "pretraining_tp": 1,
25
+ "qk_norm": true,
26
+ "rezero_init": 1.0,
27
+ "rms_norm_eps": 1e-06,
28
+ "rope_parameters": {
29
+ "rope_theta": 100000.0,
30
+ "rope_type": "default"
31
+ },
32
+ "tie_word_embeddings": false,
33
+ "transformers_version": "5.0.0",
34
+ "use_cache": false,
35
+ "vocab_size": 49152
36
+ }
slots/2/checkpoint-45/generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "output_attentions": false,
6
+ "output_hidden_states": false,
7
+ "transformers_version": "5.0.0",
8
+ "use_cache": false
9
+ }
slots/2/checkpoint-45/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6de057e1c46698fa4b5fb5654cefc786ff17136fe66982099338869aa809faa4
3
+ size 1714721544
slots/2/checkpoint-45/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c45e462c77952e6e1e46f7188737e7c13447e689a7f87d907fd7cf01c3c66c
3
+ size 175903435
slots/2/checkpoint-45/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c19bab1174704a4a4441475683bf1270277af15d2e2c95e964789128e482c4
3
+ size 14645
slots/2/checkpoint-45/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:086dc169253861f78404ea1102fa01a09bbbb53998b133727a258ae89c174a49
3
+ size 1383
slots/2/checkpoint-45/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ccc75e11f2ebe6cc99d05a08befc8e0ec44beef7438c4515edb5911c51ef79b
3
+ size 1465
slots/2/checkpoint-45/trainer_state.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.5272311212814645,
6
+ "eval_steps": 500,
7
+ "global_step": 45,
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.003905296558457408,
14
+ "grad_norm": 2.961405038833618,
15
+ "learning_rate": 5e-05,
16
+ "loss": 11.042926788330078,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.07810593116914816,
21
+ "grad_norm": 2.913111925125122,
22
+ "learning_rate": 4.994503670730125e-05,
23
+ "loss": 10.412632992393092,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.46864988558352405,
28
+ "grad_norm": 3.2307448387145996,
29
+ "learning_rate": 4.795731611254473e-05,
30
+ "loss": 8.959894816080729,
31
+ "step": 40
32
+ }
33
+ ],
34
+ "logging_steps": 20,
35
+ "max_steps": 301,
36
+ "num_input_tokens_seen": 0,
37
+ "num_train_epochs": 4,
38
+ "save_steps": 1000000000,
39
+ "stateful_callbacks": {
40
+ "TrainerControl": {
41
+ "args": {
42
+ "should_epoch_stop": false,
43
+ "should_evaluate": false,
44
+ "should_log": false,
45
+ "should_save": true,
46
+ "should_training_stop": false
47
+ },
48
+ "attributes": {}
49
+ }
50
+ },
51
+ "total_flos": 1.35005674143744e+16,
52
+ "train_batch_size": 1,
53
+ "trial_name": null,
54
+ "trial_params": null
55
+ }
slots/2/checkpoint-45/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e69ada62714d958c25cca51829f8ea6cdd265294d59777b45e1eca279f136098
3
+ size 5201