Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,6 @@ metrics:
|
|
| 19 |
|
| 20 |
# Model Card for Model ID
|
| 21 |
|
| 22 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
| 23 |
This model is based on GPT2LMHeadModel which has been trained with a total of 4 open-domain dialogue dataset.
|
| 24 |
|
| 25 |
|
|
@@ -31,27 +30,23 @@ The details can be found on my blog posts:
|
|
| 31 |
|
| 32 |
### Model Description
|
| 33 |
|
| 34 |
-
<!-- Provide a longer summary of what this model is. -->
|
| 35 |
-
|
| 36 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 37 |
|
| 38 |
- **Developed by:** devjwsong
|
| 39 |
-
- **Funded by [optional]:** [More Information Needed]
|
| 40 |
-
- **Shared by [optional]:** [More Information Needed]
|
| 41 |
- **Model type:** GPT2LMHeadModel
|
| 42 |
- **Language(s) (NLP):** English
|
| 43 |
- **License:** MIT
|
| 44 |
-
- **Finetuned from model [optional]:**
|
| 45 |
-
|
| 46 |
-
### Model Sources [optional]
|
| 47 |
|
| 48 |
-
|
| 49 |
|
| 50 |
- **Repository:** https://github.com/devjwsong/gpt2-dialogue-generation-pytorch
|
| 51 |
|
| 52 |
-
## Citation
|
| 53 |
|
| 54 |
-
|
|
|
|
|
|
|
| 55 |
|
| 56 |
**BibTeX:**
|
| 57 |
|
|
@@ -66,9 +61,9 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
| 66 |
}
|
| 67 |
```
|
| 68 |
|
| 69 |
-
## Model Card Authors
|
| 70 |
|
| 71 |
-
- Jaewoo Song
|
| 72 |
|
| 73 |
## Model Card Contact
|
| 74 |
|
|
|
|
| 19 |
|
| 20 |
# Model Card for Model ID
|
| 21 |
|
|
|
|
| 22 |
This model is based on GPT2LMHeadModel which has been trained with a total of 4 open-domain dialogue dataset.
|
| 23 |
|
| 24 |
|
|
|
|
| 30 |
|
| 31 |
### Model Description
|
| 32 |
|
|
|
|
|
|
|
| 33 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 34 |
|
| 35 |
- **Developed by:** devjwsong
|
|
|
|
|
|
|
| 36 |
- **Model type:** GPT2LMHeadModel
|
| 37 |
- **Language(s) (NLP):** English
|
| 38 |
- **License:** MIT
|
| 39 |
+
- **Finetuned from model [optional]:** openai-community/gpt2
|
|
|
|
|
|
|
| 40 |
|
| 41 |
+
### Model Sources
|
| 42 |
|
| 43 |
- **Repository:** https://github.com/devjwsong/gpt2-dialogue-generation-pytorch
|
| 44 |
|
| 45 |
+
## Citation
|
| 46 |
|
| 47 |
+
- Radford, A., Wu, J., Child, R., Luan, D., Amodei, D., & Sutskever, I. (2019). Language models are unsupervised multitask learners. OpenAI blog, 1(8), 9.
|
| 48 |
+
- https://songstudio.info/tech/tech-33
|
| 49 |
+
- https://songstudio.info/tech/tech-35
|
| 50 |
|
| 51 |
**BibTeX:**
|
| 52 |
|
|
|
|
| 61 |
}
|
| 62 |
```
|
| 63 |
|
| 64 |
+
## Model Card Authors
|
| 65 |
|
| 66 |
+
- Jaewoo (Kyle) Song
|
| 67 |
|
| 68 |
## Model Card Contact
|
| 69 |
|