Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,10 @@ language:
|
|
5 |
---
|
6 |
# GeNTE Evaluator
|
7 |
|
8 |
-
The **Gender-Neutral Translation (GeNTE) Evaluator** is a sequence classification model used for evaluating inclusive translations into Italian
|
9 |
It is built by fine-tuning the RoBERTa-based [UmBERTo model](https://huggingface.co/Musixmatch/umberto-wikipedia-uncased-v1).
|
10 |
-
|
|
|
11 |
|
12 |
## Usage
|
13 |
|
|
|
5 |
---
|
6 |
# GeNTE Evaluator
|
7 |
|
8 |
+
The **Gender-Neutral Translation (GeNTE) Evaluator** is a sequence classification model used for evaluating inclusive rewriting and translations into Italian with the [GeNTE corpus](https://huggingface.co/datasets/FBK-MT/GeNTE).
|
9 |
It is built by fine-tuning the RoBERTa-based [UmBERTo model](https://huggingface.co/Musixmatch/umberto-wikipedia-uncased-v1).
|
10 |
+
|
11 |
+
More details on the training process and the reproducibility can be found in the [official repository](https://github.com/hlt-mt/fbk-NEUTR-evAL/blob/main/solutions/GeNTE.md) and the [paper](https://aclanthology.org/2023.emnlp-main.873/).
|
12 |
|
13 |
## Usage
|
14 |
|