File size: 1,429 Bytes
a91c958
032e5d5
a91c958
 
 
 
 
032e5d5
a91c958
 
 
 
a8cdc0f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a91c958
 
 
 
a8cdc0f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a91c958
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "_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-csc",
    "1": "cc-exp",
    "2": "cc-exp-month",
    "3": "cc-exp-year",
    "4": "cc-name",
    "5": "cc-number",
    "6": "cc-type",
    "7": "confirm-password",
    "8": "email",
    "9": "family-name",
    "10": "form",
    "11": "given-name",
    "12": "new-password",
    "13": "other",
    "14": "postal-code",
    "15": "tel"
  },
  "initializer_range": 0.02,
  "intermediate_size": 512,
  "label2id": {
    "cc-csc": 0,
    "cc-exp": 1,
    "cc-exp-month": 2,
    "cc-exp-year": 3,
    "cc-name": 4,
    "cc-number": 5,
    "cc-type": 6,
    "confirm-password": 7,
    "email": 8,
    "family-name": 9,
    "form": 10,
    "given-name": 11,
    "new-password": 12,
    "other": 13,
    "postal-code": 14,
    "tel": 15
  },
  "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
}