Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

hf-internal-testing
/
tiny-random-PhiForTokenClassification

Token Classification
Transformers
Safetensors
phi
text-generation-inference
Model card Files Files and versions
xet
Community
11

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

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
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs