Update README.md
Browse files
README.md
CHANGED
@@ -68,7 +68,7 @@ inference:
|
|
68 |
|
69 |
- **Use cases:** long narrative summarization (think stories - as the dataset intended), article/paper/textbook/other summarization, technical:simple summarization.
|
70 |
- Models trained on this dataset tend to also _explain_ what they are summarizing, which IMO is awesome.
|
71 |
-
- This is an 'upgraded' version of [`pszemraj/led-base-16384-finetuned-booksum`](https://huggingface.co/pszemraj/led-base-16384-finetuned-booksum), it
|
72 |
- all the parameters for generation on the API are the same for easy comparison between versions.
|
73 |
- works well on lots of text, can hand 16384 tokens/batch.
|
74 |
|
@@ -76,7 +76,7 @@ inference:
|
|
76 |
|
77 |
- See [led-large-book-summary](https://huggingface.co/pszemraj/led-large-book-summary) for LED-large trained on the same dataset.
|
78 |
- A version of bigbird-pegasus trained on booksum is [here](https://huggingface.co/pszemraj/bigbird-pegasus-large-K-booksum)
|
79 |
-
|
80 |
---
|
81 |
|
82 |
# Usage - Basics
|
|
|
68 |
|
69 |
- **Use cases:** long narrative summarization (think stories - as the dataset intended), article/paper/textbook/other summarization, technical:simple summarization.
|
70 |
- Models trained on this dataset tend to also _explain_ what they are summarizing, which IMO is awesome.
|
71 |
+
- This is an 'upgraded' version of [`pszemraj/led-base-16384-finetuned-booksum`](https://huggingface.co/pszemraj/led-base-16384-finetuned-booksum), it has trained for a total of six more epochs with the parameters adjusted for _very_ fine-tuning type training (super low LR, etc)
|
72 |
- all the parameters for generation on the API are the same for easy comparison between versions.
|
73 |
- works well on lots of text, can hand 16384 tokens/batch.
|
74 |
|
|
|
76 |
|
77 |
- See [led-large-book-summary](https://huggingface.co/pszemraj/led-large-book-summary) for LED-large trained on the same dataset.
|
78 |
- A version of bigbird-pegasus trained on booksum is [here](https://huggingface.co/pszemraj/bigbird-pegasus-large-K-booksum)
|
79 |
+
- original baseline checkpoint [`pszemraj/led-base-16384-finetuned-booksum`](https://huggingface.co/pszemraj/led-base-16384-finetuned-booksum)
|
80 |
---
|
81 |
|
82 |
# Usage - Basics
|