Instructions to use GautamR/akai_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GautamR/akai_ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="GautamR/akai_ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("GautamR/akai_ner") model = AutoModelForTokenClassification.from_pretrained("GautamR/akai_ner") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 72403c7
Update README.md 4360132
Update README.md c67e675
Update README.md 3b6dbe5
Update README.md 2d17659
Create README.md 57260c9
Updated model commit c2bb899
GautamR commited on
initial commit 29e8432
Gautam Rajeev commited on