RITA_xl / config.json
nz's picture
add model
228335d
raw history blame
No virus
509 Bytes
{
"_name_or_path": "Seledorn/RITA_xl",
"architectures": [
"RITAModel"
],
"auto_map": {
"AutoConfig": "rita_configuration.RITAConfig",
"AutoModel": "rita_modeling.RITAModel"
},
"bos_token_id": [
[
50256
]
],
"d_feedforward": 8192,
"d_model": 2048,
"dropout": 0.0,
"eos_token_id": 50256,
"max_seq_len": 1024,
"model_type": "codegen",
"num_heads": 32,
"num_layers": 24,
"torch_dtype": "float16",
"transformers_version": "4.18.0",
"vocab_size": 128
}