File size: 1,638 Bytes
0273dcd 611f1d2 0273dcd 611f1d2 0273dcd 611f1d2 0273dcd 611f1d2 cdfb1f2 0273dcd cdfb1f2 0273dcd 611f1d2 0273dcd cdfb1f2 0273dcd cdfb1f2 0273dcd 611f1d2 0273dcd cdfb1f2 0273dcd cdfb1f2 0273dcd 611f1d2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
---
library_name: transformers
tags:
- dialogue
- gpt2
- open-domain
- chit-chat
license: mit
datasets:
- daily_dialog
- facebook/empathetic_dialogues
- AlekseyKorshuk/persona-chat
- blended_skill_talk
language:
- en
metrics:
- perplexity
---
# Model Card for Model ID
This model is based on GPT2LMHeadModel which has been trained with a total of 4 open-domain dialogue dataset.
## Model Details
The details can be found on my blog posts:
- https://songstudio.info/tech/tech-33
- https://songstudio.info/tech/tech-35
### Model Description
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** devjwsong
- **Model type:** GPT2LMHeadModel
- **Language(s) (NLP):** English
- **License:** MIT
- **Finetuned from model [optional]:** openai-community/gpt2
### Model Sources
- **Repository:** https://github.com/devjwsong/gpt2-dialogue-generation-pytorch
## Citation
- Radford, A., Wu, J., Child, R., Luan, D., Amodei, D., & Sutskever, I. (2019). Language models are unsupervised multitask learners. OpenAI blog, 1(8), 9.
- https://songstudio.info/tech/tech-33
- https://songstudio.info/tech/tech-35
**BibTeX:**
```
@misc{Song_2020,
title={Multi-turn chatbot project (3): GPT-2 chatbot with multi-turn generation settings},
url={https://songstudio.info/tech/tech-35},
journal={SongStudio},
author={Song, Jaewoo},
year={2020},
month={Nov}
}
```
## Model Card Authors
- Jaewoo (Kyle) Song
## Model Card Contact
- devjwsong@gmail.com
- https://github.com/devjwsong
- https://www.linkedin.com/in/jaewoo-song-13b375196 |