Update metadata with huggingface_hub
Browse files
README.md
CHANGED
@@ -30,6 +30,19 @@ model-index:
|
|
30 |
name: f1 macro
|
31 |
args:
|
32 |
average: macro
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
# LENU - Legal Entity Name Understanding for US New York
|
|
|
30 |
name: f1 macro
|
31 |
args:
|
32 |
average: macro
|
33 |
+
- task:
|
34 |
+
type: text-classification
|
35 |
+
name: Text Classification
|
36 |
+
dataset:
|
37 |
+
name: lenu
|
38 |
+
type: Sociovestix/lenu
|
39 |
+
config: US-NY
|
40 |
+
split: test
|
41 |
+
revision: f4d57b8d77a49ec5c62d899c9a213d23cd9f9428
|
42 |
+
metrics:
|
43 |
+
- type: f1
|
44 |
+
value: 0.9661246612466124
|
45 |
+
name: f1
|
46 |
---
|
47 |
|
48 |
# LENU - Legal Entity Name Understanding for US New York
|