File size: 1,991 Bytes
6ddc11d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
  "_name_or_path": "bert-base-uncased",
  "architectures": [
    "BertForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "O",
    "1": "B-purpose",
    "2": "I-purpose",
    "3": "B-display",
    "4": "I-display",
    "5": "B-brand",
    "6": "I-brand",
    "7": "B-storage",
    "8": "I-storage",
    "9": "B-design",
    "10": "I-design",
    "11": "B-performance",
    "12": "I-performance",
    "13": "B-model",
    "14": "I-model",
    "15": "B-price",
    "16": "I-price",
    "17": "B-weight",
    "18": "I-weight",
    "19": "B-ram",
    "20": "I-ram",
    "21": "B-processor",
    "22": "I-processor",
    "23": "B-size",
    "24": "I-size",
    "25": "B-os",
    "26": "I-os",
    "27": "B-software",
    "28": "I-software",
    "29": "B-battery",
    "30": "I-battery"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-battery": 29,
    "B-brand": 5,
    "B-design": 9,
    "B-display": 3,
    "B-model": 13,
    "B-os": 25,
    "B-performance": 11,
    "B-price": 15,
    "B-processor": 21,
    "B-purpose": 1,
    "B-ram": 19,
    "B-size": 23,
    "B-software": 27,
    "B-storage": 7,
    "B-weight": 17,
    "I-battery": 30,
    "I-brand": 6,
    "I-design": 10,
    "I-display": 4,
    "I-model": 14,
    "I-os": 26,
    "I-performance": 12,
    "I-price": 16,
    "I-processor": 22,
    "I-purpose": 2,
    "I-ram": 20,
    "I-size": 24,
    "I-software": 28,
    "I-storage": 8,
    "I-weight": 18,
    "O": 0
  },
  "layer_norm_eps": 1e-12,
  "max_position_embeddings": 512,
  "model_type": "bert",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "position_embedding_type": "absolute",
  "torch_dtype": "float32",
  "transformers_version": "4.47.1",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 30522
}