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

  • Log In
  • Sign Up

akshat-sj
/
my_awesome_model

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

  • Libraries
  • Transformers

    How to use akshat-sj/my_awesome_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="akshat-sj/my_awesome_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("akshat-sj/my_awesome_model")
    model = AutoModelForSequenceClassification.from_pretrained("akshat-sj/my_awesome_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_awesome_model / runs
5.06 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
akshat-sj's picture
akshat-sj
End of training
ffe59a0 verified over 1 year ago
  • Feb05_14-48-20_408c5f89688a
    End of training over 1 year ago