mgrella commited on
Commit
91ef144
·
1 Parent(s): 0b55e73

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +66 -0
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 17,
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "01000000",
13
+ "1": "10000000",
14
+ "2": "11000000",
15
+ "3": "12000000",
16
+ "4": "13000000",
17
+ "5": "14000000",
18
+ "6": "15000000",
19
+ "7": "16000000",
20
+ "8": "17000000",
21
+ "9": "02000000",
22
+ "10": "03000000",
23
+ "11": "04000000",
24
+ "12": "05000000",
25
+ "13": "06000000",
26
+ "14": "07000000",
27
+ "15": "08000000",
28
+ "16": "09000000"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "01000000": 0,
34
+ "10000000": 1,
35
+ "11000000": 2,
36
+ "12000000": 3,
37
+ "13000000": 4,
38
+ "14000000": 5,
39
+ "15000000": 6,
40
+ "16000000": 7,
41
+ "17000000": 8,
42
+ "02000000": 9,
43
+ "03000000": 10,
44
+ "04000000": 11,
45
+ "05000000": 12,
46
+ "06000000": 13,
47
+ "07000000": 14,
48
+ "08000000": 15,
49
+ "09000000": 16
50
+ },
51
+ "layer_norm_eps": 1e-12,
52
+ "max_length": 64,
53
+ "max_position_embeddings": 512,
54
+ "model_type": "bert",
55
+ "num_attention_heads": 12,
56
+ "num_hidden_layers": 12,
57
+ "pad_token_id": 0,
58
+ "padding": "max_length",
59
+ "position_embedding_type": "absolute",
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.22.1",
62
+ "type_vocab_size": 2,
63
+ "use_cache": true,
64
+ "vocab_size": 31102,
65
+ "organization": "NLP Odyssey"
66
+ }