Update README.md
Browse files
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("
|
| 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"]
|