Instructions to use hf-internal-testing/tiny-random-GPTNeoXForTokenClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-GPTNeoXForTokenClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="hf-internal-testing/tiny-random-GPTNeoXForTokenClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-GPTNeoXForTokenClassification") model = AutoModelForTokenClassification.from_pretrained("hf-internal-testing/tiny-random-GPTNeoXForTokenClassification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 61e74898db7acea57364c53d182f9742d5bcadafcac7405765a097abf7162382
- Size of remote file:
- 1.6 MB
- SHA256:
- fdfd78433b8e379639dcb6762c8ef41610b0da679b2fb9f9039e981932fd4094
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.