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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

harshitaskh
/
test_trainer

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

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

  • Libraries
  • Transformers

    How to use harshitaskh/test_trainer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="harshitaskh/test_trainer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("harshitaskh/test_trainer")
    model = AutoModelForSequenceClassification.from_pretrained("harshitaskh/test_trainer")
  • Notebooks
  • Google Colab
  • Kaggle
test_trainer / runs
30.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
harshitaskh's picture
harshitaskh
End of training
f3e245b about 3 years ago
  • Mar27_10-10-29_bdbee9c751a5
    Training in progress, epoch 1 about 3 years ago
  • Mar27_10-11-12_bdbee9c751a5
    Training in progress, epoch 1 about 3 years ago
  • Mar27_10-24-26_bdbee9c751a5
    End of training about 3 years ago