osanseviero
commited on
Commit
•
5059a24
1
Parent(s):
91bd98b
Remove broken metadata
Browse files
README.md
CHANGED
@@ -1,61 +1,3 @@
|
|
1 |
-
---
|
2 |
-
tags:
|
3 |
-
- spacy
|
4 |
-
- token-classification
|
5 |
-
language:
|
6 |
-
- ja
|
7 |
-
license: CC-BY-SA-4.0
|
8 |
-
model-index:
|
9 |
-
- name: ja_gsd_bert_wwm_unidic_lite
|
10 |
-
results:
|
11 |
-
- tasks:
|
12 |
-
name: NER
|
13 |
-
type: token-classification
|
14 |
-
metrics:
|
15 |
-
- name: Precision
|
16 |
-
type: precision
|
17 |
-
value: 0.8496143959
|
18 |
-
- name: Recall
|
19 |
-
type: recall
|
20 |
-
value: 0.8314465409
|
21 |
-
- name: F Score
|
22 |
-
type: f_score
|
23 |
-
value: 0.840432295
|
24 |
-
- tasks:
|
25 |
-
name: POS
|
26 |
-
type: token-classification
|
27 |
-
metrics:
|
28 |
-
- name: Accuracy
|
29 |
-
type: accuracy
|
30 |
-
value: 0.0
|
31 |
-
- tasks:
|
32 |
-
name: SENTER
|
33 |
-
type: token-classification
|
34 |
-
metrics:
|
35 |
-
- name: Precision
|
36 |
-
type: precision
|
37 |
-
value: 0.9201520913
|
38 |
-
- name: Recall
|
39 |
-
type: recall
|
40 |
-
value: 0.9546351085
|
41 |
-
- name: F Score
|
42 |
-
type: f_score
|
43 |
-
value: 0.9370764763
|
44 |
-
- tasks:
|
45 |
-
name: UNLABELED_DEPENDENCIES
|
46 |
-
type: token-classification
|
47 |
-
metrics:
|
48 |
-
- name: Accuracy
|
49 |
-
type: accuracy
|
50 |
-
value: 0.9367795389
|
51 |
-
- tasks:
|
52 |
-
name: LABELED_DEPENDENCIES
|
53 |
-
type: token-classification
|
54 |
-
metrics:
|
55 |
-
- name: Accuracy
|
56 |
-
type: accuracy
|
57 |
-
value: 0.9367795389
|
58 |
-
---
|
59 |
Japanese transformer pipeline (bert-base). Components: transformer, parser, ner.
|
60 |
|
61 |
| Feature | Description |
|
@@ -98,4 +40,4 @@ Japanese transformer pipeline (bert-base). Components: transformer, parser, ner.
|
|
98 |
| `TAG_ACC` | 0.00 |
|
99 |
| `TRANSFORMER_LOSS` | 28861.67 |
|
100 |
| `PARSER_LOSS` | 1306248.63 |
|
101 |
-
| `NER_LOSS` | 13993.36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Japanese transformer pipeline (bert-base). Components: transformer, parser, ner.
|
2 |
|
3 |
| Feature | Description |
|
|
|
40 |
| `TAG_ACC` | 0.00 |
|
41 |
| `TRANSFORMER_LOSS` | 28861.67 |
|
42 |
| `PARSER_LOSS` | 1306248.63 |
|
43 |
+
| `NER_LOSS` | 13993.36 |
|