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

sureshbabugandla
/
ML_OPS_ASSIGNMENT2

Text Classification
Transformers
Safetensors
English
distilbert
book-genre-classification
mlops
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use sureshbabugandla/ML_OPS_ASSIGNMENT2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sureshbabugandla/ML_OPS_ASSIGNMENT2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sureshbabugandla/ML_OPS_ASSIGNMENT2")
    model = AutoModelForSequenceClassification.from_pretrained("sureshbabugandla/ML_OPS_ASSIGNMENT2")
  • Notebooks
  • Google Colab
  • Kaggle
ML_OPS_ASSIGNMENT2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
sureshbabugandla's picture
sureshbabugandla
updated readme file
92b3698 verified about 16 hours ago
  • .gitattributes
    1.52 kB
    initial commit 12 days ago
  • README.md
    3.17 kB
    updated readme file about 16 hours ago
  • config.json
    1.03 kB
    Upload DistilBertForSequenceClassification about 22 hours ago
  • model.safetensors
    263 MB
    xet
    Upload DistilBertForSequenceClassification about 17 hours ago
  • tokenizer.json
    669 kB
    Upload tokenizer 12 days ago
  • tokenizer_config.json
    329 Bytes
    Upload tokenizer about 22 hours ago