Update config.json

This commit is contained in:
Patrick von Platen 2022-01-26 12:49:55 +00:00 committed by huggingface-web
parent 809c269415
commit 3cabe08e16
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@
"initializer_range": 0.02, "initializer_range": 0.02,
"intermediate_size": 20, "intermediate_size": 20,
"label2id": { "label2id": {
"yes": "0", "yes": 0,
"no": "1" "no": 1
}, },
"layer_norm_eps": 1e-05, "layer_norm_eps": 1e-05,
"layerdrop": 0.1, "layerdrop": 0.1,