|
--- |
|
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 |
|
|
|
<!-- Provide a quick summary of what the model is/does. --> |
|
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 |
|
|
|
<!-- Provide a longer summary of what this model is. --> |
|
|
|
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 |
|
- **Funded by [optional]:** [More Information Needed] |
|
- **Shared by [optional]:** [More Information Needed] |
|
- **Model type:** GPT2LMHeadModel |
|
- **Language(s) (NLP):** English |
|
- **License:** MIT |
|
- **Finetuned from model [optional]:** GPT2LMHeadModel |
|
|
|
### Model Sources [optional] |
|
|
|
<!-- Provide the basic links for the model. --> |
|
|
|
- **Repository:** https://github.com/devjwsong/gpt2-dialogue-generation-pytorch |
|
|
|
## Citation [optional] |
|
|
|
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. --> |
|
|
|
**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 [optional] |
|
|
|
- Jaewoo Song |
|
|
|
## Model Card Contact |
|
|
|
- [email protected] |
|
- https://github.com/devjwsong |
|
- https://www.linkedin.com/in/jaewoo-song-13b375196 |