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

yemen2016
/
tmp_trainer

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

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

  • Libraries
  • Transformers

    How to use yemen2016/tmp_trainer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="yemen2016/tmp_trainer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("yemen2016/tmp_trainer")
    model = AutoModelForTokenClassification.from_pretrained("yemen2016/tmp_trainer")
  • Notebooks
  • Google Colab
  • Kaggle
tmp_trainer / runs
1.44 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
yemen2016's picture
yemen2016
End of training
fef777c verified 8 months ago
  • Sep25_07-23-12_f3615e6663be
    End of training 8 months ago
  • Sep25_07-46-53_f3615e6663be
    End of training 8 months ago
  • Sep25_08-11-58_f3615e6663be
    End of training 8 months ago
  • Sep25_08-31-17_f3615e6663be
    End of training 8 months ago