AlexHung29629 commited on
Commit
ee84e0b
·
verified ·
1 Parent(s): e7c771d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ checkpoint-10000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: AlexHung29629/FormoMouse123
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: out_1
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
15
+ <details><summary>See axolotl config</summary>
16
+
17
+ axolotl version: `0.9.2`
18
+ ```yaml
19
+ base_model: AlexHung29629/FormoMouse123
20
+
21
+ plugins:
22
+ - axolotl.integrations.liger.LigerPlugin
23
+ liger_rope: false
24
+ liger_rms_norm: true
25
+ liger_glu_activation: true
26
+ liger_fused_linear_cross_entropy: true
27
+
28
+ unfrozen_parameters:
29
+ - model.lm_head.weight
30
+ - model.embed_tokens.weight
31
+
32
+ pretraining_dataset:
33
+ - path: AlexHung29629/para_pat_text
34
+ split: train
35
+ text_column: text
36
+ type: pretrain
37
+ - path: AlexHung29629/urban_dictionary
38
+ split: train
39
+ text_column: text
40
+ type: pretrain
41
+
42
+ dataset_prepared_path: data_prep_1
43
+ val_set_size: 0.0
44
+ output_dir: ./out_1
45
+
46
+ shuffle_merged_datasets: true
47
+
48
+ sequence_len: 2048
49
+ pretraining_sample_concatenation: true
50
+ #sample_packing: true
51
+ #eval_sample_packing: false
52
+ pad_to_sequence_len: true
53
+
54
+ use_tensorboard: true
55
+
56
+ gradient_accumulation_steps: 1
57
+ micro_batch_size: 1
58
+ num_epochs: 2
59
+ max_steps: 10000
60
+ save_steps: 1000
61
+ save_total_limit: 1
62
+ save_only_model: true
63
+ optimizer: ao_adamw_fp8
64
+ lr_scheduler: cosine
65
+ learning_rate: 2e-4
66
+ max_grad_norm: 1.0
67
+
68
+ bfloat16: true
69
+
70
+ gradient_checkpointing: true
71
+
72
+ logging_steps: 1
73
+ torch_compile: false
74
+ sdp_attention: true
75
+
76
+
77
+ warmup_ratio: 0.1
78
+ weight_decay: 0.1
79
+
80
+ ```
81
+
82
+ </details><br>
83
+
84
+ # out_1
85
+
86
+ This model is a fine-tuned version of [AlexHung29629/FormoMouse123](https://huggingface.co/AlexHung29629/FormoMouse123) on an unknown dataset.
87
+
88
+ ## Model description
89
+
90
+ More information needed
91
+
92
+ ## Intended uses & limitations
93
+
94
+ More information needed
95
+
96
+ ## Training and evaluation data
97
+
98
+ More information needed
99
+
100
+ ## Training procedure
101
+
102
+ ### Training hyperparameters
103
+
104
+ The following hyperparameters were used during training:
105
+ - learning_rate: 0.0002
106
+ - train_batch_size: 1
107
+ - eval_batch_size: 1
108
+ - seed: 42
109
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
110
+ - lr_scheduler_type: cosine
111
+ - lr_scheduler_warmup_steps: 1000
112
+ - training_steps: 10000
113
+
114
+ ### Training results
115
+
116
+
117
+
118
+ ### Framework versions
119
+
120
+ - Transformers 4.51.3
121
+ - Pytorch 2.7.0+cu128
122
+ - Datasets 3.5.1
123
+ - Tokenizers 0.21.1
checkpoint-10000/config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Llama4ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_chunk_size": 8192,
7
+ "attention_dropout": 0.0,
8
+ "attn_scale": 0.1,
9
+ "attn_temperature_tuning": true,
10
+ "bos_token_id": 2,
11
+ "cache_implementation": "hybrid",
12
+ "eos_token_id": 1,
13
+ "floor_scale": 8192,
14
+ "head_dim": 128,
15
+ "hidden_act": "silu",
16
+ "hidden_size": 1024,
17
+ "initializer_range": 0.02,
18
+ "interleave_moe_layer_step": 1,
19
+ "intermediate_size": 3072,
20
+ "intermediate_size_mlp": 3072,
21
+ "max_position_embeddings": 32768,
22
+ "model_type": "llama4_text",
23
+ "moe_layers": [],
24
+ "no_rope_layers": [
25
+ 1,
26
+ 1,
27
+ 1,
28
+ 1,
29
+ 1,
30
+ 1,
31
+ 1,
32
+ 1,
33
+ 1,
34
+ 1,
35
+ 1,
36
+ 1,
37
+ 1,
38
+ 1,
39
+ 1,
40
+ 1,
41
+ 1,
42
+ 1,
43
+ 1,
44
+ 1,
45
+ 1,
46
+ 1,
47
+ 1,
48
+ 1,
49
+ 1,
50
+ 1,
51
+ 1,
52
+ 1
53
+ ],
54
+ "num_attention_heads": 16,
55
+ "num_experts_per_tok": 1,
56
+ "num_hidden_layers": 28,
57
+ "num_key_value_heads": 8,
58
+ "num_local_experts": 16,
59
+ "output_router_logits": false,
60
+ "pad_token_id": 0,
61
+ "rms_norm_eps": 1e-06,
62
+ "rope_scaling": null,
63
+ "rope_theta": 500000,
64
+ "router_aux_loss_coef": 0.001,
65
+ "router_jitter_noise": 0.0,
66
+ "tie_word_embeddings": true,
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.51.3",
69
+ "use_cache": false,
70
+ "use_qk_norm": true,
71
+ "vocab_size": 262145
72
+ }
checkpoint-10000/generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "cache_implementation": "hybrid",
5
+ "do_sample": true,
6
+ "eos_token_id": 1,
7
+ "pad_token_id": 0,
8
+ "transformers_version": "4.51.3"
9
+ }
checkpoint-10000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5e596259313bd096b646fbcd39bf3d5d3b469cf156774597407acc89698e185
3
+ size 1954813416
checkpoint-10000/special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
checkpoint-10000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
checkpoint-10000/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-10000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-10000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b67708f7ac73e25d8ee37c892a7580fd6c94c52b2236c3b88555be41bcb4d2b3
3
+ size 6993
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Llama4ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_chunk_size": 8192,
7
+ "attention_dropout": 0.0,
8
+ "attn_scale": 0.1,
9
+ "attn_temperature_tuning": true,
10
+ "bos_token_id": 2,
11
+ "cache_implementation": "hybrid",
12
+ "eos_token_id": 1,
13
+ "floor_scale": 8192,
14
+ "head_dim": 128,
15
+ "hidden_act": "silu",
16
+ "hidden_size": 1024,
17
+ "initializer_range": 0.02,
18
+ "interleave_moe_layer_step": 1,
19
+ "intermediate_size": 3072,
20
+ "intermediate_size_mlp": 3072,
21
+ "max_position_embeddings": 32768,
22
+ "model_type": "llama4_text",
23
+ "moe_layers": [],
24
+ "no_rope_layers": [
25
+ 1,
26
+ 1,
27
+ 1,
28
+ 1,
29
+ 1,
30
+ 1,
31
+ 1,
32
+ 1,
33
+ 1,
34
+ 1,
35
+ 1,
36
+ 1,
37
+ 1,
38
+ 1,
39
+ 1,
40
+ 1,
41
+ 1,
42
+ 1,
43
+ 1,
44
+ 1,
45
+ 1,
46
+ 1,
47
+ 1,
48
+ 1,
49
+ 1,
50
+ 1,
51
+ 1,
52
+ 1
53
+ ],
54
+ "num_attention_heads": 16,
55
+ "num_experts_per_tok": 1,
56
+ "num_hidden_layers": 28,
57
+ "num_key_value_heads": 8,
58
+ "num_local_experts": 16,
59
+ "output_router_logits": false,
60
+ "pad_token_id": 0,
61
+ "rms_norm_eps": 1e-06,
62
+ "rope_scaling": null,
63
+ "rope_theta": 500000,
64
+ "router_aux_loss_coef": 0.001,
65
+ "router_jitter_noise": 0.0,
66
+ "tie_word_embeddings": true,
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.51.3",
69
+ "use_cache": false,
70
+ "use_qk_norm": true,
71
+ "vocab_size": 262145
72
+ }
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "cache_implementation": "hybrid",
5
+ "do_sample": true,
6
+ "eos_token_id": 1,
7
+ "pad_token_id": 0,
8
+ "transformers_version": "4.51.3"
9
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5e596259313bd096b646fbcd39bf3d5d3b469cf156774597407acc89698e185
3
+ size 1954813416
runs/Jun07_10-54-35_miniitx/events.out.tfevents.1749264876.miniitx.107512.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5d6ae49d58959b221129ee49d80d7ab24dcee8670c69ed139a27806b44cfb68
3
+ size 2116806
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff