m3hrdadfi's picture
Initial model
209c24e
{
"_name_or_path": "distilbert-base-multilingual-cased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"finetuning_task": "ner",
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "B-Date",
"2": "B-Location",
"3": "B-Miscellaneous",
"4": "B-Money",
"5": "B-Organization",
"6": "B-Percent",
"7": "B-Person",
"8": "B-Time",
"9": "I-Date",
"10": "I-Location",
"11": "I-Miscellaneous",
"12": "I-Money",
"13": "I-Organization",
"14": "I-Percent",
"15": "I-Person",
"16": "I-Time"
},
"initializer_range": 0.02,
"label2id": {
"B-Date": 1,
"B-Location": 2,
"B-Miscellaneous": 3,
"B-Money": 4,
"B-Organization": 5,
"B-Percent": 6,
"B-Person": 7,
"B-Time": 8,
"I-Date": 9,
"I-Location": 10,
"I-Miscellaneous": 11,
"I-Money": 12,
"I-Organization": 13,
"I-Percent": 14,
"I-Person": 15,
"I-Time": 16,
"O": 0
},
"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,
"transformers_version": "4.7.0.dev0",
"vocab_size": 119547
}