Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/OpenNMT-py.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-16Bump v2.1.0 (#2043)François Hernandez
2021-04-16Better handle transforms that require vocab (#2042)Linxiao ZENG
2021-04-16Handle invalid lines in vocab file gracefully (#2041)P.J. Finlay
2021-04-14Activate sentencepiece training step in example script (#2037)chopinml
2021-04-08Fix beam warning and buffers reuse (#2033)Linxiao ZENG
2021-04-08Removed vocabulary update from inference and fixed validation (#2035)anderleich
2021-04-02Update checkpoint vocabulary (#2030)anderleich
2021-03-26Bump pyyaml from 5.3.1 to 5.4 (#2029)dependabot[bot]
2021-03-09Fix target_prefix length (#2021)Valentin Berkes
2021-02-23Update README.mdFrançois Hernandez
2021-01-28fix subword start with joiner in bart (#2004)Linxiao ZENG
2021-01-27Bump 2.0.1 (#2002)2.0.1François Hernandez
2021-01-27clarify translation options (#1996)Linxiao ZENG
2021-01-27Support embedding layer for larger vocabularies with GGNN (#1998)Steve Kommrusch
2021-01-20Bump 2.0.0 (#1994)2.0.0François Hernandez
2021-01-20top-p/nucleus sampling for greedy search (#1958)Valentin Berkes
2021-01-13Remove no longer needed future dependency (#1991)Guillaume Klein
2021-01-11Remove six dependency (bis) (#1990)Guillaume Klein
2021-01-08Remove explicit dependency to numpy (#1988)Guillaume Klein
2021-01-08Relax configargparse version requirement to 1.x (#1987)Guillaume Klein
2021-01-08Relax tqdm version requirement to 4.x (#1986)Guillaume Klein
2021-01-08Remove six dependency (#1985)Guillaume Klein
2021-01-08Relax tensorboard version requirement to 2.x (#1989)Guillaume Klein
2021-01-08Fix gpt2 architecture and inference (#1971)Valentin Berkes
2021-01-07BART: set `-poisson_lambda` default to 3.0 (#1984)Paul Tardy
2021-01-07Fix the shape annotation of `attn` in `forward` (#1978)Jiyuan Zheng
2021-01-04Upgrade torchtext to 0.5.0 (#1980)François Hernandez
2021-01-04Upgrade pyonmttok package and relax the version requirement (#1974)Guillaume Klein
2021-01-04Update model release script to work without a CUDA device (#1973)Guillaume Klein
2021-01-04fix build doc (#1972)Valentin Berkes
2020-12-09Freeze version of dependencies (#1960)Valentin Berkes
2020-12-03Implement language model support, decoder only (#1919)Valentin Berkes
2020-11-30Merge pull request #1951 from guillaumekln/update-readmeFrançois Hernandez
2020-11-27Update README.mdGuillaume Klein
2020-11-27Update README.mdGuillaume Klein
2020-11-26Merge pull request #1949 from increpare/masterFrançois Hernandez
2020-11-26fixes https://github.com/OpenNMT/OpenNMT-py/issues/1948Stephen Lavelle
2020-11-19Merge pull request #1943 from francoishernandez/update_rebuild_test_modelsFrançois Hernandez
2020-11-19update rebuild_test_models.sh for v2, fix an assertFrançois Hernandez
2020-11-19add build_vocab.py at repo rootFrançois Hernandez
2020-11-16Reduce default value of vocab_sample_queue_sizeFrançois Hernandez
2020-11-16Fix build_vocab in Library example notebook (#1939)François Hernandez
2020-11-16Update Library.ipynbFrançois Hernandez
2020-11-13Revert "remove bias parameter from generator linear (#1903)" (#1933)François Hernandez
2020-11-13enable GitHub Actions tests on pull_request (#1932)François Hernandez
2020-11-12Delete github_deploy_key_opennmt_opennmt_py.enc (#1929)François Hernandez
2020-11-10Bump 2.0.0rc2 (#1926)2.0.0rc2François Hernandez
2020-11-10Setup Github Actions to replace Travis CI (#1924)François Hernandez
2020-11-10fix missing vocabs in Transform.warm_up (#1925)Linxiao ZENG
2020-11-02fix keyword arg error (#1915)Linxiao ZENG