Update README.md
Browse files
README.md
CHANGED
@@ -43,6 +43,8 @@ inference:
|
|
43 |
- This checkpoint does seem to be more coherent than t5-base on the original dataset.
|
44 |
- Compared to [bart on lfqa](https://huggingface.co/vblagoje/bart_lfqa), it seems to be able to respond to some questions independently of retrieval.
|
45 |
|
|
|
|
|
46 |
## Intended uses & limitations
|
47 |
|
48 |
- Q&A, information retrieval
|
|
|
43 |
- This checkpoint does seem to be more coherent than t5-base on the original dataset.
|
44 |
- Compared to [bart on lfqa](https://huggingface.co/vblagoje/bart_lfqa), it seems to be able to respond to some questions independently of retrieval.
|
45 |
|
46 |
+
> NOTE: the inference API is limited to generating approx. 64 chars for runtime reasons, for longer outputs try using it in python as a transformers pipeline object.
|
47 |
+
|
48 |
## Intended uses & limitations
|
49 |
|
50 |
- Q&A, information retrieval
|