jishnu-n-p
commited on
Commit
•
7b9c37e
1
Parent(s):
53cff40
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
"hidden_act": "gelu",
|
14 |
"hidden_dropout_prob": 0.1,
|
15 |
"hidden_size": 768,
|
16 |
-
"
|
17 |
"0": "Ignore",
|
18 |
"1": "Store_name_value",
|
19 |
"2": "Store_name_key",
|
@@ -44,7 +44,7 @@
|
|
44 |
"initializer_range": 0.02,
|
45 |
"input_size": 224,
|
46 |
"intermediate_size": 3072,
|
47 |
-
"
|
48 |
"Date_key": 8,
|
49 |
"Date_value": 7,
|
50 |
"Ignore": 0,
|
|
|
13 |
"hidden_act": "gelu",
|
14 |
"hidden_dropout_prob": 0.1,
|
15 |
"hidden_size": 768,
|
16 |
+
"label2id": {
|
17 |
"0": "Ignore",
|
18 |
"1": "Store_name_value",
|
19 |
"2": "Store_name_key",
|
|
|
44 |
"initializer_range": 0.02,
|
45 |
"input_size": 224,
|
46 |
"intermediate_size": 3072,
|
47 |
+
"id2label": {
|
48 |
"Date_key": 8,
|
49 |
"Date_value": 7,
|
50 |
"Ignore": 0,
|