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

pulkitmehtawork
/
text_classification_pulkit

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use pulkitmehtawork/text_classification_pulkit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="pulkitmehtawork/text_classification_pulkit")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pulkitmehtawork/text_classification_pulkit")
    model = AutoModelForSequenceClassification.from_pretrained("pulkitmehtawork/text_classification_pulkit")
  • Notebooks
  • Google Colab
  • Kaggle
text_classification_pulkit / runs
11.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
pulkitmehtawork's picture
pulkitmehtawork
End of training
19b931d almost 3 years ago
  • Jun04_04-16-48_67583f6e6bdd
    End of training almost 3 years ago