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

  • Log In
  • Sign Up

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

  • Libraries
  • Transformers

    How to use greatakela/test-trainer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="greatakela/test-trainer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("greatakela/test-trainer")
    model = AutoModelForSequenceClassification.from_pretrained("greatakela/test-trainer")
  • Notebooks
  • Google Colab
  • Kaggle
test-trainer / runs
5.73 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
greatakela's picture
greatakela
Training in progress, epoch 3
512549a over 2 years ago
  • Dec16_05-24-43_8db6764bcd33
    Training in progress, epoch 2 over 2 years ago
  • Dec16_13-32-53_bcb2b572208a
    Training in progress, epoch 2 over 2 years ago
  • Dec16_21-59-04_6c1a1e4d99ff
    Training in progress, epoch 1 over 2 years ago
  • Dec16_22-04-13_6c1a1e4d99ff
    Training in progress, epoch 1 over 2 years ago
  • Dec16_22-13-16_6c1a1e4d99ff
    Training in progress, epoch 1 over 2 years ago
  • Dec16_22-20-46_6c1a1e4d99ff
    Training in progress, epoch 1 over 2 years ago
  • Dec16_22-29-47_6c1a1e4d99ff
    Training in progress, epoch 1 over 2 years ago
  • Dec16_22-40-58_6c1a1e4d99ff
    Training in progress, epoch 1 over 2 years ago
  • Dec16_22-47-42_6c1a1e4d99ff
    Training in progress, epoch 3 over 2 years ago