pszemraj commited on
Commit
d7a80b3
1 Parent(s): 2649480
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -347,7 +347,9 @@ model-index:
347
  # Longformer Encoder-Decoder (LED) for Narrative-Esque Long Text Summarization
348
 
349
 
350
- [![colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/gist/pszemraj/36950064ca76161d9d258e5cdbfa6833/led-base-demo-token-batching.ipynb)
 
 
351
 
352
  - **What:** This is the (current) result of the quest for a summarization model that condenses technical/long information down well _in general, academic and narrative usage
353
  - **Use cases:** long narrative summarization (think stories - as the dataset intended), article/paper/textbook/other summarization, technical:simple summarization.
 
347
  # Longformer Encoder-Decoder (LED) for Narrative-Esque Long Text Summarization
348
 
349
 
350
+ <a href="https://colab.research.google.com/gist/pszemraj/36950064ca76161d9d258e5cdbfa6833/led-base-demo-token-batching.ipynb">
351
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
352
+ </a>
353
 
354
  - **What:** This is the (current) result of the quest for a summarization model that condenses technical/long information down well _in general, academic and narrative usage
355
  - **Use cases:** long narrative summarization (think stories - as the dataset intended), article/paper/textbook/other summarization, technical:simple summarization.