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

  • Log In
  • Sign Up

Anwaarma
/
TestForColab

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

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

  • Libraries
  • Transformers

    How to use Anwaarma/TestForColab with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Anwaarma/TestForColab")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Anwaarma/TestForColab")
    model = AutoModelForSequenceClassification.from_pretrained("Anwaarma/TestForColab")
  • Notebooks
  • Google Colab
  • Kaggle
TestForColab / runs
28 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Anwaarma's picture
Anwaarma
End of training
9ccfc8f over 2 years ago
  • Dec05_16-10-07_f39ca3cb0831
    End of training over 2 years ago