silviacamplani's picture
Training in progress epoch 0
940c1c8
{
"_name_or_path": "silviacamplani/distilbert-finetuned-tapt-lm-ai",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "B-algorithm",
"2": "I-algorithm",
"3": "B-conference",
"4": "I-conference",
"5": "B-country",
"6": "I-country",
"7": "B-field",
"8": "I-field",
"9": "B-location",
"10": "I-location",
"11": "B-metrics",
"12": "I-metrics",
"13": "B-misc",
"14": "I-misc",
"15": "B-organisation",
"16": "I-organisation",
"17": "B-person",
"18": "I-person",
"19": "B-product",
"20": "I-product",
"21": "B-programlang",
"22": "I-programlang",
"23": "B-researcher",
"24": "I-researcher",
"25": "B-task",
"26": "I-task",
"27": "B-university",
"28": "I-university"
},
"initializer_range": 0.02,
"label2id": {
"B-algorithm": 1,
"B-conference": 3,
"B-country": 5,
"B-field": 7,
"B-location": 9,
"B-metrics": 11,
"B-misc": 13,
"B-organisation": 15,
"B-person": 17,
"B-product": 19,
"B-programlang": 21,
"B-researcher": 23,
"B-task": 25,
"B-university": 27,
"I-algorithm": 2,
"I-conference": 4,
"I-country": 6,
"I-field": 8,
"I-location": 10,
"I-metrics": 12,
"I-misc": 14,
"I-organisation": 16,
"I-person": 18,
"I-product": 20,
"I-programlang": 22,
"I-researcher": 24,
"I-task": 26,
"I-university": 28,
"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
}