kiddothe2b
commited on
Commit
•
f554c61
1
Parent(s):
15732f6
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,43 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
datasets:
|
3 |
+
- multi_eurlex
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
model-index:
|
7 |
+
- name: danish-legal-longformer-eurlex
|
8 |
+
results:
|
9 |
+
- task:
|
10 |
+
type: text-classification
|
11 |
+
name: Danish EURLEX (Level 2)
|
12 |
+
dataset:
|
13 |
+
name: multi_eurlex
|
14 |
+
type: multi_eurlex
|
15 |
+
config: multi_eurlex
|
16 |
+
split: validation
|
17 |
+
metrics:
|
18 |
+
- name: Micro-F1
|
19 |
+
type: micro-f1
|
20 |
+
value: 0.75748
|
21 |
+
- name: Macro-F1
|
22 |
+
type: macro-f1
|
23 |
+
value: 0.52883
|
24 |
---
|
25 |
+
|
26 |
+
# Model description
|
27 |
+
|
28 |
+
This model is a fine-tuned version of [coastalcph/danish-legal-longformer-base](https://huggingface.co/coastalcph/danish-legal-longformer-base) on the Danish part of [MultiEURLEX](https://huggingface.co/datasets/multi_eurlex) dataset.
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
|
36 |
+
The Danish part of [MultiEURLEX](https://huggingface.co/datasets/multi_eurlex) dataset.
|
37 |
+
|
38 |
+
### Framework versions
|
39 |
+
|
40 |
+
- Transformers 4.18.0
|
41 |
+
- Pytorch 1.12.0+cu113
|
42 |
+
- Datasets 2.0.0
|
43 |
+
- Tokenizers 0.12.1
|