Youmnaaaa commited on
Commit
6082eca
·
verified ·
1 Parent(s): c773ba4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +73 -0
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": null,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "B-CUISINE_OR_ITEM",
17
+ "1": "B-FURNISHING",
18
+ "2": "B-HOUSING_TYPE",
19
+ "3": "B-LOCATION",
20
+ "4": "B-PLACE_NAME",
21
+ "5": "B-PLACE_TYPE",
22
+ "6": "B-PRICE_RANGE",
23
+ "7": "B-ROOM_COUNT",
24
+ "8": "B-STATUS",
25
+ "9": "B-TIME",
26
+ "10": "I-CUISINE_OR_ITEM",
27
+ "11": "I-FURNISHING",
28
+ "12": "I-HOUSING_TYPE",
29
+ "13": "I-LOCATION",
30
+ "14": "I-PLACE_NAME",
31
+ "15": "I-PLACE_TYPE",
32
+ "16": "I-PRICE_RANGE",
33
+ "17": "I-ROOM_COUNT",
34
+ "18": "I-STATUS",
35
+ "19": "O"
36
+ },
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": 3072,
39
+ "is_decoder": false,
40
+ "label2id": {
41
+ "B-CUISINE_OR_ITEM": 0,
42
+ "B-FURNISHING": 1,
43
+ "B-HOUSING_TYPE": 2,
44
+ "B-LOCATION": 3,
45
+ "B-PLACE_NAME": 4,
46
+ "B-PLACE_TYPE": 5,
47
+ "B-PRICE_RANGE": 6,
48
+ "B-ROOM_COUNT": 7,
49
+ "B-STATUS": 8,
50
+ "B-TIME": 9,
51
+ "I-CUISINE_OR_ITEM": 10,
52
+ "I-FURNISHING": 11,
53
+ "I-HOUSING_TYPE": 12,
54
+ "I-LOCATION": 13,
55
+ "I-PLACE_NAME": 14,
56
+ "I-PLACE_TYPE": 15,
57
+ "I-PRICE_RANGE": 16,
58
+ "I-ROOM_COUNT": 17,
59
+ "I-STATUS": 18,
60
+ "O": 19
61
+ },
62
+ "layer_norm_eps": 1e-12,
63
+ "max_position_embeddings": 512,
64
+ "model_type": "bert",
65
+ "num_attention_heads": 12,
66
+ "num_hidden_layers": 12,
67
+ "pad_token_id": 0,
68
+ "tie_word_embeddings": true,
69
+ "transformers_version": "5.0.0",
70
+ "type_vocab_size": 2,
71
+ "use_cache": false,
72
+ "vocab_size": 30000
73
+ }