guydepauw commited on
Commit
fe46116
1 Parent(s): fd4c4de

Update config.json

Browse files

needed to add "model_type": "bert", for onnx conversion

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "model_type": "bert",
3
  "attention_probs_dropout_prob": 0.1,
4
  "directionality": "bidi",
5
  "finetuning_task": null,
 
1
  {
2
+ "model_type": "bert",
3
  "attention_probs_dropout_prob": 0.1,
4
  "directionality": "bidi",
5
  "finetuning_task": null,