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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ 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
-
44
  from transformers import AutoTokenizer, AutoModel
45
  tokenizer = AutoTokenizer.from_pretrained("nazyrova/clinicalBERT")
46
  model = AutoModel.from_pretrained("nazyrova/clinicalBERT")
 
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")