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