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:
- a57da254a9aab18ce698b405f09072c79aac0e6c71dfbb3759aa4c374d88ebbf
- Size of remote file:
- 646 kB
- SHA256:
- 070ea0b8f314e6416c16ad33812c35750d985ddf6c98e54b737249d2b308c68e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.