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

Extrabass
/
test_trainer

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

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

  • Libraries
  • Transformers

    How to use Extrabass/test_trainer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Extrabass/test_trainer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Extrabass/test_trainer")
    model = AutoModelForSequenceClassification.from_pretrained("Extrabass/test_trainer", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test_trainer / runs
32.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Extrabass's picture
Extrabass
End of training
ee35192 verified over 2 years ago
  • Apr15_00-30-27_ml
    End of training over 2 years ago
  • Apr15_00-34-16_ml
    End of training over 2 years ago
  • Apr15_00-35-46_ml
    End of training over 2 years ago
  • Apr15_00-36-45_ml
    End of training over 2 years ago
  • Apr15_00-42-14_ml
    End of training over 2 years ago
  • Apr15_10-28-32_ml
    End of training over 2 years ago