Shaltiel commited on
Commit
847a490
1 Parent(s): b37cb78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -11,7 +11,7 @@ This is the base model pretrained with the masked-language-modeling objective.
11
 
12
  Sample usage:
13
 
14
- ```
15
  from transformers import AutoModelForMaskedLM, AutoTokenizer
16
 
17
  tokenizer = AutoTokenizer.from_pretrained('dicta-il/dictabert')
@@ -50,8 +50,3 @@ This work is licensed under a
50
  [cc-by]: http://creativecommons.org/licenses/by/4.0/
51
  [cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
52
  [cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
53
-
54
-
55
-
56
-
57
-
 
11
 
12
  Sample usage:
13
 
14
+ ```python
15
  from transformers import AutoModelForMaskedLM, AutoTokenizer
16
 
17
  tokenizer = AutoTokenizer.from_pretrained('dicta-il/dictabert')
 
50
  [cc-by]: http://creativecommons.org/licenses/by/4.0/
51
  [cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
52
  [cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg