{"id":20259618,"url":"https://github.com/nrc-cnrc/sockeye-multisource","last_synced_at":"2025-07-27T10:18:18.965Z","repository":{"id":53533046,"uuid":"195278863","full_name":"nrc-cnrc/sockeye-multisource","owner":"nrc-cnrc","description":"Multi-source version of the Sockeye sequence-to-sequence framework for Neural Machine Translation — Version multi-source de Sockeye, le cadre séquence-à-séquence pour la traduction automatique neuronale","archived":false,"fork":false,"pushed_at":"2024-07-10T12:49:21.000Z","size":3120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"multisource.enc_attn","last_synced_at":"2025-03-03T18:47:31.042Z","etag":null,"topics":["nmt","sockeye","transformer"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nrc-cnrc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-04T17:19:45.000Z","updated_at":"2024-07-10T12:49:21.000Z","dependencies_parsed_at":"2025-01-14T04:12:35.652Z","dependency_job_id":"a43b121f-ad44-4ac2-8845-6dedfe0d95f0","html_url":"https://github.com/nrc-cnrc/sockeye-multisource","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nrc-cnrc/sockeye-multisource","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrc-cnrc%2Fsockeye-multisource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrc-cnrc%2Fsockeye-multisource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrc-cnrc%2Fsockeye-multisource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrc-cnrc%2Fsockeye-multisource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nrc-cnrc","download_url":"https://codeload.github.com/nrc-cnrc/sockeye-multisource/tar.gz/refs/heads/multisource.enc_attn","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrc-cnrc%2Fsockeye-multisource/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267342620,"owners_count":24071943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nmt","sockeye","transformer"],"created_at":"2024-11-14T11:15:39.899Z","updated_at":"2025-07-27T10:18:18.912Z","avatar_url":"https://github.com/nrc-cnrc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sockeye\n\n[![PyPI version](https://badge.fury.io/py/sockeye.svg)](https://badge.fury.io/py/sockeye)\n[![GitHub license](https://img.shields.io/github/license/awslabs/sockeye.svg)](https://github.com/awslabs/sockeye/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/awslabs/sockeye.svg)](https://github.com/awslabs/sockeye/issues)\n[![Build Status](https://travis-ci.org/awslabs/sockeye.svg?branch=master)](https://travis-ci.org/awslabs/sockeye)\n[![Documentation Status](https://readthedocs.org/projects/sockeye/badge/?version=latest)](http://sockeye.readthedocs.io/en/latest/?badge=latest)\n\nThis package contains the Sockeye project, a sequence-to-sequence framework for Neural Machine Translation based on Apache MXNet (Incubating).\nIt implements state-of-the-art encoder-decoder architectures, such as:\n\n- Deep Recurrent Neural Networks with Attention [[Bahdanau, '14](https://arxiv.org/abs/1409.0473)]\n- Transformer Models with self-attention [[Vaswani et al, '17](https://arxiv.org/abs/1706.03762)]\n- Fully convolutional sequence-to-sequence models [[Gehring et al, '17](https://arxiv.org/abs/1705.03122)]\n\nIn addition, it provides an experimental [image-to-description module](https://github.com/awslabs/sockeye/tree/master/sockeye/image_captioning) that can be used for image captioning.\nRecent developments and changes are tracked in our [CHANGELOG](https://github.com/awslabs/sockeye/blob/master/CHANGELOG.md).\n\nIf you have any questions or discover problems, please [file an issue](https://github.com/awslabs/sockeye/issues/new).\nYou can also send questions to *sockeye-dev-at-amazon-dot-com*.\n\n## Documentation\n\nFor information on how to use Sockeye, please visit [our documentation](https://awslabs.github.io/sockeye/).\nDevelopers may be interested in our [developer guidelines](https://awslabs.github.io/sockeye/development.html).\n\n## Citation\n\nFor technical information about Sockeye, see our paper on the arXiv ([BibTeX](sockeye.bib)):\n\n\u003e Felix Hieber, Tobias Domhan, Michael Denkowski, David Vilar, Artem Sokolov, Ann Clifton and Matt Post. 2017.\n\u003e [Sockeye: A Toolkit for Neural Machine Translation](https://arxiv.org/abs/1712.05690). ArXiv e-prints.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrc-cnrc%2Fsockeye-multisource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnrc-cnrc%2Fsockeye-multisource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrc-cnrc%2Fsockeye-multisource/lists"}