Instructions to use AnanthZeke/tabert-4k-naamapadam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnanthZeke/tabert-4k-naamapadam with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="AnanthZeke/tabert-4k-naamapadam")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("AnanthZeke/tabert-4k-naamapadam") model = AutoModelForTokenClassification.from_pretrained("AnanthZeke/tabert-4k-naamapadam", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
dd453e0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0592fbc5b5feadd43b1efdca2de1049f02f1d89061e641754212d41b051b7eb9
size 3963
|