Commit
·
305782a
1
Parent(s):
b4681ac
readme
Browse files
README.md
CHANGED
@@ -6,11 +6,14 @@ language:
|
|
6 |
metrics:
|
7 |
- wer
|
8 |
---
|
|
|
|
|
9 |
`v6-relPosAttDef-noBias-aedLoss-bhv20-11gb-f32-bs15k-accgrad1-mgpu4-pavg100-wd1e_2-lrlin1e_5_295k-featBN-speedpertV2-spm10k-bpeSample001`
|
10 |
|
11 |
-
https://github.com/rwth-i6/i6_experiments
|
12 |
`i6_experiments/users/zeyer/experiments/exp2024_04_23_baselines/ctc.py`
|
13 |
|
|
|
14 |
```
|
15 |
# v6-relPosAttDef-noBias-aedLoss-bhv20-11gb-f32-bs15k-accgrad1-mgpu4-pavg100-wd1e_2-lrlin1e_5_295k-featBN-speedpertV2-spm10k-bpeSample001
|
16 |
# noBias. (Baseline: 5.77)
|
@@ -40,4 +43,11 @@ https://github.com/rwth-i6/i6_experiments
|
|
40 |
vocab="spm10k",
|
41 |
train_vocab_opts={"other_opts": {"class": "SamplingBytePairEncoding", "breadth_prob": 0.01}},
|
42 |
)
|
43 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
metrics:
|
7 |
- wer
|
8 |
---
|
9 |
+
|
10 |
+
Internal model alias name:
|
11 |
`v6-relPosAttDef-noBias-aedLoss-bhv20-11gb-f32-bs15k-accgrad1-mgpu4-pavg100-wd1e_2-lrlin1e_5_295k-featBN-speedpertV2-spm10k-bpeSample001`
|
12 |
|
13 |
+
From https://github.com/rwth-i6/i6_experiments
|
14 |
`i6_experiments/users/zeyer/experiments/exp2024_04_23_baselines/ctc.py`
|
15 |
|
16 |
+
This Sisyphus config code snippet:
|
17 |
```
|
18 |
# v6-relPosAttDef-noBias-aedLoss-bhv20-11gb-f32-bs15k-accgrad1-mgpu4-pavg100-wd1e_2-lrlin1e_5_295k-featBN-speedpertV2-spm10k-bpeSample001
|
19 |
# noBias. (Baseline: 5.77)
|
|
|
43 |
vocab="spm10k",
|
44 |
train_vocab_opts={"other_opts": {"class": "SamplingBytePairEncoding", "breadth_prob": 0.01}},
|
45 |
)
|
46 |
+
```
|
47 |
+
|
48 |
+
I uploaded the `info` and `output` files from the Sisyphus RETURNN training job to `trainjob`,
|
49 |
+
except of the model checkpoint, which I uploaded to `data`.
|
50 |
+
|
51 |
+
From the train job `info` file, I was checking dependencies.
|
52 |
+
Specifically, there is the SPM vocab.
|
53 |
+
I uploaded those to `deps`.
|