Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,5 @@ model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
|
|
55 |
## More information about long-t5-tglobal-xl-16384-book-summary
|
56 |
|
57 |
- This is an 8-bit quantized version of `pszemraj/long-t5-tglobal-xl-16384-book-summary`.
|
58 |
-
- It generalizes reasonably well to academic and narrative text
|
59 |
-
- The XL checkpoint is used, resulting in even better summaries from a human evaluation perspective.
|
60 |
-
- A simple example/use case with the base model on ASR can be found [here](https://huggingface.co/pszemraj/long-t5-tglobal-xl-16384-book-summary/tree/main/examples/asr).
|
61 |
-
- A proof-of-concept example using the infamous Navy Seals copypasta demonstrates the model's ability to generate summaries from even short text inputs.
|
|
|
55 |
## More information about long-t5-tglobal-xl-16384-book-summary
|
56 |
|
57 |
- This is an 8-bit quantized version of `pszemraj/long-t5-tglobal-xl-16384-book-summary`.
|
58 |
+
- It generalizes reasonably well to academic and narrative text.
|
59 |
+
- The XL checkpoint is used, resulting in even better summaries from a human evaluation perspective.
|
|
|
|