pszemraj commited on
Commit
a7582c2
1 Parent(s): 9601fdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ inference:
40
 
41
  - [t5-v1_1](https://huggingface.co/google/t5-v1_1-base) trained on the entirety of the _askscience_ sub-section of the eli5 dataset for one epoch.
42
  - compare to bart on eli5 [here](https://huggingface.co/yjernite/bart_eli5)
43
- - note that for the inference API, the model is restricted to outputting 64 tokens - by using the model in python with the transformers library, you can get longer outputs.
44
 
45
  ## training
46
 
40
 
41
  - [t5-v1_1](https://huggingface.co/google/t5-v1_1-base) trained on the entirety of the _askscience_ sub-section of the eli5 dataset for one epoch.
42
  - compare to bart on eli5 [here](https://huggingface.co/yjernite/bart_eli5)
43
+ - note that for the inference API, the model is restricted to outputting 96 tokens - by using the model in python with the transformers library, you can get longer outputs.
44
 
45
  ## training
46