distilbert-ner-ja / config.json
rizkyfoxcale's picture
Upload DistilBertForTokenClassification
000dc2f verified
raw
history blame contribute delete
No virus
923 Bytes
{
"_name_or_path": "distilbert/distilbert-base-multilingual-cased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "PER",
"2": "ORG",
"3": "ORG_P",
"4": "ORG_O",
"5": "LOC",
"6": "EVT",
"7": "PRD",
"8": "INS"
},
"initializer_range": 0.02,
"label2id": {
"EVT": 6,
"INS": 8,
"LOC": 5,
"O": 0,
"ORG": 2,
"ORG_O": 4,
"ORG_P": 3,
"PER": 1,
"PRD": 7
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"output_past": true,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.41.0",
"vocab_size": 119547
}