Update README.md
Browse files
README.md
CHANGED
@@ -58,8 +58,7 @@ print(decoded)
|
|
58 |
|
59 |
## Custom pipeline
|
60 |
|
61 |
-
#### The
|
62 |
-
|
63 |
```shell
|
64 |
pip install git+https://github.com/ESgarbi/t5-qa-builder
|
65 |
```
|
|
|
58 |
|
59 |
## Custom pipeline
|
60 |
|
61 |
+
#### The easiest way to generate text with more control and without length restrictions is by using a custom pipeline. To reduce the number of similar questions, the similarity_threshold used to increase and decrease the similarity of questions returned. Additionally, the stride argument is used to overlap data in the context parts.
|
|
|
62 |
```shell
|
63 |
pip install git+https://github.com/ESgarbi/t5-qa-builder
|
64 |
```
|