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

  • Log In
  • Sign Up

DipanAI
/
test_bug_temporary

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use DipanAI/test_bug_temporary with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="DipanAI/test_bug_temporary")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("DipanAI/test_bug_temporary")
    model = AutoModelForSequenceClassification.from_pretrained("DipanAI/test_bug_temporary")
  • Notebooks
  • Google Colab
  • Kaggle
test_bug_temporary / runs
6.31 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
DipanAI's picture
DipanAI
End of training
1e85b47 almost 3 years ago
  • Jul11_14-15-15_a664bedf209a
    End of training almost 3 years ago