NahedAbdelgaber's picture
Training in progress, epoch 1
0bcf313
raw
history blame contribute delete
No virus
1.97 kB
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "B-Lead",
"2": "I-Lead",
"3": "L-Lead",
"4": "U-Lead",
"5": "B-Position",
"6": "I-Position",
"7": "L-Position",
"8": "U-Position",
"9": "B-Concluding Statement",
"10": "I-Concluding Statement",
"11": "L-Concluding Statement",
"12": "U-Concluding Statement",
"13": "B-Counterclaim",
"14": "I-Counterclaim",
"15": "L-Counterclaim",
"16": "U-Counterclaim",
"17": "B-Rebuttal",
"18": "I-Rebuttal",
"19": "L-Rebuttal",
"20": "U-Rebuttal",
"21": "B-Claim",
"22": "I-Claim",
"23": "L-Claim",
"24": "U-Claim",
"25": "B-Evidence",
"26": "I-Evidence",
"27": "L-Evidence",
"28": "U-Evidence"
},
"initializer_range": 0.02,
"label2id": {
"B-Claim": 21,
"B-Concluding Statement": 9,
"B-Counterclaim": 13,
"B-Evidence": 25,
"B-Lead": 1,
"B-Position": 5,
"B-Rebuttal": 17,
"I-Claim": 22,
"I-Concluding Statement": 10,
"I-Counterclaim": 14,
"I-Evidence": 26,
"I-Lead": 2,
"I-Position": 6,
"I-Rebuttal": 18,
"L-Claim": 23,
"L-Concluding Statement": 11,
"L-Counterclaim": 15,
"L-Evidence": 27,
"L-Lead": 3,
"L-Position": 7,
"L-Rebuttal": 19,
"O": 0,
"U-Claim": 24,
"U-Concluding Statement": 12,
"U-Counterclaim": 16,
"U-Evidence": 28,
"U-Lead": 4,
"U-Position": 8,
"U-Rebuttal": 20
},
"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,
"torch_dtype": "float32",
"transformers_version": "4.12.5",
"vocab_size": 30522
}