pszemraj commited on
Commit
4d0ed4d
1 Parent(s): b0c3b6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ inference:
27
 
28
  - t5 sort-of learning to do literary analysis. It was trained on the booksum dataset with `chapter` (original text) as input and `summary_analysis` as the output text, where `summary_analysis` is the sparknotes/cliff notes/etc analysis
29
  - It was trained for 8 epochs
30
- - Testing may need to be completed in Colab as it seems to be CPU-intensive
31
 
32
  # Example
33
 
 
27
 
28
  - t5 sort-of learning to do literary analysis. It was trained on the booksum dataset with `chapter` (original text) as input and `summary_analysis` as the output text, where `summary_analysis` is the sparknotes/cliff notes/etc analysis
29
  - It was trained for 8 epochs
30
+ - Testing may need to be completed in Colab as it seems to be CPU-intensive. A link to an example notebook is [here](https://colab.research.google.com/gist/pszemraj/fe495bc0225ef0c00c9f8445b64672a6/example-t5_1_1-base-writing-analysis.ipynb)
31
 
32
  # Example
33