ghaith1997
commited on
Commit
•
4a7e381
1
Parent(s):
e86b7cc
Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -14,17 +14,17 @@
|
|
14 |
"hidden_dropout_prob": 0.1,
|
15 |
"hidden_size": 768,
|
16 |
"id2label": {
|
17 |
-
"0": "
|
18 |
-
"1": "
|
19 |
-
"2": "
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"input_size": 224,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
},
|
29 |
"layer_norm_eps": 1e-05,
|
30 |
"max_2d_position_embeddings": 1024,
|
|
|
14 |
"hidden_dropout_prob": 0.1,
|
15 |
"hidden_size": 768,
|
16 |
"id2label": {
|
17 |
+
"0": "dataset_with_char_spaced_iban",
|
18 |
+
"1": "dataset_with_colored_iban",
|
19 |
+
"2": "dataset_with_valid_information"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"input_size": 224,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
+
"dataset_with_char_spaced_iban": 0,
|
26 |
+
"dataset_with_colored_iban": 1,
|
27 |
+
"dataset_with_valid_information": 2
|
28 |
},
|
29 |
"layer_norm_eps": 1e-05,
|
30 |
"max_2d_position_embeddings": 1024,
|