Text Classification
Transformers
English
bert
bert-mini
classification
decision-model
dynamic-classification
calibrated-classification
option-scoring
oryn
Instructions to use timosarkar/oryn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use timosarkar/oryn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="timosarkar/oryn")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timosarkar/oryn", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K