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