Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

goldandrabbit
/
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 goldandrabbit/test_trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use goldandrabbit/test_trainer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="goldandrabbit/test_trainer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("goldandrabbit/test_trainer")
    model = AutoModelForSequenceClassification.from_pretrained("goldandrabbit/test_trainer")
  • Notebooks
  • Google Colab
  • Kaggle
test_trainer / runs
13.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
goldandrabbit's picture
goldandrabbit
End of training
e829d47 verified over 1 year ago
  • Nov26_22-04-29_gold-server
    End of training over 1 year ago
  • Nov26_22-19-11_gold-server
    End of training over 1 year ago