김현우 commited on
Commit ·
23b2509
1
Parent(s): 47053d1
.model 파일 추가
Browse files- chn_jpn_yue_eng_ko_spectok.bpe.model +3 -0
- config.yaml +1 -1
chn_jpn_yue_eng_ko_spectok.bpe.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa87f86064c3730d799ddf7af3c04659151102cba548bce325cf06ba4da4e6a8
|
| 3 |
+
size 377341
|
config.yaml
CHANGED
|
@@ -22,7 +22,7 @@ model_conf:
|
|
| 22 |
ignore_id: -1
|
| 23 |
tokenizer: SentencepiecesTokenizer
|
| 24 |
tokenizer_conf:
|
| 25 |
-
bpemodel:
|
| 26 |
unk_symbol: <unk>
|
| 27 |
split_with_space: true
|
| 28 |
frontend: WavFrontend
|
|
|
|
| 22 |
ignore_id: -1
|
| 23 |
tokenizer: SentencepiecesTokenizer
|
| 24 |
tokenizer_conf:
|
| 25 |
+
bpemodel: chn_jpn_yue_eng_ko_spectok.bpe.model
|
| 26 |
unk_symbol: <unk>
|
| 27 |
split_with_space: true
|
| 28 |
frontend: WavFrontend
|