Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ can be safely discarded.
|
|
33 |
|
34 |
## Evaluation on ROG corpus
|
35 |
|
36 |
-
|
37 |
| postprocessing | recall | precision | F1 |
|
38 |
|:-----------------------|---------:|------------:|------:|
|
39 |
| none | 0.981 | 0.955 | 0.968 |
|
@@ -41,7 +41,7 @@ can be safely discarded.
|
|
41 |
| drop_short_initial_and_final | 0.964 | 0.966 | 0.965 |
|
42 |
| drop_short_and_initial | 0.964 | 0.966 | 0.965 |
|
43 |
| drop_initial | 0.964 | 0.963 | 0.963 |
|
44 |
-
|
45 |
|
46 |
## Evaluation on ParlaSpeech corpora
|
47 |
|
@@ -50,7 +50,7 @@ For every language in the [ParlaSpeech collection](https://huggingface.co/collec
|
|
50 |
|
51 |
Evaluation on human-annotated instances produced the following metrics:
|
52 |
|
53 |
-
|
54 |
| lang | postprocessing | recall | precision | F1 |
|
55 |
|:-------|:-----------------------|---------:|------------:|------:|
|
56 |
| CZ | drop_short_initial_and_final | 0.889 | 0.859 | 0.874 |
|
@@ -73,7 +73,7 @@ Evaluation on human-annotated instances produced the following metrics:
|
|
73 |
| RS | drop_short_and_initial | 0.966 | 0.915 | 0.94 |
|
74 |
| RS | drop_initial | 0.974 | 0.9 | 0.936 |
|
75 |
| RS | raw | 0.974 | 0.9 | 0.936 |
|
76 |
-
|
77 |
The metrics reported are on event level, which means that if true and
|
78 |
predicted filled pauses at least partially overlap, we count them as a
|
79 |
True Positive event.
|
|
|
33 |
|
34 |
## Evaluation on ROG corpus
|
35 |
|
36 |
+
|
37 |
| postprocessing | recall | precision | F1 |
|
38 |
|:-----------------------|---------:|------------:|------:|
|
39 |
| none | 0.981 | 0.955 | 0.968 |
|
|
|
41 |
| drop_short_initial_and_final | 0.964 | 0.966 | 0.965 |
|
42 |
| drop_short_and_initial | 0.964 | 0.966 | 0.965 |
|
43 |
| drop_initial | 0.964 | 0.963 | 0.963 |
|
44 |
+
|
45 |
|
46 |
## Evaluation on ParlaSpeech corpora
|
47 |
|
|
|
50 |
|
51 |
Evaluation on human-annotated instances produced the following metrics:
|
52 |
|
53 |
+
|
54 |
| lang | postprocessing | recall | precision | F1 |
|
55 |
|:-------|:-----------------------|---------:|------------:|------:|
|
56 |
| CZ | drop_short_initial_and_final | 0.889 | 0.859 | 0.874 |
|
|
|
73 |
| RS | drop_short_and_initial | 0.966 | 0.915 | 0.94 |
|
74 |
| RS | drop_initial | 0.974 | 0.9 | 0.936 |
|
75 |
| RS | raw | 0.974 | 0.9 | 0.936 |
|
76 |
+
|
77 |
The metrics reported are on event level, which means that if true and
|
78 |
predicted filled pauses at least partially overlap, we count them as a
|
79 |
True Positive event.
|