bhavitvyamalik commited on
Commit
80f4c2e
1 Parent(s): 37f6e30

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - translation
4
+ license: cc-by-4.0
5
+ ---
6
+
7
+ ### Translation model for zh_hant-en HPLT v1.0
8
+
9
+ This repository contains the model weights for translation models trained with Marian for HPLT project. For usage instructions, evaluation scripts, and inference scripts, please refer to the [HPLT-MT-Models v1.0](https://github.com/hplt-project/HPLT-MT-Models/tree/main/v1.0) GitHub repository.
10
+
11
+ * Source language: zh_hant
12
+ * Target language: en
13
+ * Dataset: HPLT only
14
+ * Model: transformer-base
15
+ * Tokenizer: SentencePiece (Unigram)
16
+ * Cleaning: We use OpusCleaner for cleaning the corpus. Details about rules used can be found in the filter files in [Github](https://github.com/hplt-project/HPLT-MT-Models/tree/main/v1.0/data/en-zh_hant/raw/v0)
17
+
18
+ To run inference with Marian, refer to the [Inference/Decoding/Translation](https://github.com/hplt-project/HPLT-MT-Models/tree/main/v1.0#inferencedecodingtranslation) section of our GitHub repository.
19
+
20
+
21
+ ## Benchmarks
22
+
23
+ | testset | BLEU | chr-F | comet |
24
+ | -------------------------------------- | ---- | ----- | ----- |
25
+ | flores200 | 20.3 | 47.7 | 0.8638 |
26
+ | ntrex | 18.2 | 44.9 | 0.8454 |