richardchai's picture
Upload DistilBertForSequenceClassification
ebf4012 verified
raw
history blame
1.82 kB
{
"_name_or_path": "model_trained/distilbert",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "access",
"1": "activate",
"2": "apply",
"3": "block",
"4": "cancel",
"5": "close",
"6": "deposit",
"7": "dispute",
"8": "earn",
"9": "exchange",
"10": "find",
"11": "inquire",
"12": "link",
"13": "open",
"14": "pay",
"15": "receive",
"16": "redeem",
"17": "refund",
"18": "renew",
"19": "report",
"20": "reset",
"21": "retrieve",
"22": "schedule",
"23": "select",
"24": "transfer",
"25": "unblock",
"26": "unknown",
"27": "unlink",
"28": "update",
"29": "verify",
"30": "withdraw"
},
"initializer_range": 0.02,
"label2id": {
"access": 0,
"activate": 1,
"apply": 2,
"block": 3,
"cancel": 4,
"close": 5,
"deposit": 6,
"dispute": 7,
"earn": 8,
"exchange": 9,
"find": 10,
"inquire": 11,
"link": 12,
"open": 13,
"pay": 14,
"receive": 15,
"redeem": 16,
"refund": 17,
"renew": 18,
"report": 19,
"reset": 20,
"retrieve": 21,
"schedule": 22,
"select": 23,
"transfer": 24,
"unblock": 25,
"unknown": 26,
"unlink": 27,
"update": 28,
"verify": 29,
"withdraw": 30
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"problem_type": "single_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.45.2",
"vocab_size": 30522
}