Upload config.json with huggingface_hub
Browse files- config.json +2 -0
config.json
CHANGED
@@ -21,12 +21,14 @@
|
|
21 |
"disable_fallback": false,
|
22 |
"disable_fast_relayout": false,
|
23 |
"dynamic_batch_size": false,
|
|
|
24 |
"inline_weights_to_neff": true,
|
25 |
"input_names": [
|
26 |
"input_ids",
|
27 |
"attention_mask",
|
28 |
"token_type_ids"
|
29 |
],
|
|
|
30 |
"model_type": "bert",
|
31 |
"optlevel": "2",
|
32 |
"output_attentions": false,
|
|
|
21 |
"disable_fallback": false,
|
22 |
"disable_fast_relayout": false,
|
23 |
"dynamic_batch_size": false,
|
24 |
+
"float_dtype": "fp32",
|
25 |
"inline_weights_to_neff": true,
|
26 |
"input_names": [
|
27 |
"input_ids",
|
28 |
"attention_mask",
|
29 |
"token_type_ids"
|
30 |
],
|
31 |
+
"int_dtype": "int64",
|
32 |
"model_type": "bert",
|
33 |
"optlevel": "2",
|
34 |
"output_attentions": false,
|