Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

apbrault
/
results

Token Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use apbrault/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use apbrault/results with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="apbrault/results")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("apbrault/results")
    model = AutoModelForTokenClassification.from_pretrained("apbrault/results")
  • Notebooks
  • Google Colab
  • Kaggle
results / runs
52.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
apbrault's picture
apbrault
Training in progress, step 500
cd9ac40 verified over 1 year ago
  • Nov08_20-06-49_102c2f69576c
    Training in progress, step 500 over 1 year ago
  • Nov08_20-24-13_102c2f69576c
    Training in progress, step 500 over 1 year ago
  • Nov08_20-28-36_198cfac739a7
    Training in progress, step 500 over 1 year ago
  • Nov08_20-37-29_198cfac739a7
    Training in progress, step 500 over 1 year ago
  • Nov08_20-45-31_198cfac739a7
    Training in progress, step 500 over 1 year ago
  • Nov08_20-48-57_198cfac739a7
    Training in progress, step 500 over 1 year ago
  • Nov08_20-49-40_198cfac739a7
    Training in progress, step 500 over 1 year ago
  • Nov08_20-57-32_198cfac739a7
    apbrault/NER_music_distilbert over 1 year ago