Commit
·
3dc9d6f
1
Parent(s):
48b9a4a
Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ pip install transformers or pip install transfomers==4.3.3
|
|
16 |
```sh
|
17 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
18 |
|
19 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
20 |
|
21 |
-
model = AutoModelForSequenceClassification.from_pretrained("
|
22 |
```
|
23 |
```sh
|
24 |
# PREPROCESSING
|
|
|
16 |
```sh
|
17 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
18 |
|
19 |
+
tokenizer = AutoTokenizer.from_pretrained("serdarakyol/interpress-turkish-news-classification")
|
20 |
|
21 |
+
model = AutoModelForSequenceClassification.from_pretrained("serdarakyol/interpress-turkish-news-classification")
|
22 |
```
|
23 |
```sh
|
24 |
# PREPROCESSING
|