Update README.md
Browse files
README.md
CHANGED
@@ -54,14 +54,15 @@ To reproduce results in Google Colab:
|
|
54 |
!pip3 install -r /content/transformers/examples/pytorch/question-answering/requirements.txt
|
55 |
|
56 |
- Run this python code:
|
|
|
57 |
```python
|
58 |
-
python /content/transformers/examples/pytorch/question-answering/run_qa.py --model_name_or_path sultan/BioM-ELECTRA-Large-SQuAD2
|
59 |
-
--do_eval
|
60 |
-
--version_2_with_negative
|
61 |
-
--per_device_eval_batch_size 8
|
62 |
-
--dataset_name squad_v2
|
63 |
-
--overwrite_output_dir
|
64 |
-
--fp16
|
65 |
--output_dir out
|
66 |
```
|
67 |
|
|
|
54 |
!pip3 install -r /content/transformers/examples/pytorch/question-answering/requirements.txt
|
55 |
|
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 |
|