File size: 1,811 Bytes
2fbabef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "/content/event_cat/checkpoint-300",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "A party",
    "1": "Birthday party",
    "2": "Boarding fees",
    "3": "Charity",
    "4": "Coffee outing",
    "5": "Dentist appointment",
    "6": "Dinner or lunch out",
    "7": "Doctor appointment",
    "8": "Exams",
    "9": "Get together",
    "10": "Grocery shopping",
    "11": "Haircut",
    "12": "Health checkup",
    "13": "Movie night",
    "14": "Musical show",
    "15": "Other",
    "16": "Saloon appointment",
    "17": "Shopping outing",
    "18": "Trips",
    "19": "Virtual event",
    "20": "Visit grand parents",
    "21": "Wedding",
    "22": "Workouts or Gym"
  },
  "initializer_range": 0.02,
  "label2id": {
    "A party": 0,
    "Birthday party": 1,
    "Boarding fees": 2,
    "Charity": 3,
    "Coffee outing": 4,
    "Dentist appointment": 5,
    "Dinner or lunch out": 6,
    "Doctor appointment": 7,
    "Exams": 8,
    "Get together": 9,
    "Grocery shopping": 10,
    "Haircut": 11,
    "Health checkup": 12,
    "Movie night": 13,
    "Musical show": 14,
    "Other": 15,
    "Saloon appointment": 16,
    "Shopping outing": 17,
    "Trips": 18,
    "Virtual event": 19,
    "Visit grand parents": 20,
    "Wedding": 21,
    "Workouts or Gym": 22
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "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.26.1",
  "vocab_size": 30522
}