sultan commited on
Commit
671f3f0
1 Parent(s): 8901d26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -63,13 +63,13 @@ To reproduce results in Google Colab:
63
  - Run this python code:
64
 
65
  ```python
66
- python /content/transformers/examples/pytorch/question-answering/run_qa.py --model_name_or_path BioM-ALBERT-xxlarge-SQuAD2 \\
67
- --do_eval \\
68
- --version_2_with_negative \\
69
- --per_device_eval_batch_size 8 \\
70
- --dataset_name squad_v2 \\
71
- --overwrite_output_dir \\
72
- --fp16 \\
73
  --output_dir out
74
  ```
75
 
 
63
  - Run this python code:
64
 
65
  ```python
66
+ python /content/transformers/examples/pytorch/question-answering/run_qa.py --model_name_or_path BioM-ALBERT-xxlarge-SQuAD2 \
67
+ --do_eval \
68
+ --version_2_with_negative \
69
+ --per_device_eval_batch_size 8 \
70
+ --dataset_name squad_v2 \
71
+ --overwrite_output_dir \
72
+ --fp16 \
73
  --output_dir out
74
  ```
75