sgarbi commited on
Commit
99c2445
1 Parent(s): 576fa77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,7 +63,7 @@ The easiest way to generate text with more control and without length restrictio
63
  pip install git+https://github.com/ESgarbi/t5-qa-builder
64
  ```
65
 
66
- Run the custom pipeline. Weights will be downloaded from the HF hub automatically. All special tokens will be handled internally, no need to supply the <qa_builder_context> token to initialise the task.
67
 
68
  ```python
69
 
 
63
  pip install git+https://github.com/ESgarbi/t5-qa-builder
64
  ```
65
 
66
+ Weights will be downloaded from the HF hub automatically when running the pipeline. All special tokens will be handled internally, no need to supply the <qa_builder_context> token to initialise the task.
67
 
68
  ```python
69