sultan commited on
Commit
a18ce2f
1 Parent(s): 1dd225a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,6 +1,6 @@
1
- #BioM-Transformers: Building Large Biomedical Language Models with BERT, ALBERT and ELECTRA
2
 
3
- #Abstract
4
 
5
  The impact of design choices on the performance
6
  of biomedical language models recently
@@ -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
 
 
1
+ # BioM-Transformers: Building Large Biomedical Language Models with BERT, ALBERT and ELECTRA
2
 
3
+ # Abstract
4
 
5
  The impact of design choices on the performance
6
  of biomedical language models recently
 
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