GithubHelp home page GithubHelp logo

0nutation / dub Goto Github PK

View Code? Open in Web Editor NEW
25.0 25.0 3.0 19.09 MB

Code and pretrained models for "DUB: Discrete Unit Back-translation for Speech Translation" (ACL 2023 Findings)

Home Page: https://export.arxiv.org/abs/2305.11411

License: MIT License

Python 97.76% Shell 0.42% C++ 0.53% Cuda 0.95% Cython 0.34%

dub's People

Contributors

0nutation avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dub's Issues

Requirement.txt

Many dependencies do not have matching distribution. byted-torch, byted-wandb and many more. How to resolve the dependencies.

hello I just want to mention a tiny thing or 2

in back_translate.sh:
sbash ${SCRIPTS_ROOT}/prepare_de_monolingual.sh
the bash files are not in ${SCRIPTS_ROOT}, but in src.

also in back_translate.sh:
#binary
for shard in $(seq -f "%2g" 0 ${shards_num});do
the loops in bash are inclusive so if shards_num is 3 meaning (0,1,2) the loop will try to get shard 3 which doesn't exist so I replaced it with
#binary
for shard in $(seq -f "%2g" 0 $((shards_num - 1)));do

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.