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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -63,18 +63,20 @@ 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
 
76
  You don't need to download the SQuAD2 dataset. The code will download it from the HuggingFace datasets hub.
77
 
 
 
78
  Citation
79
 
80
  ```bibtex
 
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
 
76
  You don't need to download the SQuAD2 dataset. The code will download it from the HuggingFace datasets hub.
77
 
78
+ Check our GitHub repo at https://github.com/salrowili/BioM-Transformers for TensorFlow and GluonNLP checkpoints.
79
+
80
  Citation
81
 
82
  ```bibtex