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

ganeshkota
/
SA

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

  • Libraries
  • Transformers

    How to use ganeshkota/SA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ganeshkota/SA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ganeshkota/SA")
    model = AutoModelForSequenceClassification.from_pretrained("ganeshkota/SA")
  • Notebooks
  • Google Colab
  • Kaggle
SA / runs
9.33 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ganeshkota's picture
ganeshkota
End of training
da9e8b0 verified over 2 years ago
  • Feb17_21-05-28_d8312dc4e53a
    Training in progress, epoch 2 over 2 years ago
  • Feb17_22-19-51_b42bb03df9ab
    End of training over 2 years ago