HugoLaurencon
commited on
Commit
•
ba331e0
1
Parent(s):
34eca0f
Add Portuguese
Browse files- app.py +1 -1
- ar.arpa.bin +3 -0
- ar.sp.model +3 -0
- pt.arpa.bin +3 -0
- pt.sp.model +3 -0
- pt_examples_with_stats.json +3 -0
- vi.arpa.bin +3 -0
- vi.sp.model +3 -0
app.py
CHANGED
@@ -909,7 +909,7 @@ param_visu_langs = {
|
|
909 |
"path_sentencepiece_model": f"./{lang_dataset_id}.sp.model",
|
910 |
"path_kenlm_model": f"./{lang_dataset_id}.arpa.bin",
|
911 |
}
|
912 |
-
for lang_dataset_id in ["eu", "ca", "zh", "en", "fr", "id", "es"]
|
913 |
}
|
914 |
|
915 |
visualization = Visualization(path_instructions, param_visu_langs)
|
|
|
909 |
"path_sentencepiece_model": f"./{lang_dataset_id}.sp.model",
|
910 |
"path_kenlm_model": f"./{lang_dataset_id}.arpa.bin",
|
911 |
}
|
912 |
+
for lang_dataset_id in ["eu", "ca", "zh", "en", "fr", "id", "pt", "es"]
|
913 |
}
|
914 |
|
915 |
visualization = Visualization(path_instructions, param_visu_langs)
|
ar.arpa.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5ad5fe3355e9775d0045ac38ee24ef585b373c99350bc612e5bda9cbdd701fe
|
3 |
+
size 2824717990
|
ar.sp.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:281e3d75365a1801a8fe5def0b89dd0e5bb73ac0a2451be8bc5a55495760e115
|
3 |
+
size 1070890
|
pt.arpa.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad7241c4b11d902fa092506b731f61e5f67177897c2598b750d1a2e519be87ad
|
3 |
+
size 3220168756
|
pt.sp.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1707a7517b61ca9d4d333dabcc5ec7024e44c6466ff6faea9ccc95a0f1b2737c
|
3 |
+
size 958101
|
pt_examples_with_stats.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72a681cc82b2a0f9e11a8fa052143f7eaad5a67d31269bbd96653715e0ff776a
|
3 |
+
size 135498651
|
vi.arpa.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:983460dc00aaaec7325139cd87e89e937fcf5ac0cba4b16f23241fcc52d3c0ca
|
3 |
+
size 1414396214
|
vi.sp.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1393f7ca703337a5b94f86ddb8e17e3171fc1ca388ca035942f594e0f0d958d
|
3 |
+
size 906762
|