JinchuanTian
commited on
Commit
•
0c161fb
1
Parent(s):
6eea771
Update model
Browse files
README.md
ADDED
The diff for this file is too large to render.
See raw diff
|
|
conf/decode_espnet_codec.yaml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# search algorithm parameters
|
2 |
+
search_algo: topk_sampling
|
3 |
+
# search_algo: teacher_force
|
4 |
+
sampling_temperature: 1.2
|
5 |
+
minlenratio: 0.05
|
6 |
+
top_k: 30
|
7 |
+
seed: 1
|
8 |
+
|
9 |
+
# offline tokenizer
|
10 |
+
codec_conf:
|
11 |
+
codec_choice: ESPnet
|
12 |
+
hf_model_tag: espnet/amuse_speech_soundstream_16k
|
13 |
+
codec_fs: 16000
|
exp/speechlm_ls_giga_mlsen_train_valle/config.yaml
ADDED
The diff for this file is too large to render.
See raw diff
|
|
exp/speechlm_ls_giga_mlsen_train_valle/revised_valid.total_count.ave_5best.till60epoch.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63fbdd0f82e67cce5e9cab7b85aac73c3335450ce314094229b7e5cf9db7bf7f
|
3 |
+
size 1513243352
|
meta.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
espnet: '202402'
|
2 |
+
files:
|
3 |
+
model_file: exp/speechlm_ls_giga_mlsen_train_valle/revised_valid.total_count.ave_5best.till60epoch.pth
|
4 |
+
python: 3.10.14 (main, May 6 2024, 19:42:50) [GCC 11.2.0]
|
5 |
+
timestamp: 1722066265.723289
|
6 |
+
torch: 2.1.0
|
7 |
+
yaml_files:
|
8 |
+
inference_config: conf/decode_espnet_codec.yaml
|
9 |
+
train_config: exp/speechlm_ls_giga_mlsen_train_valle/config.yaml
|