sultan commited on
Commit
1dd225a
1 Parent(s): 336b60f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -1,8 +1,6 @@
1
- BioM-Transformers: Building Large Biomedical Language Models with
2
- BERT, ALBERT and ELECTRA
3
-
4
- Abstract
5
 
 
6
 
7
  The impact of design choices on the performance
8
  of biomedical language models recently
@@ -21,6 +19,7 @@ the significant effect of design choices on
21
  improving the performance of biomedical language
22
  models.
23
 
 
24
 
25
  This model is fine-tuned on the SQuAD2.0 dataset. Fine-tuning the biomedical language model on the SQuAD dataset helps improve the score on the BioASQ challenge. If you plan to work with BioASQ or biomedical QA tasks, it's better to use this model over BioM-ALBERT-xxlarge.
26
 
@@ -63,13 +62,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
 
@@ -77,12 +76,12 @@ You don't need to download the SQuAD2 dataset. The code will download it from th
77
 
78
  Check our GitHub repo at https://github.com/salrowili/BioM-Transformers for TensorFlow and GluonNLP checkpoints.
79
 
80
- Acknowledgment
81
 
82
  We would like to acknowledge the support we have from Tensorflow Research Cloud (TFRC) team to grant us access to TPUv3 units.
83
 
84
 
85
- Citation
86
 
87
  ```bibtex
88
  @inproceedings{alrowili-shanker-2021-biom,
 
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
 
19
  improving the performance of biomedical language
20
  models.
21
 
22
+ # Model Description
23
 
24
  This model is fine-tuned on the SQuAD2.0 dataset. Fine-tuning the biomedical language model on the SQuAD dataset helps improve the score on the BioASQ challenge. If you plan to work with BioASQ or biomedical QA tasks, it's better to use this model over BioM-ALBERT-xxlarge.
25
 
 
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
 
 
76
 
77
  Check our GitHub repo at https://github.com/salrowili/BioM-Transformers for TensorFlow and GluonNLP checkpoints.
78
 
79
+ # Acknowledgment
80
 
81
  We would like to acknowledge the support we have from Tensorflow Research Cloud (TFRC) team to grant us access to TPUv3 units.
82
 
83
 
84
+ # Citation
85
 
86
  ```bibtex
87
  @inproceedings{alrowili-shanker-2021-biom,