Instructions to use hf-tiny-model-private/tiny-random-LEDForSequenceClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-tiny-model-private/tiny-random-LEDForSequenceClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hf-tiny-model-private/tiny-random-LEDForSequenceClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-LEDForSequenceClassification") model = AutoModelForSequenceClassification.from_pretrained("hf-tiny-model-private/tiny-random-LEDForSequenceClassification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
b5933b4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cef03010b4bbdaa7042eaceaeb83a47b492472244dbd482730241ae639eb3580
size 1252025
|