Update README.md
Browse files
README.md
CHANGED
@@ -53,14 +53,15 @@ model-index:
|
|
53 |
- name: Root Mean Squared Error
|
54 |
type: RMSE
|
55 |
value: 0.2375
|
|
|
|
|
|
|
56 |
metrics:
|
57 |
- pearsonr
|
58 |
- mae
|
59 |
- r_squared
|
60 |
---
|
61 |
|
62 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
63 |
-
should probably proofread and complete it, then remove this comment. -->
|
64 |
|
65 |
# Quality Estimation for Machine Translation
|
66 |
|
|
|
53 |
- name: Root Mean Squared Error
|
54 |
type: RMSE
|
55 |
value: 0.2375
|
56 |
+
- name: R-Squared
|
57 |
+
type: R2
|
58 |
+
value: 0.2106
|
59 |
metrics:
|
60 |
- pearsonr
|
61 |
- mae
|
62 |
- r_squared
|
63 |
---
|
64 |
|
|
|
|
|
65 |
|
66 |
# Quality Estimation for Machine Translation
|
67 |
|