Instructions to use MohammadOthman/en_roberta_base_plant_ner_case with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use MohammadOthman/en_roberta_base_plant_ner_case with spaCy:
!pip install https://huggingface.co/MohammadOthman/en_roberta_base_plant_ner_case/resolve/main/en_roberta_base_plant_ner_case-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_roberta_base_plant_ner_case") # Importing as module. import en_roberta_base_plant_ner_case nlp = en_roberta_base_plant_ner_case.load() - Notebooks
- Google Colab
- Kaggle
Model limitation - Some animals recognized as plants
#1 opened about 3 years ago
by
MohammadOthman