jasonmcaffee commited on
Commit
2b01c48
1 Parent(s): 77aa390

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -6,6 +6,12 @@ This model has been fine tuned for text summary creation, and was created using
6
 
7
  This document will explain how the model was fine tuned, saved to disk, added to Hugging Face, and then demonstrate how it is used.
8
 
 
 
 
 
 
 
9
  ## SAMsum
10
  SAMsum is a corpus comprised of 16k dialogues and corresponding summaries.
11
 
 
6
 
7
  This document will explain how the model was fine tuned, saved to disk, added to Hugging Face, and then demonstrate how it is used.
8
 
9
+ Google colab was used to train the model on a single T4 GPU.
10
+
11
+ Training can take 6 hours, and on free tier of Google Colab, you are disconnected and training is lost after 90 minutes of inactivity.
12
+
13
+ For this reason, I upgraded to the $10 per month plan, and this cost about $3 to create, which is pretty exciting considering the T4 is currently a $16k GPU.
14
+
15
  ## SAMsum
16
  SAMsum is a corpus comprised of 16k dialogues and corresponding summaries.
17