Upload opus-mt-es-en CTranslate2 model
Browse files- .gitattributes +2 -0
- README.md +28 -0
- source.spm +3 -0
- target.spm +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
source.spm filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
target.spm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- es
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- translation
|
| 7 |
+
- ctranslate2
|
| 8 |
+
- opus-mt
|
| 9 |
+
license: cc-by-4.0
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# opus-mt-es-en (CTranslate2)
|
| 13 |
+
|
| 14 |
+
CTranslate2-converted version of [Helsinki-NLP/opus-mt-es-en](https://huggingface.co/Helsinki-NLP/opus-mt-es-en)
|
| 15 |
+
for use with [CTranslate2](https://github.com/OpenNMT/CTranslate2).
|
| 16 |
+
|
| 17 |
+
## Files
|
| 18 |
+
|
| 19 |
+
| File | Description |
|
| 20 |
+
|------|-------------|
|
| 21 |
+
| `model.bin` | CTranslate2 model weights |
|
| 22 |
+
| `source.spm` | SentencePiece model for the source language |
|
| 23 |
+
| `target.spm` | SentencePiece model for the target language |
|
| 24 |
+
|
| 25 |
+
## Original
|
| 26 |
+
|
| 27 |
+
Trained by [Helsinki-NLP](https://huggingface.co/Helsinki-NLP) as part of the
|
| 28 |
+
[OPUS-MT](https://github.com/Helsinki-NLP/Opus-MT) project. Licensed CC-BY-4.0.
|
source.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e236ee6d866b635c0142114f8647f39831f9d92534aa2aad75c942f6a78ad0e3
|
| 3 |
+
size 825924
|
target.spm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4dd547c24816a335e7b0b2e63376a8f1b3cbfc671eda5ab808dd44fdadaa8791
|
| 3 |
+
size 801636
|