CreativeSkipper commited on
Commit
097904d
·
verified ·
1 Parent(s): 94cde82

Update README.md

Browse files

Initial model card

Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,3 +1,41 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ base_model:
4
+ - facebook/m2m100_418M
5
+ pipeline_tag: translation
6
+ tags:
7
+ - ctranslate2
8
+ - ct2
9
+ - int8
10
+ - translation
11
+ - multilingual
12
  ---
13
+
14
+ # MynaLuna Translator
15
+
16
+ CTranslate2 version of Facebook M2M100 418M optimized for the MynaLuna application.
17
+
18
+ ## Purpose
19
+
20
+ Neural Machine Translation (NMT)
21
+
22
+ ## Technical details
23
+
24
+ - Base model: Facebook M2M100 418M
25
+ - Format: CTranslate2 (CT2)
26
+ - Quantization: int8
27
+
28
+ ## Base model
29
+
30
+ https://huggingface.co/facebook/m2m100_418M
31
+
32
+ ## License
33
+
34
+ This repository contains a derivative version of the original model.
35
+
36
+ The original model is available at:
37
+ https://huggingface.co/facebook/m2m100_418M
38
+
39
+ Licensed under the MIT License.
40
+
41
+ ---