Upload folder using huggingface_hub
Browse files- README.md +14 -0
- config.json +4 -0
README.md
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: translation
|
| 3 |
+
language: multilingual
|
| 4 |
+
library_name: pear
|
| 5 |
+
base_model:
|
| 6 |
+
- microsoft/infoxlm-large
|
| 7 |
+
license: apache-2.0
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# PEAR
|
| 11 |
+
|
| 12 |
+
PEAR is a neural machine translation evaluation metric based on pairwise quality estimation.
|
| 13 |
+
|
| 14 |
+
This repository contains the PEAR checkpoint for use with the `pear` Python package.
|
config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "PEAR-MQM",
|
| 3 |
+
"checkpoint_file": "checkpoints/model.ckpt"
|
| 4 |
+
}
|