File size: 1,283 Bytes
71caff0
 
 
 
 
 
 
 
 
 
 
 
f5f5a97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71caff0
 
 
f5f5a97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71caff0
 
 
 
 
 
 
 
 
 
 
 
 
95a05e4
71caff0
 
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
{
  "_name_or_path": "distilbert/distilbert-base-multilingual-cased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "finetuning_task": "text-classification",
  "hidden_dim": 3072,
  "id2label": {
    "0": "sdg1",
    "1": "sdg10",
    "2": "sdg11",
    "3": "sdg12",
    "4": "sdg13",
    "5": "sdg14",
    "6": "sdg15",
    "7": "sdg16",
    "8": "sdg2",
    "9": "sdg3",
    "10": "sdg4",
    "11": "sdg5",
    "12": "sdg6",
    "13": "sdg7",
    "14": "sdg8",
    "15": "sdg9"
  },
  "initializer_range": 0.02,
  "label2id": {
    "sdg1": 0,
    "sdg10": 1,
    "sdg11": 2,
    "sdg12": 3,
    "sdg13": 4,
    "sdg14": 5,
    "sdg15": 6,
    "sdg16": 7,
    "sdg2": 8,
    "sdg3": 9,
    "sdg4": 10,
    "sdg5": 11,
    "sdg6": 12,
    "sdg7": 13,
    "sdg8": 14,
    "sdg9": 15
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "output_past": true,
  "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.43.2",
  "vocab_size": 119547
}