cornel05 commited on
Commit
0f4a706
·
verified ·
1 Parent(s): 72ad5d3

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +48 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": null,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "dtype": "float32",
11
+ "eos_token_id": null,
12
+ "hidden_dim": 3072,
13
+ "id2label": {
14
+ "0": "How",
15
+ "1": "Other",
16
+ "2": "What",
17
+ "3": "When",
18
+ "4": "Where",
19
+ "5": "Which",
20
+ "6": "Who",
21
+ "7": "Why"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "label2id": {
25
+ "How": 0,
26
+ "Other": 1,
27
+ "What": 2,
28
+ "When": 3,
29
+ "Where": 4,
30
+ "Which": 5,
31
+ "Who": 6,
32
+ "Why": 7
33
+ },
34
+ "max_position_embeddings": 512,
35
+ "model_type": "distilbert",
36
+ "n_heads": 12,
37
+ "n_layers": 6,
38
+ "pad_token_id": 0,
39
+ "problem_type": "single_label_classification",
40
+ "qa_dropout": 0.1,
41
+ "seq_classif_dropout": 0.2,
42
+ "sinusoidal_pos_embds": false,
43
+ "tie_weights_": true,
44
+ "tie_word_embeddings": true,
45
+ "transformers_version": "5.0.0",
46
+ "use_cache": false,
47
+ "vocab_size": 30522
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88946691d85062365fa9ad3baeaadaa20ea26f0423d414137595b98cecba58b3
3
+ size 267851024