sultan commited on
Commit
a13c72e
1 Parent(s): 9be8241

Update README.md

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