Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
datasets:
|
4 |
- vector-institute/NMB-Plus-Named-Entities
|
5 |
base_model:
|
@@ -8,24 +8,24 @@ pipeline_tag: token-classification
|
|
8 |
tags:
|
9 |
- ner
|
10 |
- bias_detection
|
11 |
-
|
12 |
model-index:
|
13 |
- name: nmb-plus-bias-ner-bert
|
14 |
results:
|
15 |
- task:
|
16 |
-
type: named-entity-recognition
|
17 |
-
name: Named Entity Recognition (NER)
|
18 |
dataset:
|
19 |
-
type: vector-institute/NMB-Plus-Named-Entities
|
20 |
-
name: Biased Named Entities
|
21 |
metrics:
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
29 |
---
|
30 |
|
31 |
# Model Overview
|
@@ -118,4 +118,4 @@ We used common classification metrics:
|
|
118 |
|
119 |
Total energy consumption for fine-tuning is 0.032804 kWh
|
120 |
|
121 |
-
**Local CO2 Emission:** Approximately 3.12 grams of CO₂ equivalent.
|
|
|
1 |
---
|
2 |
+
license: cc
|
3 |
datasets:
|
4 |
- vector-institute/NMB-Plus-Named-Entities
|
5 |
base_model:
|
|
|
8 |
tags:
|
9 |
- ner
|
10 |
- bias_detection
|
|
|
11 |
model-index:
|
12 |
- name: nmb-plus-bias-ner-bert
|
13 |
results:
|
14 |
- task:
|
15 |
+
type: named-entity-recognition
|
16 |
+
name: Named Entity Recognition (NER)
|
17 |
dataset:
|
18 |
+
type: vector-institute/NMB-Plus-Named-Entities
|
19 |
+
name: Biased Named Entities
|
20 |
metrics:
|
21 |
+
- type: precision
|
22 |
+
value: 0.6405
|
23 |
+
- type: recall
|
24 |
+
value: 0.5589
|
25 |
+
- type: f1
|
26 |
+
value: 0.5922
|
27 |
+
language:
|
28 |
+
- en
|
29 |
---
|
30 |
|
31 |
# Model Overview
|
|
|
118 |
|
119 |
Total energy consumption for fine-tuning is 0.032804 kWh
|
120 |
|
121 |
+
**Local CO2 Emission:** Approximately 3.12 grams of CO₂ equivalent.
|