Shaltiel commited on
Commit
59a553d
1 Parent(s): d6cbc02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -12,7 +12,7 @@ This is the fine-tuned model for the prefix segmentation task.
12
 
13
  Sample usage:
14
 
15
- ```
16
  from transformers import AutoModel, AutoTokenizer
17
 
18
  tokenizer = AutoTokenizer.from_pretrained('dicta-il/dictabert-seg')
@@ -70,9 +70,3 @@ This work is licensed under a
70
  [cc-by]: http://creativecommons.org/licenses/by/4.0/
71
  [cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
72
  [cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
73
-
74
-
75
-
76
-
77
-
78
- `
 
12
 
13
  Sample usage:
14
 
15
+ ```python
16
  from transformers import AutoModel, AutoTokenizer
17
 
18
  tokenizer = AutoTokenizer.from_pretrained('dicta-il/dictabert-seg')
 
70
  [cc-by]: http://creativecommons.org/licenses/by/4.0/
71
  [cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
72
  [cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg