birdred commited on
Commit
00daf6f
·
verified ·
1 Parent(s): c26a9ae

Update README.md

Browse files

Ajustes do readme

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -24,9 +24,9 @@ base_model:
24
  - urchade/gliner_large-v1
25
  ---
26
 
27
- # GLiNER Criminal Reports NER (Portuguese)
28
 
29
- **GLiNER Criminal Reports NER** 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,7 +47,7 @@ pip install gliner
47
  ```python
48
  from gliner import GLiNER
49
 
50
- model = GLiNER.from_pretrained("YOUR_USERNAME/gliner-criminal-ner")
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.