Initial version
Browse files- README.md +58 -3
- config.json +2 -0
- model.bin +3 -0
- model_description.txt +9 -0
- shared_vocabulary.txt +0 -0
- sp_m.model +3 -0
README.md
CHANGED
@@ -1,3 +1,58 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ca
|
4 |
+
- jp
|
5 |
+
|
6 |
+
tags:
|
7 |
+
- translation
|
8 |
+
|
9 |
+
library_name: opennmt
|
10 |
+
license: mit
|
11 |
+
metrics:
|
12 |
+
- bleu
|
13 |
+
|
14 |
+
inference: false
|
15 |
+
---
|
16 |
+
|
17 |
+
### Introduction
|
18 |
+
|
19 |
+
Catalan - Japanese translation model for OpenNMT. These are the same models that we have in production at https://www.softcatala.org/traductor/.
|
20 |
+
The models are quantified for low latency.
|
21 |
+
|
22 |
+
### Usage
|
23 |
+
|
24 |
+
Install the necessary dependencies:
|
25 |
+
|
26 |
+
|
27 |
+
```bash
|
28 |
+
pip3 install ctranslate2 pyonmttok
|
29 |
+
```
|
30 |
+
|
31 |
+
|
32 |
+
Simple tokenization & translation using Python:
|
33 |
+
|
34 |
+
|
35 |
+
```python
|
36 |
+
import ctranslate2
|
37 |
+
import pyonmttok
|
38 |
+
from huggingface_hub import snapshot_download
|
39 |
+
model_dir = snapshot_download(repo_id="softcatala/translate-cat-jpn", revision="main")
|
40 |
+
|
41 |
+
tokenizer=pyonmttok.Tokenizer(mode="none", sp_model_path = model_dir + "/sp_m.model")
|
42 |
+
tokenized=tokenizer.tokenize("Hola amics")
|
43 |
+
|
44 |
+
translator = ctranslate2.Translator(model_dir)
|
45 |
+
translated = translator.translate_batch([tokenized[0]])
|
46 |
+
print(tokenizer.detokenize(translated[0][0]['tokens']))
|
47 |
+
```
|
48 |
+
|
49 |
+
## Benchmarks
|
50 |
+
|
51 |
+
| testset | BLEU |
|
52 |
+
|---------------------------------------|-------|
|
53 |
+
| test dataset (from train/dev/test) | 21.3 |
|
54 |
+
| Flores200 dataset | 19.8 |
|
55 |
+
|
56 |
+
## Additional information
|
57 |
+
* https://github.com/Softcatala/nmt-models
|
58 |
+
* https://github.com/Softcatala/parallel-catalan-corpus
|
config.json
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
}
|
model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e1a5087e77cabf47474c57fdf96a41a0e5215cfe53b5585ee3cf1d48a091fa5
|
3 |
+
size 70727761
|
model_description.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Model description: cat-jpn
|
2 |
+
Date: 2023-02-18
|
3 |
+
TF version 2.10.0, OpenNMT version 2.29.1, CTranslate2 version 2.24.0
|
4 |
+
Test data set
|
5 |
+
BLEU|nrefs:1|case:mixed|eff:no|tok:ja-mecab-0.996-IPA|smooth:exp|version:2.1.0 = 21.3 50.4/29.3/20.1/15.2 (BP = 0.821 ratio = 0.835 hyp_len = 86497 ref_len = 103594)
|
6 |
+
chrF2|nrefs:1|case:mixed|eff:yes|nc:6|nw:0|space:no|version:2.1.0 = 25.7
|
7 |
+
Flores data set
|
8 |
+
BLEU|nrefs:1|case:mixed|eff:no|tok:ja-mecab-0.996-IPA|smooth:exp|version:2.1.0 = 19.8 59.7/30.3/17.2/10.1 (BP = 0.836 ratio = 0.848 hyp_len = 28227 ref_len = 33286)
|
9 |
+
chrF2|nrefs:1|case:mixed|eff:yes|nc:6|nw:0|space:no|version:2.1.0 = 28.3
|
shared_vocabulary.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
sp_m.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50d319430280ec73ccdf61e4b258af5905368105f64165d8e896f19c8985ab66
|
3 |
+
size 1159941
|