matthewfarant
commited on
Commit
·
e8882cf
1
Parent(s):
88d5a78
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -13,13 +13,13 @@
|
|
13 |
"id2label": {
|
14 |
"0": "NOT MATCH",
|
15 |
"1": "MATCH"
|
16 |
-
}
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id":{
|
20 |
"NOT MATCH": 0,
|
21 |
"MATCH": 1
|
22 |
-
}
|
23 |
"layer_norm_eps": 1e-12,
|
24 |
"max_position_embeddings": 512,
|
25 |
"model_type": "bert",
|
|
|
13 |
"id2label": {
|
14 |
"0": "NOT MATCH",
|
15 |
"1": "MATCH"
|
16 |
+
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id":{
|
20 |
"NOT MATCH": 0,
|
21 |
"MATCH": 1
|
22 |
+
},
|
23 |
"layer_norm_eps": 1e-12,
|
24 |
"max_position_embeddings": 512,
|
25 |
"model_type": "bert",
|