pszemraj commited on
Commit
655e2e3
·
1 Parent(s): e6d0f7c

formatting

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -387,11 +387,12 @@ model-index:
387
 
388
  # long-t5-tglobal-base-16384 + BookSum
389
 
 
 
390
  - summarize long text and get a SparkNotes-esque summary of arbitrary topics!
391
  - generalizes reasonably well to academic & narrative text.
392
  - A simple example/use case on ASR is [here](https://longt5-booksum-example.netlify.app/). There's also an example notebook on Colab:
393
 
394
- [![colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/gist/pszemraj/d9a0495861776168fd5cdcd7731bc4ee/example-long-t5-tglobal-base-16384-book-summary.ipynb)
395
 
396
  ## Cheeky Proof-of-Concept
397
 
@@ -467,7 +468,7 @@ The following hyperparameters were used during the **most recent** training roun
467
  - num_epochs: 2
468
 
469
 
470
- \*_Prior training sessions used roughly similar parameters; multiple sessions were required as this takes aeons to train_
471
 
472
  ### Training results
473
 
 
387
 
388
  # long-t5-tglobal-base-16384 + BookSum
389
 
390
+ [![colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/gist/pszemraj/d9a0495861776168fd5cdcd7731bc4ee/example-long-t5-tglobal-base-16384-book-summary.ipynb)
391
+
392
  - summarize long text and get a SparkNotes-esque summary of arbitrary topics!
393
  - generalizes reasonably well to academic & narrative text.
394
  - A simple example/use case on ASR is [here](https://longt5-booksum-example.netlify.app/). There's also an example notebook on Colab:
395
 
 
396
 
397
  ## Cheeky Proof-of-Concept
398
 
 
468
  - num_epochs: 2
469
 
470
 
471
+ \*_Prior training sessions used roughly similar parameters; multiple sessions were required as this takes eons to train_
472
 
473
  ### Training results
474