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

  • Log In
  • Sign Up

Shreyansh234
/
my_first_model_practice

Text Classification
Transformers
Safetensors
distilbert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Shreyansh234/my_first_model_practice with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Shreyansh234/my_first_model_practice")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Shreyansh234/my_first_model_practice")
    model = AutoModelForSequenceClassification.from_pretrained("Shreyansh234/my_first_model_practice")
  • Notebooks
  • Google Colab
  • Kaggle
my_first_model_practice
268 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Shreyansh234's picture
Shreyansh234
Upload DistilBertForSequenceClassification
dabbd6c verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    5.17 kB
    Upload DistilBertForSequenceClassification 3 months ago
  • config.json
    765 Bytes
    Upload DistilBertForSequenceClassification 3 months ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification 3 months ago