Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Commit History
Message Author SHA1 Date
Fix tests   Myle Ott 6 years ago
remove completed sentences from batch   Alexei Baevski 6 years ago
Add FP16 support   Myle Ott 6 years ago
Fix batching during generation   Myle Ott 6 years ago
Improve dataloader speed and deprecate concept of batch_offset (use --sample-without-replacement instead)   Myle Ott 6 years ago
better batching   Sergey Edunov 6 years ago
Remove Google batching stategy (it's not needed)   Myle Ott 6 years ago
Add Transformer model   Myle Ott 6 years ago
Merge internal changes (#136)   Myle Ott 6 years ago
Allow more flexible pre-processing and generation (#227)   Sergey Edunov 6 years ago
fairseq-py goes distributed (#106)   Myle Ott 6 years ago
Better warning message for inputs that are too long   Myle Ott 6 years ago
Streamline data formatting utils   Myle Ott 6 years ago
Add support for sharded generation   Myle Ott 6 years ago
Remove Python 3.6 format strings (fixes #55)   Myle Ott 6 years ago
Replace unk with original string   Louis Martin 6 years ago
Loop over evaluation dataloader in descending order   Myle Ott 6 years ago
Add --max-sentence option for batching based on # sentences   Myle Ott 6 years ago
Fix flake8 lint   Myle Ott 6 years ago
Improvements to data loader   Myle Ott 6 years ago
Left pad source and right pad target   Myle Ott 6 years ago
Support different max_source_positions and max_target_positions   Myle Ott 6 years ago
Refactor model definitions   Myle Ott 6 years ago
Add `--curriculum` option   Myle Ott 6 years ago
Fix language inference in generate.py   Myle Ott 6 years ago
Fix flake8 warnings   Louis Martin 6 years ago
Ignore invalid sentences in test and valid   Sergey Edunov 6 years ago
Don't generate during training, add --quiet to generate.py   Sergey Edunov 6 years ago
Refactor PaddingCollater   Myle Ott 6 years ago
Issue #2, Checking size attribute of dst when dst is None   Sergey Edunov 6 years ago