Token Classification
GLiNER
PyTorch
Portuguese
ner
named-entity-recognition
portuguese
information-extraction
public-security
crime
Instructions to use birdred/NERDD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use birdred/NERDD with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("birdred/NERDD") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse filesAjustes do readme
README.md
CHANGED
|
@@ -24,9 +24,9 @@ base_model:
|
|
| 24 |
- urchade/gliner_large-v1
|
| 25 |
---
|
| 26 |
|
| 27 |
-
#
|
| 28 |
|
| 29 |
-
**
|
| 30 |
|
| 31 |
The model recognizes three entity types:
|
| 32 |
|
|
@@ -47,7 +47,7 @@ pip install gliner
|
|
| 47 |
```python
|
| 48 |
from gliner import GLiNER
|
| 49 |
|
| 50 |
-
model = GLiNER.from_pretrained("
|
| 51 |
|
| 52 |
text = """
|
| 53 |
Traficantes do Comando Vermelho estão escondidos na comunidade Cidade Alta.
|
|
|
|
| 24 |
- urchade/gliner_large-v1
|
| 25 |
---
|
| 26 |
|
| 27 |
+
# NERDD (Portuguese)
|
| 28 |
|
| 29 |
+
**NERDD** is a fine-tuned version of **GLiNER Large** for **Named Entity Recognition (NER)** in Brazilian Portuguese criminal reports collected from the **Disque Denúncia** anonymous crime reporting system.
|
| 30 |
|
| 31 |
The model recognizes three entity types:
|
| 32 |
|
|
|
|
| 47 |
```python
|
| 48 |
from gliner import GLiNER
|
| 49 |
|
| 50 |
+
model = GLiNER.from_pretrained("BIRDRED/NERDD")
|
| 51 |
|
| 52 |
text = """
|
| 53 |
Traficantes do Comando Vermelho estão escondidos na comunidade Cidade Alta.
|