File size: 776 Bytes
bad6ab9
 
ca298dd
 
 
 
 
 
 
 
315ac32
 
3602c15
 
18c4354
3602c15
 
 
 
 
18c4354
3602c15
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: mit
language:
- es
- ca
metrics:
- f1
- precision
- recall
pipeline_tag: token-classification
widget:
- text: "Me llamo Alex y vivo en Barcelona"
---

This is a Roberta multilingual (Catalan & Spanish) anonimization model, for use with BSC's AnonymizationPipeline at: 

https://github.com/TeMU-BSC/AnonymizationPipeline. 

The anonymization pipeline is a library for performing sensitive data identification and ultimately anonymization of the detected data in Spanish and Catalan user generated plain text.

This is model can be used as a standalone model but it is meant to work within the pipeline.

The Roberta model can detect the following entities: ORG, PER, LOC

| Type | Score |
| --- | --- |
| `ENTS_F` | 90.03 |
| `ENTS_P` | 89.7 |
| `ENTS_R` | 90.3 |