andriadze commited on
Commit
ff24eb3
1 Parent(s): f7c937f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ from transformers import (
60
  pipeline
61
  )
62
 
63
- picClassifier = pipeline("text-classification", model="andriadze/bert-chat-moderation-X")
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