EmailGeneration / README.md
yuncao's picture
Update README.md
a1094a8 verified
# Model Card for Email Generation
<!-- Provide a quick summary of what the model is/does. -->
Focused on generating emails based on features of the target user.
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
Final Project for Group O in 2024 Spring CS6120 NLP at Roux Institute, Northeastern University.
- **Developed by:** Yun Cao, Yue Liu, Muyang Cheng, Nan Chen
- **Professor:** Prashant Mittal
- **Model type:** GPT2
- **Language(s) (NLP):** Python, Transformers
- **Finetuned from model:** postbot/distilgpt2-emailgen-V2
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** Final folder in [Github CS6120NLP](https://github.com/awakn123/CS6120NLP)
- **Demo:** [Space link](https://huggingface.co/spaces/24NLPGroupO/EmailGeneration).
---
license: mit
datasets:
- LightTai/personalized-email
language:
- en
metrics:
- rouge
tags:
- email
---