Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,6 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
This notebook finetunes GPT2 on a sample of the Enron emails dataset
|
5 |
-
The dataset is publically available (you can find it in here: https://www.kaggle.com/datasets/wcukierski/enron-email-dataset)
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
This notebook finetunes GPT2 on a sample of the Enron emails dataset
|
5 |
+
The dataset is publically available (you can find it in here: https://www.kaggle.com/datasets/wcukierski/enron-email-dataset)
|
6 |
+
|
7 |
+
At the end, I built a gradio interface to chat with the fine tuned model, you can ask questions to the dataset :)
|