Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ from transformers import (
|
|
60 |
pipeline
|
61 |
)
|
62 |
|
63 |
-
picClassifier = pipeline("text-classification", model="andriadze/
|
64 |
res = picClassifier('Can you send me a selfie?')
|
65 |
```
|
66 |
|
|
|
60 |
pipeline
|
61 |
)
|
62 |
|
63 |
+
picClassifier = pipeline("text-classification", model="andriadze/modernbert-chat-moderation-X-V2")
|
64 |
res = picClassifier('Can you send me a selfie?')
|
65 |
```
|
66 |
|