Update metadata with huggingface_hub
Browse files
README.md
CHANGED
@@ -51,6 +51,19 @@ model-index:
|
|
51 |
name: f1 macro
|
52 |
args:
|
53 |
average: macro
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
---
|
55 |
|
56 |
# LENU - Legal Entity Name Understanding for Hungary
|
|
|
51 |
name: f1 macro
|
52 |
args:
|
53 |
average: macro
|
54 |
+
- task:
|
55 |
+
type: text-classification
|
56 |
+
name: Text Classification
|
57 |
+
dataset:
|
58 |
+
name: lenu
|
59 |
+
type: Sociovestix/lenu
|
60 |
+
config: HU
|
61 |
+
split: test
|
62 |
+
revision: f4d57b8d77a49ec5c62d899c9a213d23cd9f9428
|
63 |
+
metrics:
|
64 |
+
- type: f1
|
65 |
+
value: 0.9239952248308795
|
66 |
+
name: f1
|
67 |
---
|
68 |
|
69 |
# LENU - Legal Entity Name Understanding for Hungary
|