Commit
•
e3b3f85
1
Parent(s):
738b41d
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (80e7b6779809b38492b7a1d1d1d5e1cb9ce14016)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language: ga
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
- irish
|
@@ -11,31 +11,32 @@ metrics:
|
|
11 |
- recall
|
12 |
- f1
|
13 |
- accuracy
|
|
|
|
|
|
|
14 |
model-index:
|
15 |
- name: bert-base-irish-cased-v1-finetuned-ner
|
16 |
results:
|
17 |
- task:
|
18 |
-
name: Token Classification
|
19 |
type: token-classification
|
|
|
20 |
dataset:
|
21 |
name: wikiann
|
22 |
type: wikiann
|
23 |
args: ga
|
24 |
metrics:
|
25 |
-
-
|
26 |
-
type: precision
|
27 |
value: 0.8190601668862538
|
28 |
-
|
29 |
-
|
30 |
value: 0.8363228699551569
|
31 |
-
|
32 |
-
|
33 |
value: 0.8276015087641446
|
34 |
-
|
35 |
-
|
36 |
value: 0.9306559069156423
|
37 |
-
|
38 |
-
- text: "Saolaíodh Pádraic Ó Conaire i nGaillimh sa bhliain 1882."
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
2 |
language: ga
|
3 |
+
license: apache-2.0
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
- irish
|
|
|
11 |
- recall
|
12 |
- f1
|
13 |
- accuracy
|
14 |
+
widget:
|
15 |
+
- text: Saolaíodh Pádraic Ó Conaire i nGaillimh sa bhliain 1882.
|
16 |
+
base_model: DCU-NLP/bert-base-irish-cased-v1
|
17 |
model-index:
|
18 |
- name: bert-base-irish-cased-v1-finetuned-ner
|
19 |
results:
|
20 |
- task:
|
|
|
21 |
type: token-classification
|
22 |
+
name: Token Classification
|
23 |
dataset:
|
24 |
name: wikiann
|
25 |
type: wikiann
|
26 |
args: ga
|
27 |
metrics:
|
28 |
+
- type: precision
|
|
|
29 |
value: 0.8190601668862538
|
30 |
+
name: Precision
|
31 |
+
- type: recall
|
32 |
value: 0.8363228699551569
|
33 |
+
name: Recall
|
34 |
+
- type: f1
|
35 |
value: 0.8276015087641446
|
36 |
+
name: F1
|
37 |
+
- type: accuracy
|
38 |
value: 0.9306559069156423
|
39 |
+
name: Accuracy
|
|
|
40 |
---
|
41 |
|
42 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|