Minggz commited on
Commit
eed81c5
1 Parent(s): 231afa2

Upload model and requirements

Browse files
laovi_ctranslate2/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_source_bos": false,
3
+ "add_source_eos": false,
4
+ "bos_token": "<s>",
5
+ "decoder_start_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "unk_token": "<unk>"
8
+ }
laovi_ctranslate2/model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d3066fb7b77387552b14d01a33413d5c5afacae64addf3f3c0b04d305e5a5c6
3
+ size 494063749
laovi_ctranslate2/source.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3edae4b98d61f022db728f131f1d726b1f1043aee73c29156b67a41ef58eb93
3
+ size 1587493
laovi_ctranslate2/source_vocabulary.txt ADDED
The diff for this file is too large to render. See raw diff
 
laovi_ctranslate2/target.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d5adc377591d4fdb4df29842c4b7a0798802719205cdc1084c3f82537cb09f0
3
+ size 1098550
laovi_ctranslate2/target_vocabulary.txt ADDED
The diff for this file is too large to render. See raw diff
 
requirements.txt ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2
2
+ anyio==3.6.2
3
+ attrs==23.1.0
4
+ backports.zoneinfo==0.2.1
5
+ blinker==1.6.2
6
+ cachetools==5.3.0
7
+ certifi @ file:///croot/certifi_1671487769961/work/certifi
8
+ charset-normalizer==3.1.0
9
+ click==8.1.3
10
+ ctranslate2==3.11.0
11
+ decorator==5.1.1
12
+ entrypoints==0.4
13
+ fastapi==0.95.1
14
+ gitdb==4.0.10
15
+ GitPython==3.1.31
16
+ h11==0.14.0
17
+ idna==3.4
18
+ importlib-metadata==6.4.1
19
+ importlib-resources==5.12.0
20
+ Jinja2==3.1.2
21
+ joblib==1.2.0
22
+ jsonschema==4.17.3
23
+ markdown-it-py==2.2.0
24
+ MarkupSafe==2.1.2
25
+ mdurl==0.1.2
26
+ nltk==3.8.1
27
+ numpy==1.21.6
28
+ packaging==23.1
29
+ pandas==1.3.5
30
+ Pillow==9.5.0
31
+ pkgutil_resolve_name==1.3.10
32
+ protobuf==3.20.3
33
+ pyarrow==11.0.0
34
+ pydantic==1.10.7
35
+ pydeck==0.8.1b0
36
+ Pygments==2.15.0
37
+ Pympler==1.0.1
38
+ pyonmttok==1.37.1
39
+ pyrsistent==0.19.3
40
+ python-dateutil==2.8.2
41
+ pytz==2023.3
42
+ pytz-deprecation-shim==0.1.0.post0
43
+ PyYAML==6.0
44
+ regex==2022.10.31
45
+ requests==2.28.2
46
+ rich==13.3.4
47
+ sentencepiece==0.1.98
48
+ six==1.16.0
49
+ smmap==5.0.0
50
+ sniffio==1.3.0
51
+ starlette==0.26.1
52
+ streamlit==1.21.0
53
+ toml==0.10.2
54
+ toolz==0.12.0
55
+ tornado==6.2
56
+ tqdm==4.65.0
57
+ typing_extensions==4.5.0
58
+ tzdata==2023.3
59
+ tzlocal==4.3
60
+ urllib3==1.26.15
61
+ uvicorn==0.21.1
62
+ validators==0.20.0
63
+ watchdog==3.0.0
64
+ zipp==3.15.0