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