|
{ |
|
"_name_or_path": "/content/cross-encoder/ms-marco-TinyBERT-L-2", |
|
"architectures": [ |
|
"BertForSequenceClassification" |
|
], |
|
"attention_probs_dropout_prob": 0.1, |
|
"classifier_dropout": null, |
|
"gradient_checkpointing": false, |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 128, |
|
"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, |
|
"intermediate_size": 512, |
|
"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 |
|
}, |
|
"layer_norm_eps": 1e-12, |
|
"max_position_embeddings": 512, |
|
"model_type": "bert", |
|
"num_attention_heads": 2, |
|
"num_hidden_layers": 2, |
|
"pad_token_id": 0, |
|
"position_embedding_type": "absolute", |
|
"problem_type": "single_label_classification", |
|
"transformers_version": "4.43.4", |
|
"type_vocab_size": 2, |
|
"use_cache": true, |
|
"vocab_size": 30522 |
|
} |
|
|