arpelarpe commited on
Commit
cead9bd
1 Parent(s): 2b39b8b

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +66 -0
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Maltehb/danish-bert-botxo",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "OU",
15
+ "1": "OO",
16
+ "2": ".O",
17
+ "3": "!O",
18
+ "4": ",O",
19
+ "5": ".U",
20
+ "6": "!U",
21
+ "7": ",U",
22
+ "8": ":O",
23
+ "9": ";O",
24
+ "10": ":U",
25
+ "11": "'O",
26
+ "12": "-O",
27
+ "13": "?O",
28
+ "14": "?U"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "OU": 0,
34
+ "OO": 1,
35
+ ".O": 2,
36
+ "!O": 3,
37
+ ",O": 4,
38
+ ".U": 5,
39
+ "!U": 6,
40
+ ",U": 7,
41
+ ":O": 8,
42
+ ";O": 9,
43
+ ":U": 10,
44
+ "'O": 11,
45
+ "-O": 12,
46
+ "?O": 13,
47
+ "?U": 14
48
+ },
49
+ "layer_norm_eps": 1e-12,
50
+ "max_position_embeddings": 512,
51
+ "model_type": "bert",
52
+ "num_attention_heads": 12,
53
+ "num_hidden_layers": 12,
54
+ "pad_token_id": 0,
55
+ "pooler_fc_size": 768,
56
+ "pooler_num_attention_heads": 12,
57
+ "pooler_num_fc_layers": 3,
58
+ "pooler_size_per_head": 128,
59
+ "pooler_type": "first_token_transform",
60
+ "position_embedding_type": "absolute",
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.17.0",
63
+ "type_vocab_size": 2,
64
+ "use_cache": true,
65
+ "vocab_size": 32000
66
+ }