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

  • Log In
  • Sign Up

ubermenchh
/
tmp_trainer

Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use ubermenchh/tmp_trainer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ubermenchh/tmp_trainer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ubermenchh/tmp_trainer")
    model = AutoModelForSequenceClassification.from_pretrained("ubermenchh/tmp_trainer")
  • Notebooks
  • Google Colab
  • Kaggle
tmp_trainer / runs
6.58 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ubermenchh's picture
ubermenchh
Training completed!
7853ab2 over 2 years ago
  • Nov25_21-55-58_f3084f101678
    Training completed! over 2 years ago