mirbostani commited on
Commit
58fed5a
1 Parent(s): 01d9139

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ metrics:
14
 
15
  # BERT Base Uncased Finetuned on NewsQA
16
 
17
- Examples with `noAnswer` and `badQuestion` are not included in the training process.
18
 
19
  ```bash
20
  $ cd ~/projects/transformers/examples/legacy/question-answering
 
14
 
15
  # BERT Base Uncased Finetuned on NewsQA
16
 
17
+ The BERT (Base) model is finetuned on the NewsQA dataset using a modified version of the run_squad.py legacy script in Transformers. The script is provided in this repository. Examples with `noAnswer` and `badQuestion` are not included in the training process.
18
 
19
  ```bash
20
  $ cd ~/projects/transformers/examples/legacy/question-answering