|
{ |
|
"activation": "gelu", |
|
"architectures": [ |
|
"DistilBertForTokenClassification" |
|
], |
|
"attention_dropout": 0.1, |
|
"dim": 768, |
|
"dropout": 0.1, |
|
"hidden_dim": 3072, |
|
"id2label": { |
|
"0": "0", |
|
"1": "B-DAT", |
|
"2": "I-DAT", |
|
"3": "B-TIM", |
|
"4": "I-TIM", |
|
"5": "B-LOC", |
|
"6": "I-LOC", |
|
"7": "B-DUR", |
|
"8": "I-DUR", |
|
"9": "B-MON", |
|
"10": "I-MON", |
|
"11": "B-URL", |
|
"12": "I-URL", |
|
"13": "B-TYP", |
|
"14": "I-TYP" |
|
}, |
|
"initializer_range": 0.02, |
|
"label2id": { |
|
"0": 0, |
|
"B-DAT": 1, |
|
"B-DUR": 7, |
|
"B-LOC": 5, |
|
"B-MON": 9, |
|
"B-TIM": 3, |
|
"B-TYP": 13, |
|
"B-URL": 11, |
|
"I-DAT": 2, |
|
"I-DUR": 8, |
|
"I-LOC": 6, |
|
"I-MON": 10, |
|
"I-TIM": 4, |
|
"I-TYP": 14, |
|
"I-URL": 12 |
|
}, |
|
"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": true, |
|
"tie_weights_": true, |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.50.0", |
|
"vocab_size": 31102 |
|
} |
|
|