AndreyForty commited on
Commit
fd3e6fc
·
verified ·
1 Parent(s): a50f3bc

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +45 -0
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "dtype": "float32",
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Computer Science",
13
+ "1": "Economics",
14
+ "2": "Electrical Engineering and Systems Science",
15
+ "3": "Mathematics",
16
+ "4": "Physics",
17
+ "5": "Quantitative Biology",
18
+ "6": "Quantitative Finance",
19
+ "7": "Statistics"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "label2id": {
23
+ "Computer Science": 0,
24
+ "Economics": 1,
25
+ "Electrical Engineering and Systems Science": 2,
26
+ "Mathematics": 3,
27
+ "Physics": 4,
28
+ "Quantitative Biology": 5,
29
+ "Quantitative Finance": 6,
30
+ "Statistics": 7
31
+ },
32
+ "max_position_embeddings": 512,
33
+ "model_type": "distilbert",
34
+ "n_heads": 12,
35
+ "n_layers": 6,
36
+ "output_past": true,
37
+ "pad_token_id": 0,
38
+ "problem_type": "single_label_classification",
39
+ "qa_dropout": 0.1,
40
+ "seq_classif_dropout": 0.2,
41
+ "sinusoidal_pos_embds": false,
42
+ "tie_weights_": true,
43
+ "transformers_version": "4.57.6",
44
+ "vocab_size": 28996
45
+ }