sgarbi commited on
Commit
83e86c1
1 Parent(s): 02a1ab2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -58,8 +58,7 @@ print(decoded)
58
 
59
  ## Custom pipeline
60
 
61
- #### The easist way is to use a custom pipeline for which allow more control over the generation also with no restrictions of text lengh.
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
  ```