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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tona3738
/
training_output

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

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

  • Libraries
  • Transformers

    How to use tona3738/training_output with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tona3738/training_output")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tona3738/training_output")
    model = AutoModelForSequenceClassification.from_pretrained("tona3738/training_output", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
training_output / runs
42.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
tona3738's picture
tona3738
tona3738/model1-3-small
ee2d987 verified over 1 year ago
  • Dec17_20-53-25_ea23181e71d0
    tona3738/model1-1-small over 1 year ago
  • Dec17_21-15-16_ea23181e71d0
    tona3738/model1-2-small over 1 year ago
  • Dec17_21-35-28_ea23181e71d0
    tona3738/model1-3-small over 1 year ago
  • Nov25_19-19-11_9369a326af02
    tona3738/model1-1 over 1 year ago
  • Nov25_19-34-30_9369a326af02
    tona3738/model1-2 over 1 year ago
  • Nov25_19-55-52_9369a326af02
    tona3738/model1-1 over 1 year ago