File size: 667 Bytes
343aead
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "architectures": [
        "YENForCausalLM"
    ],
    "model_type": "yen",
    "torch_dtype": "float32",
    "transformers_version": "4.49.0.dev0",
    "vocab_size": 256,
    "hidden_size": 1,
    "num_hidden_layers": 1,
    "num_attention_heads": 1,
    "layer_norm_eps": 1e-06,
    "max_position_embeddings": 15000000,
    "rope_theta": 10000000.0,
    "rope_scaling": {
        "type": "dynamic",
        "factor": 2.0
    },
    "activation_function": "gelu",
    "tie_word_embeddings": false,
    "use_cache": true,
    "intermediate_size": 512,
    "classifier_dropout": 0.1,
    "attention_dropout": 0.1,
    "bos_token_id": 0,
    "eos_token_id": 255
}