ljvmiranda921
commited on
Commit
•
40d1b02
1
Parent(s):
6aa97e6
xx_ohu_sigtyp_trf-0.1.0: Update SIGTYP pipeline
Browse files- README.md +18 -18
- meta.json +59 -59
- morphologizer/model +1 -1
- parser/model +0 -0
- tagger/model +1 -1
- trainable_lemmatizer/model +1 -1
- transformer/model +2 -2
- vocab/strings.json +0 -0
- xx_ohu_sigtyp_trf-any-py3-none-any.whl +2 -2
README.md
CHANGED
@@ -13,35 +13,35 @@ model-index:
|
|
13 |
metrics:
|
14 |
- name: TAG (XPOS) Accuracy
|
15 |
type: accuracy
|
16 |
-
value: 0.
|
17 |
- task:
|
18 |
name: POS
|
19 |
type: token-classification
|
20 |
metrics:
|
21 |
- name: POS (UPOS) Accuracy
|
22 |
type: accuracy
|
23 |
-
value: 0.
|
24 |
- task:
|
25 |
name: MORPH
|
26 |
type: token-classification
|
27 |
metrics:
|
28 |
- name: Morph (UFeats) Accuracy
|
29 |
type: accuracy
|
30 |
-
value: 0.
|
31 |
- task:
|
32 |
name: LEMMA
|
33 |
type: token-classification
|
34 |
metrics:
|
35 |
- name: Lemma Accuracy
|
36 |
type: accuracy
|
37 |
-
value: 0.
|
38 |
- task:
|
39 |
name: UNLABELED_DEPENDENCIES
|
40 |
type: token-classification
|
41 |
metrics:
|
42 |
- name: Unlabeled Attachment Score (UAS)
|
43 |
type: f_score
|
44 |
-
value: 0.
|
45 |
- task:
|
46 |
name: LABELED_DEPENDENCIES
|
47 |
type: token-classification
|
@@ -55,7 +55,7 @@ model-index:
|
|
55 |
metrics:
|
56 |
- name: Sentences F-Score
|
57 |
type: f_score
|
58 |
-
value: 0.
|
59 |
---
|
60 |
| Feature | Description |
|
61 |
| --- | --- |
|
@@ -87,17 +87,17 @@ model-index:
|
|
87 |
|
88 |
| Type | Score |
|
89 |
| --- | --- |
|
90 |
-
| `DEP_UAS` | 99.
|
91 |
| `DEP_LAS` | 0.00 |
|
92 |
| `SENTS_P` | 99.99 |
|
93 |
-
| `SENTS_R` | 96.
|
94 |
-
| `SENTS_F` | 98.
|
95 |
-
| `LEMMA_ACC` | 69.
|
96 |
-
| `TAG_ACC` |
|
97 |
-
| `POS_ACC` |
|
98 |
-
| `MORPH_ACC` |
|
99 |
-
| `TRANSFORMER_LOSS` |
|
100 |
-
| `PARSER_LOSS` |
|
101 |
-
| `TRAINABLE_LEMMATIZER_LOSS` |
|
102 |
-
| `TAGGER_LOSS` |
|
103 |
-
| `MORPHOLOGIZER_LOSS` |
|
|
|
13 |
metrics:
|
14 |
- name: TAG (XPOS) Accuracy
|
15 |
type: accuracy
|
16 |
+
value: 0.902386923
|
17 |
- task:
|
18 |
name: POS
|
19 |
type: token-classification
|
20 |
metrics:
|
21 |
- name: POS (UPOS) Accuracy
|
22 |
type: accuracy
|
23 |
+
value: 0.9529677679
|
24 |
- task:
|
25 |
name: MORPH
|
26 |
type: token-classification
|
27 |
metrics:
|
28 |
- name: Morph (UFeats) Accuracy
|
29 |
type: accuracy
|
30 |
+
value: 0.918609331
|
31 |
- task:
|
32 |
name: LEMMA
|
33 |
type: token-classification
|
34 |
metrics:
|
35 |
- name: Lemma Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.6970561457
|
38 |
- task:
|
39 |
name: UNLABELED_DEPENDENCIES
|
40 |
type: token-classification
|
41 |
metrics:
|
42 |
- name: Unlabeled Attachment Score (UAS)
|
43 |
type: f_score
|
44 |
+
value: 0.9998450909
|
45 |
- task:
|
46 |
name: LABELED_DEPENDENCIES
|
47 |
type: token-classification
|
|
|
55 |
metrics:
|
56 |
- name: Sentences F-Score
|
57 |
type: f_score
|
58 |
+
value: 0.981124929
|
59 |
---
|
60 |
| Feature | Description |
|
61 |
| --- | --- |
|
|
|
87 |
|
88 |
| Type | Score |
|
89 |
| --- | --- |
|
90 |
+
| `DEP_UAS` | 99.98 |
|
91 |
| `DEP_LAS` | 0.00 |
|
92 |
| `SENTS_P` | 99.99 |
|
93 |
+
| `SENTS_R` | 96.31 |
|
94 |
+
| `SENTS_F` | 98.11 |
|
95 |
+
| `LEMMA_ACC` | 69.71 |
|
96 |
+
| `TAG_ACC` | 90.24 |
|
97 |
+
| `POS_ACC` | 95.30 |
|
98 |
+
| `MORPH_ACC` | 91.86 |
|
99 |
+
| `TRANSFORMER_LOSS` | 468931.25 |
|
100 |
+
| `PARSER_LOSS` | 11941067.09 |
|
101 |
+
| `TRAINABLE_LEMMATIZER_LOSS` | 8052.69 |
|
102 |
+
| `TAGGER_LOSS` | 14718.49 |
|
103 |
+
| `MORPHOLOGIZER_LOSS` | 12436.03 |
|
meta.json
CHANGED
@@ -2370,7 +2370,7 @@
|
|
2370 |
|
2371 |
],
|
2372 |
"performance":{
|
2373 |
-
"dep_uas":0.
|
2374 |
"dep_las":0.0,
|
2375 |
"dep_las_per_type":{
|
2376 |
"_":{
|
@@ -2389,88 +2389,88 @@
|
|
2389 |
"f":0.0
|
2390 |
}
|
2391 |
},
|
2392 |
-
"sents_p":0.
|
2393 |
-
"sents_r":0.
|
2394 |
-
"sents_f":0.
|
2395 |
-
"lemma_acc":0.
|
2396 |
-
"tag_acc":0.
|
2397 |
-
"pos_acc":0.
|
2398 |
-
"morph_acc":0.
|
2399 |
"morph_per_feat":{
|
2400 |
"Definite":{
|
2401 |
-
"p":0.
|
2402 |
-
"r":0.
|
2403 |
-
"f":0.
|
2404 |
},
|
2405 |
"Mood":{
|
2406 |
-
"p":0.
|
2407 |
-
"r":0.
|
2408 |
-
"f":0.
|
2409 |
},
|
2410 |
"Number":{
|
2411 |
-
"p":0.
|
2412 |
-
"r":0.
|
2413 |
-
"f":0.
|
2414 |
},
|
2415 |
"Person":{
|
2416 |
-
"p":0.
|
2417 |
-
"r":0.
|
2418 |
-
"f":0.
|
2419 |
},
|
2420 |
"Tense":{
|
2421 |
-
"p":0.
|
2422 |
-
"r":0.
|
2423 |
-
"f":0.
|
2424 |
},
|
2425 |
"Voice":{
|
2426 |
-
"p":0.
|
2427 |
-
"r":0.
|
2428 |
-
"f":0.
|
2429 |
},
|
2430 |
"PronType":{
|
2431 |
-
"p":0.
|
2432 |
-
"r":0.
|
2433 |
-
"f":0.
|
2434 |
},
|
2435 |
"Case":{
|
2436 |
-
"p":0.
|
2437 |
-
"r":0.
|
2438 |
-
"f":0.
|
2439 |
},
|
2440 |
"Number[psor]":{
|
2441 |
-
"p":0.
|
2442 |
-
"r":0.
|
2443 |
-
"f":0.
|
2444 |
},
|
2445 |
"Person[psor]":{
|
2446 |
-
"p":0.
|
2447 |
-
"r":0.
|
2448 |
-
"f":0.
|
2449 |
},
|
2450 |
"Degree":{
|
2451 |
-
"p":0.
|
2452 |
-
"r":0.
|
2453 |
-
"f":0.
|
2454 |
},
|
2455 |
"VerbForm":{
|
2456 |
-
"p":0.
|
2457 |
-
"r":0.
|
2458 |
-
"f":0.
|
2459 |
},
|
2460 |
"NumType":{
|
2461 |
-
"p":0.
|
2462 |
-
"r":0.
|
2463 |
-
"f":0.
|
2464 |
},
|
2465 |
"Reflex":{
|
2466 |
-
"p":0.
|
2467 |
-
"r":0.
|
2468 |
-
"f":0.
|
2469 |
},
|
2470 |
"Aspect":{
|
2471 |
-
"p":0.
|
2472 |
-
"r":0.
|
2473 |
-
"f":0.
|
2474 |
},
|
2475 |
"Number[psed]":{
|
2476 |
"p":1.0,
|
@@ -2483,13 +2483,13 @@
|
|
2483 |
"f":0.8571428571
|
2484 |
}
|
2485 |
},
|
2486 |
-
"transformer_loss":
|
2487 |
-
"parser_loss":
|
2488 |
-
"trainable_lemmatizer_loss":
|
2489 |
-
"tagger_loss":
|
2490 |
-
"morphologizer_loss":
|
2491 |
},
|
2492 |
"requirements":[
|
2493 |
-
"spacy-transformers>=1.3.
|
2494 |
]
|
2495 |
}
|
|
|
2370 |
|
2371 |
],
|
2372 |
"performance":{
|
2373 |
+
"dep_uas":0.9998450909,
|
2374 |
"dep_las":0.0,
|
2375 |
"dep_las_per_type":{
|
2376 |
"_":{
|
|
|
2389 |
"f":0.0
|
2390 |
}
|
2391 |
},
|
2392 |
+
"sents_p":0.999871333,
|
2393 |
+
"sents_r":0.9630685339,
|
2394 |
+
"sents_f":0.981124929,
|
2395 |
+
"lemma_acc":0.6970561457,
|
2396 |
+
"tag_acc":0.902386923,
|
2397 |
+
"pos_acc":0.9529677679,
|
2398 |
+
"morph_acc":0.918609331,
|
2399 |
"morph_per_feat":{
|
2400 |
"Definite":{
|
2401 |
+
"p":0.9139821796,
|
2402 |
+
"r":0.9286211699,
|
2403 |
+
"f":0.9212435233
|
2404 |
},
|
2405 |
"Mood":{
|
2406 |
+
"p":0.9364891519,
|
2407 |
+
"r":0.9465709729,
|
2408 |
+
"f":0.9415030736
|
2409 |
},
|
2410 |
"Number":{
|
2411 |
+
"p":0.9719219925,
|
2412 |
+
"r":0.9638820925,
|
2413 |
+
"f":0.9678853466
|
2414 |
},
|
2415 |
"Person":{
|
2416 |
+
"p":0.9571668533,
|
2417 |
+
"r":0.9590462833,
|
2418 |
+
"f":0.9581056466
|
2419 |
},
|
2420 |
"Tense":{
|
2421 |
+
"p":0.9150563607,
|
2422 |
+
"r":0.9247355574,
|
2423 |
+
"f":0.9198704978
|
2424 |
},
|
2425 |
"Voice":{
|
2426 |
+
"p":0.9515472313,
|
2427 |
+
"r":0.9593596059,
|
2428 |
+
"f":0.9554374489
|
2429 |
},
|
2430 |
"PronType":{
|
2431 |
+
"p":0.9541102674,
|
2432 |
+
"r":0.9404490726,
|
2433 |
+
"f":0.9472304163
|
2434 |
},
|
2435 |
"Case":{
|
2436 |
+
"p":0.9588283157,
|
2437 |
+
"r":0.945898218,
|
2438 |
+
"f":0.9523193793
|
2439 |
},
|
2440 |
"Number[psor]":{
|
2441 |
+
"p":0.9114688129,
|
2442 |
+
"r":0.8961424332,
|
2443 |
+
"f":0.9037406484
|
2444 |
},
|
2445 |
"Person[psor]":{
|
2446 |
+
"p":0.9044265594,
|
2447 |
+
"r":0.8892185955,
|
2448 |
+
"f":0.8967581047
|
2449 |
},
|
2450 |
"Degree":{
|
2451 |
+
"p":0.8881036514,
|
2452 |
+
"r":0.8340707965,
|
2453 |
+
"f":0.8602395893
|
2454 |
},
|
2455 |
"VerbForm":{
|
2456 |
+
"p":0.9119850187,
|
2457 |
+
"r":0.8870673953,
|
2458 |
+
"f":0.8993536473
|
2459 |
},
|
2460 |
"NumType":{
|
2461 |
+
"p":0.8382352941,
|
2462 |
+
"r":0.7862068966,
|
2463 |
+
"f":0.8113879004
|
2464 |
},
|
2465 |
"Reflex":{
|
2466 |
+
"p":0.9333333333,
|
2467 |
+
"r":0.9130434783,
|
2468 |
+
"f":0.9230769231
|
2469 |
},
|
2470 |
"Aspect":{
|
2471 |
+
"p":0.6315789474,
|
2472 |
+
"r":0.5217391304,
|
2473 |
+
"f":0.5714285714
|
2474 |
},
|
2475 |
"Number[psed]":{
|
2476 |
"p":1.0,
|
|
|
2483 |
"f":0.8571428571
|
2484 |
}
|
2485 |
},
|
2486 |
+
"transformer_loss":4689.3125202809,
|
2487 |
+
"parser_loss":119410.6709071799,
|
2488 |
+
"trainable_lemmatizer_loss":80.5269130179,
|
2489 |
+
"tagger_loss":147.1849089543,
|
2490 |
+
"morphologizer_loss":124.3603089988
|
2491 |
},
|
2492 |
"requirements":[
|
2493 |
+
"spacy-transformers>=1.3.4,<1.4.0"
|
2494 |
]
|
2495 |
}
|
morphologizer/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2910549
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7af70fd27c0be5af0847cfab817225876b015fcdd52cb0263f6cd35ff8d1dff
|
3 |
size 2910549
|
parser/model
CHANGED
Binary files a/parser/model and b/parser/model differ
|
|
tagger/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4236305
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d219874e910293212763679b95130ea92de13dc410f87ea3bb615f51e9393d00
|
3 |
size 4236305
|
trainable_lemmatizer/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 13778057
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e0a4c51f386f211555b7338eafa7f5ff70c3311d1127c3e11908d7c26eebc9e
|
3 |
size 13778057
|
transformer/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57b5235e40069438bbdffb5f6119f17f8f9ab847e6dc8908a2563a8bfbd3dad1
|
3 |
+
size 508592662
|
vocab/strings.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
xx_ohu_sigtyp_trf-any-py3-none-any.whl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c592b1c475a3cd035fd21ac1264cf06d24cb27c8346201ba02a5c7efda2c3b7
|
3 |
+
size 487849860
|