Instructions to use creat89/NER_FEDA_Sl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use creat89/NER_FEDA_Sl with Transformers:
# Load model directly from transformers import AutoTokenizer, BERT_model_multidata tokenizer = AutoTokenizer.from_pretrained("creat89/NER_FEDA_Sl") model = BERT_model_multidata.from_pretrained("creat89/NER_FEDA_Sl") - Notebooks
- Google Colab
- Kaggle
Add multilingual to the language tag
#1
by lbourdois - opened
Hi! A PR to add multilingual to the language tag to improve the referencing.
creat89 changed pull request status to merged