trevorkwan commited on
Commit
e4781be
1 Parent(s): 5e58cda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -11
README.md CHANGED
@@ -15,22 +15,19 @@ should probably proofread and complete it, then remove this comment. -->
15
  # bluebert_pubmed_mimic_uncased_squadv2
16
 
17
  This model is a fine-tuned version of [bionlp/bluebert_pubmed_mimic_uncased_L-12_H-768_A-12](https://huggingface.co/bionlp/bluebert_pubmed_mimic_uncased_L-12_H-768_A-12) on the squad_v2 dataset.
18
- This is the first model on huggingface that combines mimic with squadv2 for question answering.
19
-
20
- ## Model description
21
-
22
- More information needed
23
 
24
  ## Intended uses & limitations
25
 
26
- More information needed
27
 
28
  ## Training and evaluation data
29
 
30
- More information needed
31
 
32
  ## Training procedure
33
 
 
 
34
  ```python
35
  @echo off
36
 
@@ -52,6 +49,8 @@ python run_qa.py ^
52
  --output_dir %OUTPUT_DIR%
53
  ```
54
 
 
 
55
  ### Training hyperparameters
56
 
57
  The following hyperparameters were used during training:
@@ -63,10 +62,6 @@ The following hyperparameters were used during training:
63
  - lr_scheduler_type: linear
64
  - num_epochs: 3.0
65
 
66
- ### Training results
67
-
68
-
69
-
70
  ### Framework versions
71
 
72
  - Transformers 4.29.2
 
15
  # bluebert_pubmed_mimic_uncased_squadv2
16
 
17
  This model is a fine-tuned version of [bionlp/bluebert_pubmed_mimic_uncased_L-12_H-768_A-12](https://huggingface.co/bionlp/bluebert_pubmed_mimic_uncased_L-12_H-768_A-12) on the squad_v2 dataset.
 
 
 
 
 
18
 
19
  ## Intended uses & limitations
20
 
21
+ This is the first model on huggingface that combines MIMIC data (https://mimic.mit.edu/) with squadv2 (https://huggingface.co/datasets/squad_v2) for question answering purposes.
22
 
23
  ## Training and evaluation data
24
 
25
+ - Takes a pretrained model (https://huggingface.co/bionlp/bluebert_pubmed_mimic_uncased_L-12_H-768_A-12) and fine-tunes and evaluates on squad_v2 data.
26
 
27
  ## Training procedure
28
 
29
+ Tuning script used (.bat file):
30
+
31
  ```python
32
  @echo off
33
 
 
49
  --output_dir %OUTPUT_DIR%
50
  ```
51
 
52
+ You may need to adapt this script for non-Windows operating systems.
53
+
54
  ### Training hyperparameters
55
 
56
  The following hyperparameters were used during training:
 
62
  - lr_scheduler_type: linear
63
  - num_epochs: 3.0
64
 
 
 
 
 
65
  ### Framework versions
66
 
67
  - Transformers 4.29.2