File size: 2,168 Bytes
e79f93a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "add_cross_attention": false,
  "architectures": [
    "RobertaForSequenceClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "classifier_dropout": null,
  "dtype": "float32",
  "eos_token_id": 2,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "Arts_and_Entertainment",
    "1": "Autos_and_Vehicles",
    "2": "Beauty_and_Fitness",
    "3": "Books_and_Literature",
    "4": "Business_and_Industrial",
    "5": "Computers_and_Electronics",
    "6": "Finance",
    "7": "Food_and_Drink",
    "8": "Games",
    "9": "Health",
    "10": "Hobbies_and_Leisure",
    "11": "Home_and_Garden",
    "12": "Internet_and_Telecom",
    "13": "Jobs_and_Education",
    "14": "Law_and_Government",
    "15": "News",
    "16": "Online_Communities",
    "17": "People_and_Society",
    "18": "Pets_and_Animals",
    "19": "Real_Estate",
    "20": "Science",
    "21": "Sensitive_Subjects",
    "22": "Shopping",
    "23": "Sports",
    "24": "Travel_and_Transportation"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "is_decoder": false,
  "label2id": {
    "Arts_and_Entertainment": 0,
    "Autos_and_Vehicles": 1,
    "Beauty_and_Fitness": 2,
    "Books_and_Literature": 3,
    "Business_and_Industrial": 4,
    "Computers_and_Electronics": 5,
    "Finance": 6,
    "Food_and_Drink": 7,
    "Games": 8,
    "Health": 9,
    "Hobbies_and_Leisure": 10,
    "Home_and_Garden": 11,
    "Internet_and_Telecom": 12,
    "Jobs_and_Education": 13,
    "Law_and_Government": 14,
    "News": 15,
    "Online_Communities": 16,
    "People_and_Society": 17,
    "Pets_and_Animals": 18,
    "Real_Estate": 19,
    "Science": 20,
    "Sensitive_Subjects": 21,
    "Shopping": 22,
    "Sports": 23,
    "Travel_and_Transportation": 24
  },
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 514,
  "model_type": "roberta",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 1,
  "problem_type": "single_label_classification",
  "tie_word_embeddings": true,
  "transformers_version": "5.13.1",
  "type_vocab_size": 1,
  "use_cache": false,
  "vocab_size": 50265
}