Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,8 @@ tags:
|
|
12 |
MedBERT is a newly pre-trained transformer-based language model for biomedical named entity recognition: initialised with Bio_ClinicalBERT & pre-trained on N2C2, BioNLP and CRAFT community datasets.
|
13 |
|
14 |
|
15 |
-
## How to use
|
16 |
|
17 |
-
Load the model via the transformers library:
|
18 |
```
|
19 |
from transformers import AutoTokenizer, AutoModel
|
20 |
tokenizer = AutoTokenizer.from_pretrained("charangan/MedBERT")
|
|
|
12 |
MedBERT is a newly pre-trained transformer-based language model for biomedical named entity recognition: initialised with Bio_ClinicalBERT & pre-trained on N2C2, BioNLP and CRAFT community datasets.
|
13 |
|
14 |
|
15 |
+
## How to use
|
16 |
|
|
|
17 |
```
|
18 |
from transformers import AutoTokenizer, AutoModel
|
19 |
tokenizer = AutoTokenizer.from_pretrained("charangan/MedBERT")
|