issue
#1
by
sajanakhleh
- opened
i tried to use the model but i got the error while downloding the model:
OSError: SinaLab/ArabicNER-Wojood does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.
Hi there,
Correct if I am wrong, but you are trying to download the model using HuggingFace API, which will not work. The model structure int his repo is not compatible with HuggingFace API.
You need to clone the repo on your machine, then using our Wojood source code (https://github.com/SinaLab/ArabicNER) you can load it and use it for inference and evaluation.
mohammedkhalilia
changed discussion status to
closed