agentlans commited on
Commit
a407695
·
verified ·
1 Parent(s): b82dc64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ from transformers import pipeline
28
 
29
  classifier = pipeline(
30
  task="text-classification",
31
- model="myusername/multilingual-e5-small-pii-detector"
32
  )
33
 
34
  classifier("Your text here.")
 
28
 
29
  classifier = pipeline(
30
  task="text-classification",
31
+ model="agentlans/multilingual-e5-small-pii-detector"
32
  )
33
 
34
  classifier("Your text here.")