Filippo commited on
Commit
713eff5
1 Parent(s): a5b8fd7

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +61 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased-finetuned-for-classification-on-osdg_cd",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "SDG 1",
13
+ "1": "SDG 2",
14
+ "2": "SDG 3",
15
+ "3": "SDG 4",
16
+ "4": "SDG 5",
17
+ "5": "SDG 6",
18
+ "6": "SDG 7",
19
+ "7": "SDG 8",
20
+ "8": "SDG 9",
21
+ "9": "SDG 10",
22
+ "10": "SDG 11",
23
+ "11": "SDG 12",
24
+ "12": "SDG 13",
25
+ "13": "SDG 14",
26
+ "14": "SDG 15",
27
+ "15": "SDG 16"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "label2id": {
31
+ "SDG 1": 0,
32
+ "SDG 10": 9,
33
+ "SDG 11": 10,
34
+ "SDG 12": 11,
35
+ "SDG 13": 12,
36
+ "SDG 14": 13,
37
+ "SDG 15": 14,
38
+ "SDG 16": 15,
39
+ "SDG 2": 1,
40
+ "SDG 3": 2,
41
+ "SDG 4": 3,
42
+ "SDG 5": 4,
43
+ "SDG 6": 5,
44
+ "SDG 7": 6,
45
+ "SDG 8": 7,
46
+ "SDG 9": 8
47
+ },
48
+ "max_position_embeddings": 512,
49
+ "model_type": "distilbert",
50
+ "n_heads": 12,
51
+ "n_layers": 6,
52
+ "pad_token_id": 0,
53
+ "problem_type": "single_label_classification",
54
+ "qa_dropout": 0.1,
55
+ "seq_classif_dropout": 0.2,
56
+ "sinusoidal_pos_embds": false,
57
+ "tie_weights_": true,
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.33.3",
60
+ "vocab_size": 30522
61
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23eda7cb5b93817a2dd261a616afa7f74f85eaf20e7d04183d1da5266efb279d
3
+ size 267898605