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