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") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
5e42f90 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9747b8090d5a757833b5f3ee3a3ae9d7fbc3208820cb5812f7ceced722acf73e
size 307276
|