Instructions to use hf-tiny-model-private/tiny-random-LukeForSequenceClassification 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-LukeForSequenceClassification 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-LukeForSequenceClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-LukeForSequenceClassification") model = AutoModelForSequenceClassification.from_pretrained("hf-tiny-model-private/tiny-random-LukeForSequenceClassification") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
3396b5d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5882f0c283e27a4bdf2be541d530187cc89f204d3b1166a2f3adbc75ec8cb5b6
size 6788524
|