bogdanminko commited on
Commit
a98c064
·
verified ·
1 Parent(s): 22bb95b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ Classify Harmful messages and Detect PII via single forward pass
35
  ```python
36
  from gliner2 import GLiNER2
37
 
38
- model = GLiNER2.from_pretrained("raft-security-lab/gliner-guard-biencoder")
39
  model.config.cache_labels = True
40
 
41
  PII_LABELS = ["person", "location", "email", "phone"]
 
35
  ```python
36
  from gliner2 import GLiNER2
37
 
38
+ model = GLiNER2.from_pretrained("hivetrace/gliner-guard-biencoder")
39
  model.config.cache_labels = True
40
 
41
  PII_LABELS = ["person", "location", "email", "phone"]