Upload checkpoint 2000 (Testing GatedNorm initialization)
Browse files- config.json +9 -2
- pytorch_model.bin +3 -0
- tokenizer.json +2 -2
config.json
CHANGED
|
@@ -3,13 +3,17 @@
|
|
| 3 |
"AlinlightForCausalLM"
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
|
|
|
| 6 |
"auto_map": {
|
| 7 |
"AutoConfig": "configuration_alinlight.AlinlightConfig",
|
| 8 |
"AutoModelForCausalLM": "modeling_alinlight.AlinlightForCausalLM"
|
| 9 |
},
|
| 10 |
"bos_token_id": 1,
|
| 11 |
"dtype": "bfloat16",
|
|
|
|
|
|
|
| 12 |
"eos_token_id": 2,
|
|
|
|
| 13 |
"hidden_size": 2048,
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
"intermediate_size": 5632,
|
|
@@ -19,11 +23,14 @@
|
|
| 19 |
"num_hidden_layers": 22,
|
| 20 |
"num_key_value_heads": 8,
|
| 21 |
"pad_token_id": 0,
|
|
|
|
| 22 |
"rms_norm_eps": 1e-05,
|
| 23 |
"rope_scaling": null,
|
| 24 |
"rope_theta": 10000.0,
|
| 25 |
"sliding_window": 4096,
|
| 26 |
-
"transformers_version": "4.57.
|
| 27 |
"use_cache": false,
|
| 28 |
-
"
|
|
|
|
|
|
|
| 29 |
}
|
|
|
|
| 3 |
"AlinlightForCausalLM"
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
+
"attn_logit_softcapping": 50.0,
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "configuration_alinlight.AlinlightConfig",
|
| 9 |
"AutoModelForCausalLM": "modeling_alinlight.AlinlightForCausalLM"
|
| 10 |
},
|
| 11 |
"bos_token_id": 1,
|
| 12 |
"dtype": "bfloat16",
|
| 13 |
+
"embed_pdrop": 0.0,
|
| 14 |
+
"embed_scale": true,
|
| 15 |
"eos_token_id": 2,
|
| 16 |
+
"final_logit_softcapping": 30.0,
|
| 17 |
"hidden_size": 2048,
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 5632,
|
|
|
|
| 23 |
"num_hidden_layers": 22,
|
| 24 |
"num_key_value_heads": 8,
|
| 25 |
"pad_token_id": 0,
|
| 26 |
+
"resid_pdrop": 0.0,
|
| 27 |
"rms_norm_eps": 1e-05,
|
| 28 |
"rope_scaling": null,
|
| 29 |
"rope_theta": 10000.0,
|
| 30 |
"sliding_window": 4096,
|
| 31 |
+
"transformers_version": "4.57.1",
|
| 32 |
"use_cache": false,
|
| 33 |
+
"use_qk_norm": true,
|
| 34 |
+
"vocab_size": 128000,
|
| 35 |
+
"z_loss_weight": 0.0001
|
| 36 |
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:495e7b4820b7e7951594664f74f244b9c34ddb5144642fb202ce1da0cdcbcf9c
|
| 3 |
+
size 3033026263
|
tokenizer.json
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:d526559046f1e90fa94add973fedc7ccab2b5019d0a69525bd94f6fb448f598f
|
| 3 |
+
size 11391088
|