Fix bug
Browse files
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 |
-
##
|
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
|