Instructions to use karthid/ta_Tamil_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use karthid/ta_Tamil_NER with spaCy:
!pip install https://huggingface.co/karthid/ta_Tamil_NER/resolve/main/ta_Tamil_NER-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("ta_Tamil_NER") # Importing as module. import ta_Tamil_NER nlp = ta_Tamil_NER.load() - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!