vividsd commited on
Commit
cbce94b
·
verified ·
1 Parent(s): 5c29939

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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 :)