Instructions to use archit11/token_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use archit11/token_classification_model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("archit11/token_classification_model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 41 Bytes
9e5e646 | 1 2 3 4 5 | {
"<end>": 50266,
"<start>": 50265
}
|