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