pszemraj commited on
Commit
16a2cd9
·
verified ·
1 Parent(s): 151e2fe

add disclaimer

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -457,6 +457,10 @@ model-index:
457
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
458
  </a>
459
 
 
 
 
 
460
  Summarize long text and get a SparkNotes-esque summary of arbitrary topics!
461
 
462
  - generalizes reasonably well to academic & narrative text.
 
457
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
458
  </a>
459
 
460
+ > [!IMPORTANT]
461
+ > As of [this discussion](https://huggingface.co/pszemraj/long-t5-tglobal-base-16384-book-summary/discussions/23) we found issues with long-t5 models >= 4.23.0 - please use `pip install transformers==4.22.0` to ensure good performance with this model until this disclaimer is removed.
462
+
463
+
464
  Summarize long text and get a SparkNotes-esque summary of arbitrary topics!
465
 
466
  - generalizes reasonably well to academic & narrative text.