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

  • Log In
  • Sign Up

Rrrrrrrita
/
test1

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

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

  • Libraries
  • Transformers

    How to use Rrrrrrrita/test1 with Transformers:

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