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