https://github.com/letruongzzio/vi-en-translation
https://github.com/letruongzzio/vi-en-translation
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/letruongzzio/vi-en-translation
- Owner: letruongzzio
- License: mit
- Created: 2025-02-08T07:21:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T13:17:02.000Z (8 months ago)
- Last Synced: 2025-05-16T13:11:28.806Z (5 months ago)
- Language: Jupyter Notebook
- Size: 50.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VI-EN Translation
1. The project writes code for training GRU, Transformer, BERT, GPT-2 and mBART-50 models to perform Vietnamese to English translation.
2. The data used in this project includes 2 sets:
- TED2020: [[README](https://github.com/letruongzzio/Vietnamese-Poem-Generation/blob/main/data/README)] [[LICENSE](https://github.com/letruongzzio/Vietnamese-Poem-Generation/blob/main/data/LICENSE)].
- PhoMT: [[PAPER](https://arxiv.org/pdf/2110.12199)]
```bibtex
@inproceedings{PhoMT,
title = {{PhoMT: A High-Quality and Large-Scale Benchmark Dataset for Vietnamese-English Machine Translation}},
author = {Long Doan and Linh The Nguyen and Nguyen Luong Tran and Thai Hoang and Dat Quoc Nguyen},
booktitle = {Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing},
year = {2021}
}
```3. Note that this repository is for reference purposes only as there may be some errors with the {`..._DIR`} path. Also, consult [`requirements.txt`](https://github.com/letruongzzio/Vietnamese-Poem-Generation/blob/main/requirements.txt) to install the correct version of the library used:
```bash
pip install -r requirements.txt
```4. Contributions are welcome. Please create a pull request to contribute to this project and help improve the Vietnamese-English translation model. If you have any questions, please contact me at [lephutruong.2210@gmail.com](mailto:).
5. The project is licensed under the MIT License. See [LICENSE](https://github.com/letruongzzio/Vietnamese-Poem-Generation/blob/main/LICENSE).