Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -17,6 +17,7 @@
|
|
17 |
"label2id": {
|
18 |
"LABEL_0": 0
|
19 |
},
|
|
|
20 |
"layer_norm_eps": 1e-12,
|
21 |
"max_position_embeddings": 512,
|
22 |
"model_type": "bert",
|
|
|
17 |
"label2id": {
|
18 |
"LABEL_0": 0
|
19 |
},
|
20 |
+
"torch_dtype": "float16",
|
21 |
"layer_norm_eps": 1e-12,
|
22 |
"max_position_embeddings": 512,
|
23 |
"model_type": "bert",
|