nazyrova commited on
Commit
45de095
1 Parent(s): c55f9e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -40,7 +40,8 @@ We used a batch size of 32, a maximum sequence length of 128, and a learning rat
40
  ## Uses
41
 
42
  Load the model via the transformers library:
 
43
  from transformers import AutoTokenizer, AutoModel
44
- tokenizer = AutoTokenizer.from_pretrained("nadiranazyrova/ClinicalBERT")
45
- model = AutoModel.from_pretrained("nadiranazyrova /ClinicalBERT")
46
 
 
40
  ## Uses
41
 
42
  Load the model via the transformers library:
43
+
44
  from transformers import AutoTokenizer, AutoModel
45
+ tokenizer = AutoTokenizer.from_pretrained("nazyrova/clinicalBERT")
46
+ model = AutoModel.from_pretrained("nazyrova/clinicalBERT")
47