from util import wget url_metadata_s2s = "https://dl.fbaipublicfiles.com/seamless/data/seamless_align_nov2023_extension/seamless.dataset.metadata.public.enA-jaA.tsv.gz" url_metadata_s2t = "https://dl.fbaipublicfiles.com/seamless/data/seamless.dataset.metadata.public.enA-jpn.withduration.tsv.gz" cache_dir = "./download" wget(url_metadata_s2s, cache_dir=cache_dir) wget(url_metadata_s2t, cache_dir=cache_dir)