Upload trained model ysnrfd-base
Browse files- config.json +29 -0
- generation_config.json +7 -0
- pytorch_model.bin +3 -0
- trainer_state.pt +3 -0
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"YsnrfdForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 50256,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
+
"early_stopping_patience": 3,
|
| 10 |
+
"eos_token_id": 50256,
|
| 11 |
+
"gradient_accumulation_steps": 4,
|
| 12 |
+
"gradient_checkpointing": false,
|
| 13 |
+
"hidden_dropout_prob": 0.0,
|
| 14 |
+
"hidden_size": 768,
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 3072,
|
| 17 |
+
"max_position_embeddings": 2048,
|
| 18 |
+
"model_type": "ysnrfd",
|
| 19 |
+
"num_attention_heads": 12,
|
| 20 |
+
"num_hidden_layers": 12,
|
| 21 |
+
"pad_token_id": 50256,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000.0,
|
| 24 |
+
"transformers_version": "4.57.1",
|
| 25 |
+
"use_cache": true,
|
| 26 |
+
"use_flash_attn": false,
|
| 27 |
+
"use_gradient_accumulation": true,
|
| 28 |
+
"vocab_size": 50257
|
| 29 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 50256,
|
| 4 |
+
"eos_token_id": 50256,
|
| 5 |
+
"pad_token_id": 50256,
|
| 6 |
+
"transformers_version": "4.57.1"
|
| 7 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97a88ebbcd04cd838451870d153da0267e2908fa2dddfce3c846eaf81025816a
|
| 3 |
+
size 607488539
|
trainer_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cacb200b4dbbcbd4e17da87903fc3be4b338e7fcd22cea034189de6056c71bae
|
| 3 |
+
size 1214997259
|