Commit
•
597f536
1
Parent(s):
3edcf62
Model card (#1)
Browse files- Model card data (b438ed45ce97208c67c681d9e1580a4b95914948)
Co-authored-by: Juliana Resplande <ju-resplande@users.noreply.huggingface.co>
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- eduagarcia/LegalPT
|
4 |
+
- eduagarcia/brwac_dedup
|
5 |
+
- eduagarcia/cc100-pt
|
6 |
+
- eduagarcia/OSCAR-2301-pt_dedup
|
7 |
+
language:
|
8 |
+
- pt
|
9 |
+
library_name: fairseq
|
10 |
+
pipeline_tag: fill-mask
|
11 |
+
tags:
|
12 |
+
- legal
|
13 |
+
model-index:
|
14 |
+
- name: RoBERTaLexPT-base
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: token-classification
|
18 |
+
dataset:
|
19 |
+
type: eduagarcia/portuguese_benchmark
|
20 |
+
name: LeNER
|
21 |
+
config: LeNER-Br
|
22 |
+
split: test
|
23 |
+
metrics:
|
24 |
+
- type: seqeval
|
25 |
+
value: 90.73
|
26 |
+
name: Mean F1
|
27 |
+
args:
|
28 |
+
scheme: IOB2
|
29 |
+
- task:
|
30 |
+
type: token-classification
|
31 |
+
dataset:
|
32 |
+
type: eduagarcia/portuguese_benchmark
|
33 |
+
name: UlyNER-PL Coarse
|
34 |
+
config: UlyssesNER-Br-PL-coarse
|
35 |
+
split: test
|
36 |
+
metrics:
|
37 |
+
- type: seqeval
|
38 |
+
value: 88.56
|
39 |
+
name: Mean F1
|
40 |
+
args:
|
41 |
+
scheme: IOB2
|
42 |
+
- task:
|
43 |
+
type: token-classification
|
44 |
+
dataset:
|
45 |
+
type: eduagarcia/portuguese_benchmark
|
46 |
+
name: UlyNER-PL Fine
|
47 |
+
config: UlyssesNER-Br-PL-fine
|
48 |
+
split: test
|
49 |
+
metrics:
|
50 |
+
- type: seqeval
|
51 |
+
value: 86.03
|
52 |
+
name: Mean F1
|
53 |
+
args:
|
54 |
+
scheme: IOB2
|
55 |
+
license: cc-by-4.0
|
56 |
+
---
|