vazish's picture
html model
597fb31 unverified
{
"_name_or_path": "/content/distilbert-fine-tuned-autofill",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "CC Expiration",
"1": "CC Expiration Month",
"2": "CC Expiration Year",
"3": "CC Name",
"4": "CC Number",
"5": "CC Payment Type",
"6": "CC Security Code",
"7": "CC Type",
"8": "Confirm Password",
"9": "Email",
"10": "First Name",
"11": "Form",
"12": "Last Name",
"13": "New Password",
"14": "Other",
"15": "Phone",
"16": "Zip Code"
},
"initializer_range": 0.02,
"label2id": {
"CC Expiration": 0,
"CC Expiration Month": 1,
"CC Expiration Year": 2,
"CC Name": 3,
"CC Number": 4,
"CC Payment Type": 5,
"CC Security Code": 6,
"CC Type": 7,
"Confirm Password": 8,
"Email": 9,
"First Name": 10,
"Form": 11,
"Last Name": 12,
"New Password": 13,
"Other": 14,
"Phone": 15,
"Zip Code": 16
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"output_past": true,
"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,
"transformers_version": "4.44.2",
"vocab_size": 119547
}