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

  • Log In
  • Sign Up

microsoft
/
DialogRPT-depth

Text Classification
Transformers
PyTorch
gpt2
Model card Files Files and versions
xet
Community
1

Instructions to use microsoft/DialogRPT-depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use microsoft/DialogRPT-depth with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="microsoft/DialogRPT-depth")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("microsoft/DialogRPT-depth")
    model = AutoModelForSequenceClassification.from_pretrained("microsoft/DialogRPT-depth")
  • Notebooks
  • Google Colab
  • Kaggle
DialogRPT-depth
1.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
patrickvonplaten's picture
patrickvonplaten
allow flax
0fa8a87 almost 5 years ago
  • .gitattributes
    391 Bytes
    allow flax almost 5 years ago
  • README.md
    2.65 kB
    Update README.md over 5 years ago
  • config.json
    812 Bytes
    Update config.json over 5 years ago
  • merges.txt
    456 kB
    Update merges.txt over 5 years ago
  • pytorch_model.bin
    1.52 GB
    xet
    Update pytorch_model.bin over 5 years ago
  • special_tokens_map.json
    31 Bytes
    Update special_tokens_map.json over 5 years ago
  • vocab.json
    1.04 MB
    Update vocab.json over 5 years ago