ibraheemmoosa
commited on
Commit
•
b304b5c
1
Parent(s):
49ea023
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- RicardoRei/wmt-da-human-evaluation
|
5 |
+
- RicardoRei/wmt-mqm-human-evaluation
|
6 |
+
- xnli
|
7 |
+
- nikitam/ACES
|
8 |
+
library_name: transformers
|
9 |
+
---
|
10 |
+
|
11 |
+
# MT-Ranker
|
12 |
+
|
13 |
+
This is the MT-Ranker-Base model from the ICLR'24 Spotlight paper [MT-Ranker: Reference-free machine translation evaluation by inter-system ranking](https://openreview.net/forum?id=Rry1SeSOQL).
|
14 |
+
|
15 |
+
For model loading instructions see our [GitHub](https://github.com/ibraheem-moosa/mt-ranker).
|
16 |
+
|
17 |
+
We are working on streamlining the model loading.
|