pszemraj commited on
Commit
3f4d24f
1 Parent(s): 236f3fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ inference:
33
 
34
  # t5 - base- askscience
35
 
36
- - [t5-v1_1](google/t5-v1_1-base) trained on the entirety of the _askscience_ sub-section of the eli5 dataset for one epoch.
37
  - compare to bart on eli5 [here](https://huggingface.co/yjernite/bart_eli5)
38
  - 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.
39
 
 
33
 
34
  # t5 - base- askscience
35
 
36
+ - [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.
37
  - compare to bart on eli5 [here](https://huggingface.co/yjernite/bart_eli5)
38
  - 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.
39