Tobias commited on
Commit
ce83198
1 Parent(s): eba4b5d

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +45 -0
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-german-cased",
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": "Food",
13
+ "1": "ReasonForStay",
14
+ "2": "Room",
15
+ "3": "Location",
16
+ "4": "HotelOrganisation",
17
+ "5": "Staff",
18
+ "6": "Unknown",
19
+ "7": "GeneralUtilitys"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "Food": 0,
25
+ "ReasonForStay": 1,
26
+ "Room": 2,
27
+ "Location": 3,
28
+ "HotelOrganisation": 4,
29
+ "Staff": 5,
30
+ "Unknown": 6,
31
+ "GeneralUtilitys": 7
32
+ },
33
+ "layer_norm_eps": 1e-12,
34
+ "max_position_embeddings": 512,
35
+ "model_type": "bert",
36
+ "num_attention_heads": 12,
37
+ "num_hidden_layers": 12,
38
+ "pad_token_id": 0,
39
+ "position_embedding_type": "absolute",
40
+ "problem_type": "multi_label_classification",
41
+ "transformers_version": "4.17.0",
42
+ "type_vocab_size": 2,
43
+ "use_cache": true,
44
+ "vocab_size": 30000
45
+ }