BERT_B02 / config.json
LazzeKappa's picture
End of training
962895b
raw
history blame contribute delete
No virus
1.98 kB
{
"_name_or_path": "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-Organisation",
"2": "I-Organisation",
"3": "B-Nationality",
"4": "I-Nationality",
"5": "B-Person",
"6": "I-Person",
"7": "B-DocumentReference",
"8": "I-DocumentReference",
"9": "B-Location",
"10": "I-Location",
"11": "B-Money",
"12": "I-Money",
"13": "B-Vehicle",
"14": "I-Vehicle",
"15": "B-Temporal",
"16": "I-Temporal",
"17": "B-Weapon",
"18": "I-Weapon",
"19": "B-Quantity",
"20": "I-Quantity",
"21": "B-CommsIdentifier",
"22": "B-MilitaryPlatform",
"23": "I-MilitaryPlatform",
"24": "B-Coordinate",
"25": "I-Coordinate",
"26": "B-Frequency",
"27": "I-Frequency"
},
"initializer_range": 0.02,
"label2id": {
"B-CommsIdentifier": 21,
"B-Coordinate": 24,
"B-DocumentReference": 7,
"B-Frequency": 26,
"B-Location": 9,
"B-MilitaryPlatform": 22,
"B-Money": 11,
"B-Nationality": 3,
"B-Organisation": 1,
"B-Person": 5,
"B-Quantity": 19,
"B-Temporal": 15,
"B-Vehicle": 13,
"B-Weapon": 17,
"I-Coordinate": 25,
"I-DocumentReference": 8,
"I-Frequency": 27,
"I-Location": 10,
"I-MilitaryPlatform": 23,
"I-Money": 12,
"I-Nationality": 4,
"I-Organisation": 2,
"I-Person": 6,
"I-Quantity": 20,
"I-Temporal": 16,
"I-Vehicle": 14,
"I-Weapon": 18,
"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.33.3",
"vocab_size": 119547
}