File size: 2,356 Bytes
cc4d665
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b09dde7
cc4d665
 
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
94
95
96
97
98
99
100
{
  "_name_or_path": "distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "Agriculture & Allied Sectors",
    "1": "Animation",
    "2": "Arts & Craft",
    "3": "Astrology",
    "4": "Autos & Vehicles",
    "5": "Beauty",
    "6": "Blogs and Travel",
    "7": "Book",
    "8": "Comedy",
    "9": "DIY",
    "10": "Education",
    "11": "Entertainment",
    "12": "Events",
    "13": "Family & Parenting",
    "14": "Fashion & Style",
    "15": "Films",
    "16": "Finance",
    "17": "Food & Drinks",
    "18": "Gaming",
    "19": "Health & Fitness",
    "20": "Infotainment",
    "21": "Kids & Animation",
    "22": "Miscellaneous",
    "23": "Motivational",
    "24": "Movie & Shows",
    "25": "Music",
    "26": "News & Politics",
    "27": "Non profits",
    "28": "People & Culture",
    "29": "Pets & Animals",
    "30": "Photography & Editing",
    "31": "Religious Content",
    "32": "Science & Technology",
    "33": "Sports",
    "34": "Travel & Leisure",
    "35": "Vloging"
  },
  "initializer_range": 0.02,
  "label2id": {
    "Agriculture & Allied Sectors": 0,
    "Animation": 1,
    "Arts & Craft": 2,
    "Astrology": 3,
    "Autos & Vehicles": 4,
    "Beauty": 5,
    "Blogs and Travel": 6,
    "Book": 7,
    "Comedy": 8,
    "DIY": 9,
    "Education": 10,
    "Entertainment": 11,
    "Events": 12,
    "Family & Parenting": 13,
    "Fashion & Style": 14,
    "Films": 15,
    "Finance": 16,
    "Food & Drinks": 17,
    "Gaming": 18,
    "Health & Fitness": 19,
    "Infotainment": 20,
    "Kids & Animation": 21,
    "Miscellaneous": 22,
    "Motivational": 23,
    "Movie & Shows": 24,
    "Music": 25,
    "News & Politics": 26,
    "Non profits": 27,
    "People & Culture": 28,
    "Pets & Animals": 29,
    "Photography & Editing": 30,
    "Religious Content": 31,
    "Science & Technology": 32,
    "Sports": 33,
    "Travel & Leisure": 34,
    "Vloging": 35
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "transformers_version": "4.30.2",
  "vocab_size": 30522
}