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

  • Log In
  • Sign Up

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

  • Libraries
  • Transformers

    How to use superlazycoder/test_trainer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="superlazycoder/test_trainer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("superlazycoder/test_trainer")
    model = AutoModelForSequenceClassification.from_pretrained("superlazycoder/test_trainer")
  • Notebooks
  • Google Colab
  • Kaggle
test_trainer / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
superlazycoder's picture
superlazycoder
End of training
1dd757e verified almost 2 years ago
  • May14_23-19-31_r-superlazycoder-autotrain-myspacerunner7-f4g07vrs-f9b6e-3sevp
    End of training almost 2 years ago