pszemraj commited on
Commit
bb45ce3
1 Parent(s): 4fdd44f

add notebook

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -71,6 +71,7 @@ inference:
71
 
72
  - This model is a fine-tuned version of [allenai/led-large-16384](https://huggingface.co/allenai/led-large-16384) on the booksum dataset.
73
  - the goal was to create a model that can generalize well and is useful in summarizing lots of text in academic and daily usage.
 
74
  - all the parameters for generation on the API are the same as [the base model](https://huggingface.co/pszemraj/led-base-book-summary) for easy comparison between versions.
75
  - works well on lots of text, can hand 16384 tokens/batch.
76
 
 
71
 
72
  - This model is a fine-tuned version of [allenai/led-large-16384](https://huggingface.co/allenai/led-large-16384) on the booksum dataset.
73
  - the goal was to create a model that can generalize well and is useful in summarizing lots of text in academic and daily usage.
74
+ - [I don't want to read anymore give me a notebook implementation](https://colab.research.google.com/gist/pszemraj/3eba944ddc9fc9a4a1bfb21e83b57620/summarization-token-batching.ipynb)
75
  - all the parameters for generation on the API are the same as [the base model](https://huggingface.co/pszemraj/led-base-book-summary) for easy comparison between versions.
76
  - works well on lots of text, can hand 16384 tokens/batch.
77