charizard / config.json
typeof's picture
init
8aa4c2e
raw
history blame
No virus
1.13 kB
{
"_name_or_path": "/content/m2",
"architectures": [
"MistralForCausalLM"
],
"attention_dropout": 0.0,
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 128,
"id2label": {
"0": "O",
"1": "art",
"2": "building",
"3": "event",
"4": "location",
"5": "org",
"6": "other",
"7": "person",
"8": "product",
"9": "etc-0",
"10": "etc-1",
"11": "etc-2",
"12": "etc-3"
},
"initializer_range": 0.02,
"intermediate_size": 448,
"label2id": {
"O": 0,
"art": 1,
"building": 2,
"etc-0": 9,
"etc-1": 10,
"etc-2": 11,
"etc-3": 12,
"event": 3,
"location": 4,
"org": 5,
"other": 6,
"person": 7,
"product": 8
},
"max_position_embeddings": 1024,
"model_type": "mistral",
"num_attention_heads": 32,
"num_hidden_layers": 2,
"num_key_value_heads": 8,
"pad_token_id": 3,
"rms_norm_eps": 1e-05,
"rope_theta": 1000000.0,
"sliding_window": null,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.41.2",
"use_cache": true,
"vocab_size": 256
}