JaydeepSen commited on
Commit
d29dd42
·
1 Parent(s): ac1f94b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ This is an [mt5-base](https://huggingface.co/google/mt5-base) model, finetuned t
17
  One can use this model to generate questions. Biases associated with pre-training of mT5 and TyDiQA dataset may be present.
18
 
19
  ## Usage
20
- One can use this model directly in the [PrimeQA](https://github.com/primeqa/primeqa) framework as in this example [notebook](https://github.com/primeqa/primeqa/blob/tableqg/notebooks/qg/tableqg_inference.ipynb).
21
 
22
  Or
23
  ```python
 
17
  One can use this model to generate questions. Biases associated with pre-training of mT5 and TyDiQA dataset may be present.
18
 
19
  ## Usage
20
+ One can use this model directly in the [PrimeQA](https://github.com/primeqa/primeqa) framework as in this example [notebook](https://github.com/primeqa/primeqa/blob/main/notebooks/qg/tableqg_inference.ipynb).
21
 
22
  Or
23
  ```python