{"id":26047798,"url":"https://github.com/thisisnotjustin/deng","last_synced_at":"2026-05-19T02:06:57.454Z","repository":{"id":281154912,"uuid":"944303131","full_name":"ThisIsNotJustin/deng","owner":"ThisIsNotJustin","description":"Transformer Architecture for translation between English and Dutch","archived":false,"fork":false,"pushed_at":"2025-03-07T08:52:47.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T23:46:22.497Z","etag":null,"topics":["machine-learning","python","pytorch"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThisIsNotJustin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-07T05:45:58.000Z","updated_at":"2025-03-08T10:50:30.000Z","dependencies_parsed_at":"2025-03-07T09:37:20.426Z","dependency_job_id":"7bd66529-05c6-4e55-8819-563cb7896802","html_url":"https://github.com/ThisIsNotJustin/deng","commit_stats":null,"previous_names":["thisisnotjustin/deng"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThisIsNotJustin/deng","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsNotJustin%2Fdeng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsNotJustin%2Fdeng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsNotJustin%2Fdeng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsNotJustin%2Fdeng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThisIsNotJustin","download_url":"https://codeload.github.com/ThisIsNotJustin/deng/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsNotJustin%2Fdeng/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264192262,"owners_count":23570743,"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","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":["machine-learning","python","pytorch"],"created_at":"2025-03-07T23:14:00.515Z","updated_at":"2026-05-19T02:06:57.420Z","avatar_url":"https://github.com/ThisIsNotJustin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deng (Dutch - English)\n\nPyTorch implementation of a Transformer model for translation between English and Dutch.\n\n## Features\n\n- Bidirectional translation\n- Transformer Architecture\n- Tokenization\n- Early Stop and Model Checkpoints\n- CUDA support\n\n## Project Structure\n\n```\ndeng/\n│\n├── deng.py          # Main training module\n├── test.py          # Testing and inference module\n├── eng-dutch.tsv    # Training data\n└── checkpoint/      # Saved model checkpoints\n```\n\n## Usage\n\n### Training\n\nTo train the model:\n\n```bash\npython deng.py\n```\n\nThe model will be saved automatically in the `checkpoint` directory when the validation loss improves.\n\n### Testing\n\nTo test the trained model:\n\n```bash\npython test.py\n```\n\n## Dataset\n\nThe model is trained on the Tatoeba English-Dutch dataset stored in TSV format with the following columns:\n- eng_id: English sentence ID\n- eng: English sentence\n- d_id: Dutch sentence ID\n- dutch: Dutch sentence\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisnotjustin%2Fdeng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisisnotjustin%2Fdeng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisnotjustin%2Fdeng/lists"}