Erica tong commited on
Commit
d43dbd3
·
verified ·
1 Parent(s): ecc8da3

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +57 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "1_Physical",
13
+ "1": "2_Computational",
14
+ "2": "2_1_Movement-related mechanics",
15
+ "3": "2_2_Combat-related mechanics",
16
+ "4": "2_3_Economic-related mechanics",
17
+ "5": "2_4_Story-related mechanics",
18
+ "6": "2_5_Creative-related mechanics",
19
+ "7": "3_Communicational",
20
+ "8": "4_Experiential",
21
+ "9": "4_1_Motivation",
22
+ "10": "4_2_Socialisation",
23
+ "11": "5_Player",
24
+ "12": "6_External",
25
+ "13": "7_Overall"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "label2id": {
29
+ "1_Physical": 0,
30
+ "2_1_Movement-related mechanics": 2,
31
+ "2_2_Combat-related mechanics": 3,
32
+ "2_3_Economic-related mechanics": 4,
33
+ "2_4_Story-related mechanics": 5,
34
+ "2_5_Creative-related mechanics": 6,
35
+ "2_Computational": 1,
36
+ "3_Communicational": 7,
37
+ "4_1_Motivation": 9,
38
+ "4_2_Socialisation": 10,
39
+ "4_Experiential": 8,
40
+ "5_Player": 11,
41
+ "6_External": 12,
42
+ "7_Overall": 13
43
+ },
44
+ "max_position_embeddings": 512,
45
+ "model_type": "distilbert",
46
+ "n_heads": 12,
47
+ "n_layers": 6,
48
+ "pad_token_id": 0,
49
+ "problem_type": "multi_label_classification",
50
+ "qa_dropout": 0.1,
51
+ "seq_classif_dropout": 0.2,
52
+ "sinusoidal_pos_embds": false,
53
+ "tie_weights_": true,
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.23.1",
56
+ "vocab_size": 30522
57
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03a369e4ba56ffa02fb3eb28c18794e6fa76da89a3aabad6fad95ba8b3d66fc0
3
+ size 267891185