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-09-22put back proper flake8 checksfix_flakeFrançois Hernandez
2021-09-20fix pos encoding error + target prefixing error in LM decoding (#2099)Valentin Berkes
2021-09-17Remove environment markers for pyonmttok package (#2101)Guillaume Klein
2021-09-16fix a bug which results in wrong indices in reader (#2100)MoonFighter
2021-09-14Bump 2.2.0 (#2096)2.2.0François Hernandez
2021-09-09Source features support for V2.0 (#2090)anderleich
2021-08-23Set position_encoding to True in transformer example config. (#2087)BrightXiaoHan
2021-07-28Better sampling and relax dependency (#2082)Linxiao ZENG
2021-06-16Update CTranslate2 usage for 2.0 (#2071)Guillaume Klein
2021-05-07customizable transform statistics (#2059)Linxiao ZENG
2021-04-30Bump 2.1.2 (#2057)2.1.2François Hernandez
2021-04-30Fix update_vocab for LM (#2056)Valentin Berkes
2021-04-30Update quickstart.mdFrançois Hernandez
2021-04-30Update quickstart.mdFrançois Hernandez
2021-04-30Bump 2.1.1 (#2055)2.1.1François Hernandez
2021-04-30Add more checks before converting checkpoints to CTranslate2 (#2053)Guillaume Klein
2021-04-29fix dead lock when dump samples with filter (#2052)Linxiao ZENG
2021-04-26Add some transforms unittest (#2049)Linxiao ZENG
2021-04-21Update "Validation files" example (#2046)David Allison
2021-04-16Force docutils <0.17 which breaks docs generation (#2044)François Hernandez
2021-04-16Update no longer supported short sha in release action2.1.0François Hernandez
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