barandinho
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ RACIST : Irkçılık
|
|
40 |
|
41 |
## Modelin Kullanılması (Usage)
|
42 |
|
43 |
-
```
|
44 |
from transformers import pipeline
|
45 |
|
46 |
pipe = pipeline("sentiment-analysis", model="barandinho/distilbert-base-turkish-cased-toxic-lang")
|
|
|
40 |
|
41 |
## Modelin Kullanılması (Usage)
|
42 |
|
43 |
+
```python
|
44 |
from transformers import pipeline
|
45 |
|
46 |
pipe = pipeline("sentiment-analysis", model="barandinho/distilbert-base-turkish-cased-toxic-lang")
|