Instructions to use hf-internal-testing/tiny-random-PhiForTokenClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-PhiForTokenClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="hf-internal-testing/tiny-random-PhiForTokenClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-PhiForTokenClassification") model = AutoModelForTokenClassification.from_pretrained("hf-internal-testing/tiny-random-PhiForTokenClassification") - Notebooks
- Google Colab
- Kaggle
Update tiny models for PhiForTokenClassification
#11 opened about 2 years ago
by
hf-transformers-bot
Update tiny models for PhiForTokenClassification
#10 opened about 2 years ago
by
hf-transformers-bot
Update tiny models for PhiForTokenClassification
#9 opened about 2 years ago
by
hf-transformers-bot
Update tiny models for PhiForTokenClassification
#8 opened about 2 years ago
by
hf-transformers-bot
Update tiny models for PhiForTokenClassification
#7 opened about 2 years ago
by
hf-transformers-bot
Update tiny models for PhiForTokenClassification
#6 opened about 2 years ago
by
hf-transformers-bot
Update tiny models for PhiForTokenClassification
#5 opened about 2 years ago
by
hf-transformers-bot
Update tiny models for PhiForTokenClassification
#4 opened about 2 years ago
by
hf-transformers-bot
Update tiny models for PhiForTokenClassification
#3 opened about 2 years ago
by
hf-transformers-bot
Update tiny models for PhiForTokenClassification
#2 opened about 2 years ago
by
hf-transformers-bot
Update tiny models for PhiForTokenClassification
#1 opened about 2 years ago
by
hf-transformers-bot