|
{ |
|
"_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-Clean-up_Standards", |
|
"2": "B-Impacted_Media", |
|
"3": "B-Regulatory_Program", |
|
"4": "B-Remedial_Components", |
|
"5": "B-Types_of_Contaminants", |
|
"6": "I-Clean-up_Standards", |
|
"7": "I-Impacted_Media", |
|
"8": "I-Regulatory_Program", |
|
"9": "I-Remedial_Components", |
|
"10": "I-Types_of_Contaminants" |
|
}, |
|
"initializer_range": 0.02, |
|
"label2id": { |
|
"B-Clean-up_Standards": 1, |
|
"B-Impacted_Media": 2, |
|
"B-Regulatory_Program": 3, |
|
"B-Remedial_Components": 4, |
|
"B-Types_of_Contaminants": 5, |
|
"I-Clean-up_Standards": 6, |
|
"I-Impacted_Media": 7, |
|
"I-Regulatory_Program": 8, |
|
"I-Remedial_Components": 9, |
|
"I-Types_of_Contaminants": 10, |
|
"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, |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.32.1", |
|
"vocab_size": 30522 |
|
} |
|
|