Hugging Face's logo Hugging Face
    • Models
    • Datasets
    • Pricing
      • Website
        • Metrics
        • Languages
        • Organizations
      • Community
        • Forum
        • Blog
        • GitHub
      • Documentation
        • Model Hub doc
        • Inference API doc
        • Transformers doc
        • Tokenizers doc
        • Datasets doc

    • Log In
    • Sign Up
    • Account
      • Log In
      • Sign Up
    • Website
      • Models
      • Datasets
      • Metrics
      • Languages
      • Organizations
      • Pricing
    • Community
      • Forum
      • Blog
    • Documentation
      • Model Hub doc
      • Inference API doc
      • Transformers doc
      • Tokenizers doc
      • Datasets doc

    's picture microsoft
    /
    DialoGPT-large

    Text Generation
    PyTorch TensorFlow arxiv:1911.00536 mit gpt2 lm-head causal-lm conversational
    Model card Files and versions

      How to use from the 🤗/transformers library:

                      from transformers import AutoTokenizer, AutoModelWithLMHead
        
        tokenizer = AutoTokenizer.from_pretrained("microsoft/DialoGPT-large")
        
        model = AutoModelWithLMHead.from_pretrained("microsoft/DialoGPT-large")
                  

      Or just clone the model repo

        git lfs install
        git clone https://huggingface.co/microsoft/DialoGPT-large
        
      # if you want to clone without large files – just their pointers # prepend your git clone with the following env var:
      GIT_LFS_SKIP_SMUDGE=1
      • main
    microsoft/DialoGPT-large /
    History: 12 commits
    lysandre's picture
    lysandre
    Create tokenizer_config.json acc7eaf 11 days ago
    • .gitattributes 345.0B initial commit 11 months ago
    • README.md 2.4KB Migrate model card from transformers-repo 2 months ago
    • config.json 642.0B Update config.json 4 months ago
    • merges.txt 445.6KB Update merges.txt 11 months ago
    • pytorch_model.bin 1.6GB Update pytorch_model.bin 11 months ago
    • tf_model.h5 2.9GB Update tf_model.h5 10 months ago
    • tokenizer_config.json 26.0B Create tokenizer_config.json 11 days ago
    • vocab.json 1017.9KB Update vocab.json 11 months ago