fancy formatting
Browse files
README.md
CHANGED
@@ -313,7 +313,8 @@ model-index:
|
|
313 |
# long-t5-tglobal-base-16384 + BookSum
|
314 |
|
315 |
- summarize long text and get a SparkNotes-esque summary of arbitrary topics!
|
316 |
-
- generalizes reasonably well to academic & narrative text.
|
|
|
317 |
|
318 |
## Cheeky Proof-of-Concept
|
319 |
|
@@ -336,7 +337,7 @@ Install/update transformers `pip install -U transformers`
|
|
336 |
|
337 |
Summarize text with pipeline:
|
338 |
|
339 |
-
```
|
340 |
from transformers import pipeline
|
341 |
|
342 |
summarizer = pipeline(
|
|
|
313 |
# long-t5-tglobal-base-16384 + BookSum
|
314 |
|
315 |
- summarize long text and get a SparkNotes-esque summary of arbitrary topics!
|
316 |
+
- generalizes reasonably well to academic & narrative text.
|
317 |
+
- A very simple example/use case on ASR is [here](https://longt5-booksum-example.netlify.app/)
|
318 |
|
319 |
## Cheeky Proof-of-Concept
|
320 |
|
|
|
337 |
|
338 |
Summarize text with pipeline:
|
339 |
|
340 |
+
```python
|
341 |
from transformers import pipeline
|
342 |
|
343 |
summarizer = pipeline(
|