Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
F
Fairseq-S2T
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
xuchen
Fairseq-S2T
Commits
f0d55b1f
Commit
f0d55b1f
authored
Sep 04, 2022
by
xuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update the shell scripts
parent
e0da16dd
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
93 行增加
和
5 行删除
+93
-5
egs/mustc/st/conf/inter.yaml
+3
-0
egs/mustc/st/conf/mixup.yaml
+8
-5
egs/mustc/st/conf/purectc.yaml
+34
-0
egs/mustc/st/conf/purectc_sate.yaml
+48
-0
没有找到文件。
egs/mustc/st/conf/inter.yaml
查看文件 @
f0d55b1f
...
...
@@ -6,6 +6,8 @@ interleaved-ctc-weight: 0.2
interleaved-ctc-layers
:
6,9
interleaved-ctc-drop-prob
:
0
share-interleaved-ctc
:
True
target-ctc-weight
:
0.3
target-ctc-layer
:
6
target-interleaved-ctc-weight
:
0.2
...
...
@@ -17,6 +19,7 @@ sae-adapter: inter_league
#sae-adapter: none
#target-sae-adapter: none
sae-ctc-temperature
:
1
#sae-gumbel: True
#sae-distribution-hard: True
#sae-drop-prob: 0.0
...
...
egs/mustc/st/conf/mixup.yaml
查看文件 @
f0d55b1f
inter_mixup
:
True
inter_mixup_layer
:
-1
inter_mixup_prob
:
1.0
inter_mixup_ratio
:
0.2
\ No newline at end of file
inter-mixup
:
True
inter-mixup-layer
:
-1
inter-mixup-prob
:
1.0
inter-mixup-ratio
:
1.0
inter-mixup-beta
:
0.5
inter-mixup-keep-org
:
True
ctc-mixup-consistent-weight
:
1
mixup-consistent-weight
:
1
egs/mustc/st/conf/purectc.yaml
0 → 100644
查看文件 @
f0d55b1f
arch
:
s2t_sate
optimizer
:
adam
clip-norm
:
10.0
lr-scheduler
:
inverse_sqrt
warmup-init-lr
:
1e-7
warmup-updates
:
10000
lr
:
2e-3
adam_betas
:
(0.9,0.98)
criterion
:
ctc
zero_infinity
:
True
encoder-embed-norm
:
True
encoder-no-scale-embedding
:
True
subsampling-type
:
conv1d
subsampling-layers
:
2
subsampling-filter
:
1024
subsampling-kernel
:
5
subsampling-stride
:
2
subsampling-norm
:
none
subsampling-activation
:
glu
dropout
:
0.1
attention-dropout
:
0.1
activation-dropout
:
0.1
activation-fn
:
relu
encoder-embed-dim
:
256
encoder-ffn-embed-dim
:
2048
encoder-layers
:
12
encoder-attention-heads
:
4
#load-pretrained-encoder-from:
egs/mustc/st/conf/purectc_sate.yaml
0 → 100644
查看文件 @
f0d55b1f
arch
:
s2t_ctc
encoder-type
:
sate
optimizer
:
adam
clip-norm
:
10.0
lr-scheduler
:
inverse_sqrt
warmup-init-lr
:
1e-7
warmup-updates
:
10000
lr
:
2e-3
adam_betas
:
(0.9,0.98)
criterion
:
ctc
zero_infinity
:
True
ctc-weight
:
1.0
encoder-normalize-before
:
True
decoder-normalize-before
:
True
encoder-embed-norm
:
True
encoder-no-scale-embedding
:
True
subsampling-type
:
conv1d
subsampling-layers
:
2
subsampling-filter
:
1024
subsampling-kernel
:
5
subsampling-stride
:
2
subsampling-norm
:
none
subsampling-activation
:
glu
dropout
:
0.1
activation-fn
:
relu
encoder-embed-dim
:
256
encoder-ffn-embed-dim
:
2048
encoder-layers
:
12
text-encoder-layers
:
12
decoder-layers
:
6
encoder-attention-heads
:
4
decoder-embed-dim
:
256
decoder-ffn-embed-dim
:
2048
decoder-attention-heads
:
4
acoustic-encoder
:
transformer
adapter
:
inter_league
#adapter: none
#adapter-embed-norm: True
#adapter-out-norm: True
#share-adapter-and-ctc: True
#share-adapter-and-embed: True
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论