Can't find config.json

#2
by fcfrank10 - opened

I'm trying to load the model from huggingface, but:

OSError: osiria/deberta-base-italian-uncased-ner does not appear to have a file named config.json. Checkout 'https://huggingface.co/osiria/deberta-base-italian-uncased-ner/None' for available files.
```
Owner

I tried loading the model and everything worked fine, both on my computer and on Google Colab notebooks. Maybe you just encountered a connection error, or HuggingFace's servers were temporarily unavailable. Try loading the model again, using the code provided in the model card, and let me know if you keep having issues.

Sign up or log in to comment