BSavoldi commited on
Commit
ee2acbb
·
verified ·
1 Parent(s): a5df191

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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 for 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
- 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) ad the [paper](https://aclanthology.org/2023.emnlp-main.873/).
 
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