{ | |
"_name_or_path": "silviacamplani/distilbert-finetuned-dapt-lm-ai", | |
"activation": "gelu", | |
"architectures": [ | |
"DistilBertForTokenClassification" | |
], | |
"attention_dropout": 0.1, | |
"dim": 768, | |
"dropout": 0.1, | |
"hidden_dim": 3072, | |
"id2label": { | |
"0": "O", | |
"1": "B-album", | |
"2": "I-album", | |
"3": "B-award", | |
"4": "I-award", | |
"5": "B-band", | |
"6": "I-band", | |
"7": "B-country", | |
"8": "I-country", | |
"9": "B-event", | |
"10": "I-event", | |
"11": "B-location", | |
"12": "I-location", | |
"13": "B-misc", | |
"14": "I-misc", | |
"15": "B-musicalartist", | |
"16": "I-musicalartist", | |
"17": "B-musicalinstrument", | |
"18": "I-musicalinstrument", | |
"19": "B-musicgenre", | |
"20": "I-musicgenre", | |
"21": "B-organisation", | |
"22": "I-organisation", | |
"23": "B-person", | |
"24": "I-person", | |
"25": "B-song", | |
"26": "I-song" | |
}, | |
"initializer_range": 0.02, | |
"label2id": { | |
"B-album": 1, | |
"B-award": 3, | |
"B-band": 5, | |
"B-country": 7, | |
"B-event": 9, | |
"B-location": 11, | |
"B-misc": 13, | |
"B-musicalartist": 15, | |
"B-musicalinstrument": 17, | |
"B-musicgenre": 19, | |
"B-organisation": 21, | |
"B-person": 23, | |
"B-song": 25, | |
"I-album": 2, | |
"I-award": 4, | |
"I-band": 6, | |
"I-country": 8, | |
"I-event": 10, | |
"I-location": 12, | |
"I-misc": 14, | |
"I-musicalartist": 16, | |
"I-musicalinstrument": 18, | |
"I-musicgenre": 20, | |
"I-organisation": 22, | |
"I-person": 24, | |
"I-song": 26, | |
"O": 0 | |
}, | |
"max_position_embeddings": 512, | |
"model_type": "distilbert", | |
"n_heads": 12, | |
"n_layers": 6, | |
"pad_token_id": 0, | |
"qa_dropout": 0.1, | |
"seq_classif_dropout": 0.2, | |
"sinusoidal_pos_embds": false, | |
"tie_weights_": true, | |
"transformers_version": "4.20.1", | |
"vocab_size": 30522 | |
} | |