abhijitnumber1's picture
Upload DistilBertForTokenClassification
92a4545 verified
{
"_name_or_path": "results/checkpoint-500",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "B-bank",
"1": "I-bank",
"2": "B-amount",
"3": "I-amount",
"4": "B-account",
"5": "I-account",
"6": "B-date",
"7": "I-date",
"8": "B-time",
"9": "I-time",
"10": "B-merchant",
"11": "I-merchant",
"12": "B-balance",
"13": "I-balance",
"14": "B-ref",
"15": "I-ref",
"16": "O"
},
"initializer_range": 0.02,
"label2id": {
"B-account": "4",
"B-amount": "2",
"B-balance": "12",
"B-bank": "0",
"B-date": "6",
"B-merchant": "10",
"B-ref": "14",
"B-time": "8",
"I-account": "5",
"I-amount": "3",
"I-balance": "13",
"I-bank": "1",
"I-date": "7",
"I-merchant": "11",
"I-ref": "15",
"I-time": "9",
"O": "16"
},
"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.40.0",
"vocab_size": 28996
}