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

Manishkalra
/
discourse_classification

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use Manishkalra/discourse_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Manishkalra/discourse_classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Manishkalra/discourse_classification")
    model = AutoModelForSequenceClassification.from_pretrained("Manishkalra/discourse_classification")
  • Notebooks
  • Google Colab
  • Kaggle
discourse_classification / runs
64.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Manishkalra's picture
Manishkalra
End of training
eedc939 almost 4 years ago
  • Jul08_10-01-24_77711334037a
    End of training almost 4 years ago
  • Jul08_11-13-14_77711334037a
    End of training almost 4 years ago
  • Jul20_06-31-12_2ac328e14dff
    End of training almost 4 years ago
  • Jul20_07-38-18_2ac328e14dff
    End of training almost 4 years ago
  • Jul20_08-42-55_2ac328e14dff
    End of training almost 4 years ago
  • Jul20_09-27-03_2ac328e14dff
    End of training almost 4 years ago