File size: 1,459 Bytes
70bc906
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "finetuning_task": "text-classification",
  "hidden_dim": 3072,
  "id2label": {
    "0": "Domi",
    "1": "Ela",
    "2": "Emilia",
    "3": "Ewelina",
    "4": "Hubert",
    "5": "Iwona",
    "6": "Jarek",
    "7": "Kamil",
    "8": "Konrad",
    "9": "Leon",
    "10": "Magda",
    "11": "Micha",
    "12": "Michael",
    "13": "Ola",
    "14": "Pawe",
    "15": "Radek",
    "16": "Rafa",
    "17": "Tomasz",
    "18": "Waldemar",
    "19": "bot@nozbe.com",
    "20": "michau"
  },
  "initializer_range": 0.02,
  "label2id": {
    "Domi": 0,
    "Ela": 1,
    "Emilia": 2,
    "Ewelina": 3,
    "Hubert": 4,
    "Iwona": 5,
    "Jarek": 6,
    "Kamil": 7,
    "Konrad": 8,
    "Leon": 9,
    "Magda": 10,
    "Micha": 11,
    "Michael": 12,
    "Ola": 13,
    "Pawe": 14,
    "Radek": 15,
    "Rafa": 16,
    "Tomasz": 17,
    "Waldemar": 18,
    "bot@nozbe.com": 19,
    "michau": 20
  },
  "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.32.0",
  "vocab_size": 30522
}