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

Atreyee-Halder
/
mlops-assignment2-distilbert

Text Classification
Transformers
Safetensors
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Atreyee-Halder/mlops-assignment2-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Atreyee-Halder/mlops-assignment2-distilbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Atreyee-Halder/mlops-assignment2-distilbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Atreyee-Halder/mlops-assignment2-distilbert")
    model = AutoModelForSequenceClassification.from_pretrained("Atreyee-Halder/mlops-assignment2-distilbert")
  • Notebooks
  • Google Colab
  • Kaggle
mlops-assignment2-distilbert
264 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Atreyee-Halder's picture
Atreyee-Halder
Upload tokenizer
678f626 verified 24 days ago
  • .gitattributes
    1.52 kB
    initial commit 24 days ago
  • README.md
    5.17 kB
    Upload DistilBertForSequenceClassification 24 days ago
  • config.json
    1.08 kB
    Upload DistilBertForSequenceClassification 24 days ago
  • model.safetensors
    263 MB
    xet
    Upload DistilBertForSequenceClassification 24 days ago
  • tokenizer.json
    669 kB
    Upload tokenizer 24 days ago
  • tokenizer_config.json
    373 Bytes
    Upload tokenizer 24 days ago