|
{ |
|
"_name_or_path": "distilbert-base-cased", |
|
"activation": "gelu", |
|
"architectures": [ |
|
"DistilBertForTokenClassification" |
|
], |
|
"attention_dropout": 0.1, |
|
"dim": 768, |
|
"dropout": 0.1, |
|
"hidden_dim": 3072, |
|
"id2label": { |
|
"0": "I-des_past_contribute", |
|
"1": "B-undes_effort", |
|
"2": "B-des_effort", |
|
"3": "B-person_as_party_of_group", |
|
"4": "B-org_inst_sect", |
|
"5": "B-social_group", |
|
"6": "I-des_identity", |
|
"7": "I-des_effort", |
|
"8": "I-des_need", |
|
"9": "I-Ambiguous", |
|
"10": "I-social_group", |
|
"11": "I-org_inst_sect", |
|
"12": "I-undes_effort", |
|
"13": "I-person_as_party_of_group", |
|
"14": "B-des_past_contribute", |
|
"15": "O", |
|
"16": "I-des_control", |
|
"17": "B-Ambiguous", |
|
"18": "B-des_control", |
|
"19": "B-des_need" |
|
}, |
|
"initializer_range": 0.02, |
|
"label2id": { |
|
"B-Ambiguous": 17, |
|
"B-des_control": 18, |
|
"B-des_effort": 2, |
|
"B-des_need": 19, |
|
"B-des_past_contribute": 14, |
|
"B-org_inst_sect": 4, |
|
"B-person_as_party_of_group": 3, |
|
"B-social_group": 5, |
|
"B-undes_effort": 1, |
|
"I-Ambiguous": 9, |
|
"I-des_control": 16, |
|
"I-des_effort": 7, |
|
"I-des_identity": 6, |
|
"I-des_need": 8, |
|
"I-des_past_contribute": 0, |
|
"I-org_inst_sect": 11, |
|
"I-person_as_party_of_group": 13, |
|
"I-social_group": 10, |
|
"I-undes_effort": 12, |
|
"O": 15 |
|
}, |
|
"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.25.1", |
|
"vocab_size": 28996 |
|
} |
|
|