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
68c0a30 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4e9bf0ea8934a22d3515489cc0db79e4a3a99f7aee1f0018177b771d37510ed9
size 6814657
|