Spaces:
Build error
Build error
He-Xingwei
commited on
Commit
•
074ce80
1
Parent(s):
9212aa7
Add my new, shiny module.
Browse files
README.md
CHANGED
@@ -81,7 +81,7 @@ This metric outputs a dictionary with the SARI score:
|
|
81 |
|
82 |
```
|
83 |
print(results)
|
84 |
-
{'sari': 26.953601953601954, 'keep':
|
85 |
```
|
86 |
|
87 |
The range of values for the SARI score is between 0 and 100 -- the higher the value, the better the performance of the model being evaluated, with a SARI of 100 being a perfect score.
|
|
|
81 |
|
82 |
```
|
83 |
print(results)
|
84 |
+
{'sari': 26.953601953601954, 'keep': 22.527472527472526, 'del': 50.0, 'add': 8.333333333333332}
|
85 |
```
|
86 |
|
87 |
The range of values for the SARI score is between 0 and 100 -- the higher the value, the better the performance of the model being evaluated, with a SARI of 100 being a perfect score.
|