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

tm21cy
/
results

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

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

  • Libraries
  • Transformers

    How to use tm21cy/results with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tm21cy/results")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tm21cy/results")
    model = AutoModelForSequenceClassification.from_pretrained("tm21cy/results", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
results / runs
30.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
tm21cy's picture
tm21cy
End of training
b87e709 verified over 2 years ago
  • Mar11_05-48-43_52dd5b86094b
    End of training over 2 years ago
  • Mar11_06-21-33_52dd5b86094b
    End of training over 2 years ago
  • Mar11_06-55-43_52dd5b86094b
    End of training over 2 years ago