sultan commited on
Commit
402c507
1 Parent(s): 6b3a878

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -58,21 +58,20 @@ 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
 
71
  You don't need to download the SQuAD2 dataset. The code will download it from the HuggingFace datasets hub.
72
 
73
 
74
- Check our GitHub repo at https://github.com/salrowili/BioM-Transformers for TensorFlow and GluonNLP
75
-
76
 
77
  Citation
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
 
71
  You don't need to download the SQuAD2 dataset. The code will download it from the HuggingFace datasets hub.
72
 
73
 
74
+ Check our GitHub repo at https://github.com/salrowili/BioM-Transformers for TensorFlow and GluonNLP checkpoints.
 
75
 
76
  Citation
77