Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ tags:
|
|
3 |
- autotrain
|
4 |
- token-classification
|
5 |
- arxiv:2104.09617
|
|
|
6 |
base_model: NbAiLab/nb-bert-base
|
7 |
datasets:
|
8 |
- ltgoslo/norne
|
@@ -15,35 +16,42 @@ pipeline_tag: token-classification
|
|
15 |
library_name: transformers
|
16 |
inference:
|
17 |
parameters:
|
18 |
-
aggregation_strategy:
|
19 |
widget:
|
20 |
-
- text:
|
|
|
|
|
21 |
model-index:
|
22 |
- name: NbAiLab/nb-bert-base-pos
|
23 |
results:
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
47 |
---
|
48 |
**Release 1.0** (November 6, 2024)
|
49 |
|
|
|
3 |
- autotrain
|
4 |
- token-classification
|
5 |
- arxiv:2104.09617
|
6 |
+
- mlx
|
7 |
base_model: NbAiLab/nb-bert-base
|
8 |
datasets:
|
9 |
- ltgoslo/norne
|
|
|
16 |
library_name: transformers
|
17 |
inference:
|
18 |
parameters:
|
19 |
+
aggregation_strategy: first
|
20 |
widget:
|
21 |
+
- text: >-
|
22 |
+
Trond Giske har bekreftet på spørsmål fra Adresseavisen at Hansen leide et
|
23 |
+
rom i hans leilighet i Trondheim.
|
24 |
model-index:
|
25 |
- name: NbAiLab/nb-bert-base-pos
|
26 |
results:
|
27 |
+
- task:
|
28 |
+
name: Token Classification
|
29 |
+
type: token-classification
|
30 |
+
dataset:
|
31 |
+
name: ltgoslo/norne
|
32 |
+
type: ltgoslo/norne
|
33 |
+
args: bokmaal
|
34 |
+
metrics:
|
35 |
+
- name: Test Loss
|
36 |
+
type: loss
|
37 |
+
value: 0.0650700181722641
|
38 |
+
- name: Test Precision
|
39 |
+
type: precision
|
40 |
+
value: 0.985085078075765
|
41 |
+
- name: Test Recall
|
42 |
+
type: recall
|
43 |
+
value: 0.9877826148012919
|
44 |
+
- name: Test F1
|
45 |
+
type: f1
|
46 |
+
value: 0.9864320022438031
|
47 |
+
- name: Test Accuracy
|
48 |
+
type: accuracy
|
49 |
+
value: 0.9861949007001629
|
50 |
+
metrics:
|
51 |
+
- accuracy
|
52 |
+
- f1
|
53 |
+
- precision
|
54 |
+
- recall
|
55 |
---
|
56 |
**Release 1.0** (November 6, 2024)
|
57 |
|