Update README.md
Browse files
README.md
CHANGED
@@ -56,16 +56,19 @@ To reproduce results in Google Colab:
|
|
56 |
- Run this python code:
|
57 |
|
58 |
```python
|
59 |
-
python /content/transformers/examples/pytorch/question-answering/run_qa.py --model_name_or_path sultan/BioM-ELECTRA-Large-SQuAD2
|
60 |
-
--do_eval
|
61 |
-
--version_2_with_negative
|
62 |
-
--per_device_eval_batch_size 8
|
63 |
-
--dataset_name squad_v2
|
64 |
-
--overwrite_output_dir
|
65 |
-
--fp16
|
66 |
--output_dir out
|
67 |
```
|
68 |
|
|
|
|
|
|
|
69 |
Citation
|
70 |
|
71 |
|
|
|
56 |
- Run this python code:
|
57 |
|
58 |
```python
|
59 |
+
python /content/transformers/examples/pytorch/question-answering/run_qa.py --model_name_or_path sultan/BioM-ELECTRA-Large-SQuAD2 \\\\
|
60 |
+
--do_eval \\\\
|
61 |
+
--version_2_with_negative \\\\
|
62 |
+
--per_device_eval_batch_size 8 \\\\
|
63 |
+
--dataset_name squad_v2 \\\\
|
64 |
+
--overwrite_output_dir \\\\
|
65 |
+
--fp16 \\\\
|
66 |
--output_dir out
|
67 |
```
|
68 |
|
69 |
+
You don't need to download the SQuAD2 dataset. The code will download it from the HuggingFace datasets hub.
|
70 |
+
|
71 |
+
|
72 |
Citation
|
73 |
|
74 |
|