jordiclive commited on
Commit
78c238a
·
1 Parent(s): df91210

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -5
README.md CHANGED
@@ -27,11 +27,6 @@ A fine-tuned version of [google/flan-t5-xl](https://huggingface.co/google/flan-t
27
 
28
  Goal: a model that can be used for a general-purpose summarizer for academic and general usage. Control over the type of summary can be given by varying the instruction prepended to the source document. The result works well on lots of text, although trained with a max source length of 512 tokens and 150 max summary length.
29
 
30
- - See the Colab demo linked above or try the [demo on Spaces](https://huggingface.co/spaces/pszemraj/summarize-long-text)
31
-
32
-
33
- > Note: the API is set to generate a max of 64 tokens for runtime reasons, so the summaries may be truncated (depending on the length of input text). For best results use python as below.
34
-
35
  ---
36
 
37
  ## Usage
 
27
 
28
  Goal: a model that can be used for a general-purpose summarizer for academic and general usage. Control over the type of summary can be given by varying the instruction prepended to the source document. The result works well on lots of text, although trained with a max source length of 512 tokens and 150 max summary length.
29
 
 
 
 
 
 
30
  ---
31
 
32
  ## Usage