bdotloh commited on
Commit
bf28044
1 Parent(s): f6278c1

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +93 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
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": "afraid",
13
+ "1": "angry",
14
+ "2": "annoyed",
15
+ "3": "anticipating",
16
+ "4": "anxious",
17
+ "5": "apprehensive",
18
+ "6": "ashamed",
19
+ "7": "caring",
20
+ "8": "confident",
21
+ "9": "content",
22
+ "10": "devastated",
23
+ "11": "disappointed",
24
+ "12": "disgusted",
25
+ "13": "embarrassed",
26
+ "14": "excited",
27
+ "15": "faithful",
28
+ "16": "furious",
29
+ "17": "grateful",
30
+ "18": "guilty",
31
+ "19": "hopeful",
32
+ "20": "impressed",
33
+ "21": "jealous",
34
+ "22": "joyful",
35
+ "23": "lonely",
36
+ "24": "nostalgic",
37
+ "25": "prepared",
38
+ "26": "proud",
39
+ "27": "sad",
40
+ "28": "sentimental",
41
+ "29": "surprised",
42
+ "30": "terrified",
43
+ "31": "trusting"
44
+ },
45
+ "initializer_range": 0.02,
46
+ "label2id": {
47
+ "afraid": 0,
48
+ "angry": 1,
49
+ "annoyed": 2,
50
+ "anticipating": 3,
51
+ "anxious": 4,
52
+ "apprehensive": 5,
53
+ "ashamed": 6,
54
+ "caring": 7,
55
+ "confident": 8,
56
+ "content": 9,
57
+ "devastated": 10,
58
+ "disappointed": 11,
59
+ "disgusted": 12,
60
+ "embarrassed": 13,
61
+ "excited": 14,
62
+ "faithful": 15,
63
+ "furious": 16,
64
+ "grateful": 17,
65
+ "guilty": 18,
66
+ "hopeful": 19,
67
+ "impressed": 20,
68
+ "jealous": 21,
69
+ "joyful": 22,
70
+ "lonely": 23,
71
+ "nostalgic": 24,
72
+ "prepared": 25,
73
+ "proud": 26,
74
+ "sad": 27,
75
+ "sentimental": 28,
76
+ "surprised": 29,
77
+ "terrified": 30,
78
+ "trusting": 31
79
+ },
80
+ "max_position_embeddings": 512,
81
+ "model_type": "distilbert",
82
+ "n_heads": 12,
83
+ "n_layers": 6,
84
+ "pad_token_id": 0,
85
+ "problem_type": "multi_label_classification",
86
+ "qa_dropout": 0.1,
87
+ "seq_classif_dropout": 0.2,
88
+ "sinusoidal_pos_embds": false,
89
+ "tie_weights_": true,
90
+ "torch_dtype": "float32",
91
+ "transformers_version": "4.22.1",
92
+ "vocab_size": 30522
93
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5037bbbf23c900cdf437ad232973a898265d7251f5c20ef5535d3317f1fe2048
3
+ size 267946609