jfernsler commited on
Commit
169412a
1 Parent(s): b0adb20

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +59 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/Volumes/Media_ssd/cs614/nlp_multiclass/src/jf_nlp/../../models/ASRS_distilbert-base-uncased/checkpoint-37563",
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": "0",
13
+ "1": "1",
14
+ "2": "2",
15
+ "3": "3",
16
+ "4": "4",
17
+ "5": "5",
18
+ "6": "6",
19
+ "7": "7",
20
+ "8": "8",
21
+ "9": "9",
22
+ "10": "10",
23
+ "11": "11",
24
+ "12": "12",
25
+ "13": "13",
26
+ "14": "14"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "label2id": {
30
+ "0": 0,
31
+ "1": 1,
32
+ "10": 10,
33
+ "11": 11,
34
+ "12": 12,
35
+ "13": 13,
36
+ "14": 14,
37
+ "2": 2,
38
+ "3": 3,
39
+ "4": 4,
40
+ "5": 5,
41
+ "6": 6,
42
+ "7": 7,
43
+ "8": 8,
44
+ "9": 9
45
+ },
46
+ "max_position_embeddings": 512,
47
+ "model_type": "distilbert",
48
+ "n_heads": 12,
49
+ "n_layers": 6,
50
+ "pad_token_id": 0,
51
+ "problem_type": "single_label_classification",
52
+ "qa_dropout": 0.1,
53
+ "seq_classif_dropout": 0.2,
54
+ "sinusoidal_pos_embds": false,
55
+ "tie_weights_": true,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.29.2",
58
+ "vocab_size": 30522
59
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:742cc88d9343c18c6d914406c9c61054829ae751e3c49b70312a8451020488bd
3
+ size 267892849