File size: 1,710 Bytes
8beb9de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "sports",
    "1": "gaming",
    "2": "arts_&_culture",
    "3": "food_&_dining",
    "4": "fashion_&_style",
    "5": "film_tv_&_video",
    "6": "relationships",
    "7": "business_&_entrepreneurs",
    "8": "science_&_technology",
    "9": "fitness_&_health",
    "10": "youth_&_student_life",
    "11": "diaries_&_daily_life",
    "12": "travel_&_adventure",
    "13": "news_&_social_concern",
    "14": "other_hobbies",
    "15": "learning_&_educational",
    "16": "celebrity_&_pop_culture",
    "17": "music",
    "18": "family"
  },
  "initializer_range": 0.02,
  "label2id": {
    "arts_&_culture": 2,
    "business_&_entrepreneurs": 7,
    "celebrity_&_pop_culture": 16,
    "diaries_&_daily_life": 11,
    "family": 18,
    "fashion_&_style": 4,
    "film_tv_&_video": 5,
    "fitness_&_health": 9,
    "food_&_dining": 3,
    "gaming": 1,
    "learning_&_educational": 15,
    "music": 17,
    "news_&_social_concern": 13,
    "other_hobbies": 14,
    "relationships": 6,
    "science_&_technology": 8,
    "sports": 0,
    "travel_&_adventure": 12,
    "youth_&_student_life": 10
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 24,
  "pad_token_id": 0,
  "problem_type": "single_label_classification",
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "torch_dtype": "float32",
  "transformers_version": "4.37.2",
  "vocab_size": 30522
}