{ | |
"_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": "B-A", | |
"2": "I-A", | |
"3": "B-G", | |
"4": "I-G", | |
"5": "B-I", | |
"6": "I-I", | |
"7": "B-M", | |
"8": "I-M", | |
"9": "B-N", | |
"10": "I-N", | |
"11": "B-O", | |
"12": "I-O", | |
"13": "B-P", | |
"14": "I-P", | |
"15": "B-T", | |
"16": "I-T" | |
}, | |
"initializer_range": 0.02, | |
"label2id": { | |
"B-A": 1, | |
"B-G": 3, | |
"B-I": 5, | |
"B-M": 7, | |
"B-N": 9, | |
"B-O": 11, | |
"B-P": 13, | |
"B-T": 15, | |
"I-A": 2, | |
"I-G": 4, | |
"I-I": 6, | |
"I-M": 8, | |
"I-N": 10, | |
"I-O": 12, | |
"I-P": 14, | |
"I-T": 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, | |
"torch_dtype": "float32", | |
"transformers_version": "4.36.2", | |
"vocab_size": 119547 | |
} | |