Update README.md
Browse files
README.md
CHANGED
@@ -58,13 +58,13 @@ To reproduce results in Google Colab:
|
|
58 |
- Run this python code:
|
59 |
|
60 |
```python
|
61 |
-
python /content/transformers/examples/pytorch/question-answering/run_qa.py --model_name_or_path sultan/BioM-ELECTRA-Large-SQuAD2
|
62 |
-
--do_eval
|
63 |
-
--version_2_with_negative
|
64 |
-
--per_device_eval_batch_size 8
|
65 |
-
--dataset_name squad_v2
|
66 |
-
--overwrite_output_dir
|
67 |
-
--fp16
|
68 |
--output_dir out
|
69 |
```
|
70 |
|
@@ -73,6 +73,10 @@ You don't need to download the SQuAD2 dataset. The code will download it from th
|
|
73 |
|
74 |
Check our GitHub repo at https://github.com/salrowili/BioM-Transformers for TensorFlow and GluonNLP checkpoints.
|
75 |
|
|
|
|
|
|
|
|
|
76 |
Citation
|
77 |
|
78 |
|
|
|
58 |
- Run this python code:
|
59 |
|
60 |
```python
|
61 |
+
python /content/transformers/examples/pytorch/question-answering/run_qa.py --model_name_or_path sultan/BioM-ELECTRA-Large-SQuAD2 \\\\\\\\
|
62 |
+
--do_eval \\\\\\\\
|
63 |
+
--version_2_with_negative \\\\\\\\
|
64 |
+
--per_device_eval_batch_size 8 \\\\\\\\
|
65 |
+
--dataset_name squad_v2 \\\\\\\\
|
66 |
+
--overwrite_output_dir \\\\\\\\
|
67 |
+
--fp16 \\\\\\\\
|
68 |
--output_dir out
|
69 |
```
|
70 |
|
|
|
73 |
|
74 |
Check our GitHub repo at https://github.com/salrowili/BioM-Transformers for TensorFlow and GluonNLP checkpoints.
|
75 |
|
76 |
+
Acknowledgment
|
77 |
+
|
78 |
+
We would like to acknowledge the support we have from Tensorflow Research Cloud (TFRC) team to grant us access to TPUv3 units.
|
79 |
+
|
80 |
Citation
|
81 |
|
82 |
|