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

github.com/OpenNMT/CTranslate2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-08Do not implicitly add the startoftranscript token (#980)Guillaume Klein
2022-11-07Rename WhisperModel to Whisper (#976)Guillaume Klein
2022-11-07Rename TranslatorPool -> Translator and GeneratorPool -> Generator (#969)Guillaume Klein
2022-11-04Remove options normalize_scores and allow_early_exit (#968)Guillaume Klein
2022-11-02Remove compatibility for reading the score result as a list (#966)Guillaume Klein
2022-11-02Integrate the Whisper model from OpenAI (#956)Guillaume Klein
2022-11-02Rename TranslationStats to ExecutionStats (#965)Guillaume Klein
2022-11-02Rename OpenNMTTFConverterV2 to OpenNMTTFConverter (#958)Guillaume Klein
2022-10-28Accept more input types in forward_batch method (#955)Guillaume Klein
2022-10-28Fix attribute name when checking if a weight is quantizable (#950)Guillaume Klein
2022-10-26Add method Generator.forward_batch to get the full model output (#949)Guillaume Klein
2022-10-26Add config.json file in the model directory (#948)Guillaume Klein
2022-10-25Expose StorageView in the Python module (#946)Guillaume Klein
2022-10-21Split Python tests into multiple files (#944)Guillaume Klein
2022-10-17Allow linear layers fusion when some layers don't have a bias (#935)Guillaume Klein
2022-09-26Raise error when input iterables do not have the same length (#919)Guillaume Klein
2022-09-02Improve support of restricted vocabulary in decoding (#904)Guillaume Klein
2022-08-31Add methods taking iterables as inputs (#901)Guillaume Klein
2022-08-30Return ScoringResult objects from score_batch and support async mode (#900)Guillaume Klein
2022-08-05Update Fairseq to 0.12.2 in Python tests (#895)Guillaume Klein
2022-08-03Skip translation when NLLB input is empty (#893)Guillaume Klein
2022-07-27Add support for NLLB multilingual models (#878)Guillaume Klein
2022-07-27Add conversion for Pegasus summarization models (#883)Guillaume Klein
2022-07-21Do not stop decoding when EOS is coming from the user input (#880)Guillaume Klein
2022-07-18Add conversion test for OpenNMT-py's transformer_lm (#874)Guillaume Klein
2022-07-15Fix linear layers fusion without bias (#871)Guillaume Klein
2022-07-13Keep test parameters close to the test caseGuillaume Klein
2022-07-06Remove <pad> token when converting MarianMT models (#865)Guillaume Klein
2022-07-05Fix asynchronous result state when a runtime exception is raised (#864)Guillaume Klein
2022-07-04Do not modify config passed to OpenNMTTFConverterV2.from_config (#863)Guillaume Klein
2022-06-30Prevent setting new attributes in layer specifications (#859)Guillaume Klein
2022-06-30Pin PyTorch version for the macOS Python tests (#856)Guillaume Klein
2022-06-23Add missing final layer norm in OPT model (#850)Guillaume Klein
2022-06-20Fix conversion of OpenNMT-tf V1 checkpoints with the new converter (#845)Guillaume Klein
2022-06-17Remove intermediate weight conversion to FP32 when possible (#839)Guillaume Klein
2022-06-13Add missing logits bias for some Transformers model (#833)Guillaume Klein
2022-06-07Support conversion of OpenNMT-tf decoder-only Transformer models (#821)Guillaume Klein
2022-06-03Fix crash of scoring methods on empty inputs (#819)Guillaume Klein
2022-05-25Reorder Python imports with isort (#812)Guillaume Klein
2022-05-17Support OPT models via the Transformers converter (#807)Guillaume Klein
2022-05-09Detect empty inputs with user special tokens (#801)Guillaume Klein
2022-05-06Add a converter for Hugging Face Transformers (#797)Guillaume Klein
2022-05-04Add new OpenNMT-tf converter for model instances (#795)Guillaume Klein
2022-04-27Initial support of language models (#778)Guillaume Klein
2022-03-24Allow converters to set the vocabulary special tokens (#748)Guillaume Klein
2022-03-18Save vocabulary with newline character \n on all platforms (#743)Guillaume Klein
2022-03-16Clarify error when no TensorFlow checkpoints are found in the directory (#741)Guillaume Klein
2022-03-15Fix scoring with Fairseq models (#737)Guillaume Klein
2022-03-15Improve correctness of the scoring output (#736)Guillaume Klein
2022-03-11Include BART and MBART in supported Fairseq architectures (#732)Guillaume Klein