Model save
Browse files- README.md +13 -8
- config.json +2 -14
- generation_config.json +1 -1
- model.safetensors +2 -2
- tokenizer_config.json +0 -1
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -14,12 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
-
|
| 18 |
-
- eval_runtime: 88.5321
|
| 19 |
-
- eval_samples_per_second: 170.277
|
| 20 |
-
- eval_steps_per_second: 2.666
|
| 21 |
-
- epoch: 0.96
|
| 22 |
-
- step: 45000
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -47,9 +42,19 @@ The following hyperparameters were used during training:
|
|
| 47 |
- lr_scheduler_warmup_steps: 0.1
|
| 48 |
- num_epochs: 1
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
### Framework versions
|
| 51 |
|
| 52 |
-
- Transformers 5.
|
| 53 |
- Pytorch 2.12.0+cu130
|
| 54 |
-
- Datasets 4.8.
|
| 55 |
- Tokenizers 0.22.2
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 3.4928
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 42 |
- lr_scheduler_warmup_steps: 0.1
|
| 43 |
- num_epochs: 1
|
| 44 |
|
| 45 |
+
### Training results
|
| 46 |
+
|
| 47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 48 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
| 49 |
+
| 4.0198 | 0.32 | 5000 | 4.0886 |
|
| 50 |
+
| 3.7290 | 0.64 | 10000 | 3.7018 |
|
| 51 |
+
| 3.5422 | 0.96 | 15000 | 3.5046 |
|
| 52 |
+
| 3.5263 | 1.0 | 15625 | 3.4928 |
|
| 53 |
+
|
| 54 |
+
|
| 55 |
### Framework versions
|
| 56 |
|
| 57 |
+
- Transformers 5.5.3
|
| 58 |
- Pytorch 2.12.0+cu130
|
| 59 |
+
- Datasets 4.8.4
|
| 60 |
- Tokenizers 0.22.2
|
config.json
CHANGED
|
@@ -12,7 +12,6 @@
|
|
| 12 |
"AutoModelForCausalLM": "modeling_neollm.NeoLLMForCausalLM"
|
| 13 |
},
|
| 14 |
"bos_token_id": 1,
|
| 15 |
-
"dca_past_layers_k": 1,
|
| 16 |
"directional_routing_k": 4,
|
| 17 |
"directional_routing_temp": 3.0,
|
| 18 |
"dropout_rate": 0.1,
|
|
@@ -44,7 +43,6 @@
|
|
| 44 |
"max_position_embeddings": 512,
|
| 45 |
"mea_component_key_value_heads": 4,
|
| 46 |
"mea_groupnorm_eps": 1e-06,
|
| 47 |
-
"mea_norm_type": "seednorm",
|
| 48 |
"model_type": "neollm",
|
| 49 |
"momentum_gamma": 0.1,
|
| 50 |
"num_attention_heads": 8,
|
|
@@ -72,11 +70,10 @@
|
|
| 72 |
"stack_memory_cache_size": 2048,
|
| 73 |
"stack_slots": 16,
|
| 74 |
"tie_word_embeddings": false,
|
| 75 |
-
"transformers_version": "5.
|
| 76 |
"use_affine_scaled_attention": false,
|
| 77 |
"use_attn_res": false,
|
| 78 |
"use_cache": false,
|
| 79 |
-
"use_dca": false,
|
| 80 |
"use_directional_routing": false,
|
| 81 |
"use_embedding_input_norm": true,
|
| 82 |
"use_embedding_multipliers": false,
|
|
@@ -96,20 +93,11 @@
|
|
| 96 |
"use_repo": true,
|
| 97 |
"use_repo_goat_prior": false,
|
| 98 |
"use_repo_grape": true,
|
| 99 |
-
"use_seednorm": false,
|
| 100 |
"use_siamesenorm": true,
|
| 101 |
"use_spelling_bee_embeddings": true,
|
| 102 |
"use_stack_memory": false,
|
| 103 |
-
"use_token_generator":
|
| 104 |
-
"use_versatile_ffn": false,
|
| 105 |
"use_xsa": true,
|
| 106 |
-
"versatile_active_experts": 2,
|
| 107 |
-
"versatile_aux_loss_weight": 1e-05,
|
| 108 |
-
"versatile_gumbel_temp_decay": 0.99984,
|
| 109 |
-
"versatile_gumbel_temp_end": 0.1,
|
| 110 |
-
"versatile_gumbel_temp_start": 5.0,
|
| 111 |
-
"versatile_max_depth": 2,
|
| 112 |
-
"versatile_total_experts": 4,
|
| 113 |
"vocab_size": 64402,
|
| 114 |
"xsa_eps": 1e-06
|
| 115 |
}
|
|
|
|
| 12 |
"AutoModelForCausalLM": "modeling_neollm.NeoLLMForCausalLM"
|
| 13 |
},
|
| 14 |
"bos_token_id": 1,
|
|
|
|
| 15 |
"directional_routing_k": 4,
|
| 16 |
"directional_routing_temp": 3.0,
|
| 17 |
"dropout_rate": 0.1,
|
|
|
|
| 43 |
"max_position_embeddings": 512,
|
| 44 |
"mea_component_key_value_heads": 4,
|
| 45 |
"mea_groupnorm_eps": 1e-06,
|
|
|
|
| 46 |
"model_type": "neollm",
|
| 47 |
"momentum_gamma": 0.1,
|
| 48 |
"num_attention_heads": 8,
|
|
|
|
| 70 |
"stack_memory_cache_size": 2048,
|
| 71 |
"stack_slots": 16,
|
| 72 |
"tie_word_embeddings": false,
|
| 73 |
+
"transformers_version": "5.5.3",
|
| 74 |
"use_affine_scaled_attention": false,
|
| 75 |
"use_attn_res": false,
|
| 76 |
"use_cache": false,
|
|
|
|
| 77 |
"use_directional_routing": false,
|
| 78 |
"use_embedding_input_norm": true,
|
| 79 |
"use_embedding_multipliers": false,
|
|
|
|
| 93 |
"use_repo": true,
|
| 94 |
"use_repo_goat_prior": false,
|
| 95 |
"use_repo_grape": true,
|
|
|
|
| 96 |
"use_siamesenorm": true,
|
| 97 |
"use_spelling_bee_embeddings": true,
|
| 98 |
"use_stack_memory": false,
|
| 99 |
+
"use_token_generator": false,
|
|
|
|
| 100 |
"use_xsa": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
"vocab_size": 64402,
|
| 102 |
"xsa_eps": 1e-06
|
| 103 |
}
|
generation_config.json
CHANGED
|
@@ -7,5 +7,5 @@
|
|
| 7 |
"output_attentions": false,
|
| 8 |
"output_hidden_states": false,
|
| 9 |
"pad_token_id": 0,
|
| 10 |
-
"transformers_version": "5.
|
| 11 |
}
|
|
|
|
| 7 |
"output_attentions": false,
|
| 8 |
"output_hidden_states": false,
|
| 9 |
"pad_token_id": 0,
|
| 10 |
+
"transformers_version": "5.5.3"
|
| 11 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:887b51f9288ed3c51650a753303fa3fc6bd5b8675fac8bbfc1eeaab8ad72e3ea
|
| 3 |
+
size 234563356
|
tokenizer_config.json
CHANGED
|
@@ -5,7 +5,6 @@
|
|
| 5 |
"eos_token": "<|im_end|>",
|
| 6 |
"is_local": false,
|
| 7 |
"legacy": false,
|
| 8 |
-
"local_files_only": false,
|
| 9 |
"model_input_names": [
|
| 10 |
"input_ids",
|
| 11 |
"attention_mask"
|
|
|
|
| 5 |
"eos_token": "<|im_end|>",
|
| 6 |
"is_local": false,
|
| 7 |
"legacy": false,
|
|
|
|
| 8 |
"model_input_names": [
|
| 9 |
"input_ids",
|
| 10 |
"attention_mask"
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a33059bcf224f0fc9a19648955fb59f617e8f9bdb59d6eab76c156a142403b25
|
| 3 |
+
size 5329
|