arift commited on
Commit
291f808
1 Parent(s): 9772f7c
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -10,9 +10,7 @@ library_name: transformers
10
  This repository provides a pretrained Roberta model for Turkish by Trendyol, named TyBert. The model is useful for various natural language understanding tasks, such as text classification, named entity recognition, and more.
11
 
12
 
13
- ## Installation
14
-
15
- Install my-project with npm
16
 
17
  ```python
18
  from transformers import BertTokenizer, BertModel
 
10
  This repository provides a pretrained Roberta model for Turkish by Trendyol, named TyBert. The model is useful for various natural language understanding tasks, such as text classification, named entity recognition, and more.
11
 
12
 
13
+ ## How to use
 
 
14
 
15
  ```python
16
  from transformers import BertTokenizer, BertModel