Update config.json
This commit is contained in:
parent
809c269415
commit
3cabe08e16
|
@ -52,8 +52,8 @@
|
|||
"initializer_range": 0.02,
|
||||
"intermediate_size": 20,
|
||||
"label2id": {
|
||||
"yes": "0",
|
||||
"no": "1"
|
||||
"yes": 0,
|
||||
"no": 1
|
||||
},
|
||||
"layer_norm_eps": 1e-05,
|
||||
"layerdrop": 0.1,
|
||||
|
|
Loading…
Reference in New Issue