Model hub: Can't load tokenizer using from_pretrained

Hi,

Until today (I just tested) my 2 NER models (BERT base and large) have been working well on the HF model hub:

Now, when I start a compute in the widget, I get this error:
Can't load tokenizer using from_pretrained, please update its configuration: missing field direction at line 1 column 85

See as well this screenshot:

Coming from the new version of transformers?

Another point: I use these 2 models in a Spaces App and there’s no problem:

Strange, no?

cc @lysandre

Hey @pierreguillou, if I’m not mistaken these were temporary errors as I can click on “compute” without any issues.

Does it work for you too? Really cool models, by the way!

Yes, it works well now. Thank you @lysandre.