Skip to content

Commit b6b0d9c

Browse files
update
1 parent 393d22d commit b6b0d9c

6 files changed

+5
-5
lines changed

ITST.png

41.7 KB
Loading

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ All example shell scripts refer to [shell_scripts/](shell_scripts/).
3535

3636
If you have any questions, feel free to contact me with: `[email protected]`.
3737

38-
In this repository is useful for you, please cite as:
38+
If this repository is useful for you, please cite as:
3939

4040
```
4141
@inproceedings{ITST,

Speech-to-text Simultaneous Translation with Fixed Pre-decision.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Refer to paper for more numerical results.
290290

291291
If you have any questions, feel free to contact me with: `[email protected]`.
292292

293-
In this repository is useful for you, please cite as:
293+
If this repository is useful for you, please cite as:
294294

295295
```
296296
@inproceedings{ITST,

Speech-to-text Simultaneous Translation with Flexible Pre-decision.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Refer to paper for more numerical results.
220220

221221
If you have any questions, feel free to contact me with: `[email protected]`.
222222

223-
In this repository is useful for you, please cite as:
223+
If this repository is useful for you, please cite as:
224224

225225
```
226226
@inproceedings{ITST,

Text-to-text Simultaneous Translation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Refer to paper for more numerical results.
148148

149149
If you have any questions, feel free to contact me with: `[email protected]`.
150150

151-
In this repository is useful for you, please cite as:
151+
If this repository is useful for you, please cite as:
152152

153153
```
154154
@inproceedings{ITST,

examples/speech_to_text/prep_mustc_data_raw_joint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def process(args):
153153
df = filter_manifest_df(
154154
df, is_train_split=is_train_split, min_n_frames=1000, max_n_frames=480000
155155
)
156-
save_df_to_tsv(df, cur_root / f"{split}_raw_joint.tsv")
156+
save_df_to_tsv(df, cur_root / f"{split}_joint.tsv")
157157

158158
for split in ["tst-COMMON", "dev"]:
159159
is_train_split = split.startswith("train")

0 commit comments

Comments
 (0)