Update README.md
Browse files
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
|
| 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 |
|