From 1593c3d8cff0533bcb754b616a7f361a64f66b3b Mon Sep 17 00:00:00 2001 From: pathum25 Date: Thu, 16 Jul 2026 01:00:25 +0800 Subject: [PATCH 1/2] Fix GitHub link and typo in README.md Updated the CodeTrans GitHub link and corrected a typo in the paper reference. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc02d24..abc949c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-[CodeTrans](https://github.com/agemagician/CodeTrans/) is providing **state of the art pre-trained models for source code**. CodeTrans was trained on **several Nvidia RTX 8000 GPUs** and **couple of Google TPUs** using various **State of the Art Transformers Models**. +[CodeTrans](https://github.com/pathum25/CodeTrans/) is providing **state of the art pre-trained models for source code**. CodeTrans was trained on **several Nvidia RTX 8000 GPUs** and **couple of Google TPUs** using various **State of the Art Transformers Models**. -Take a look into our paper [CodeTrans: Towards Cracking the Language of Silicon's Code Through Self-Supervised Deep Learning and High Performance Computing](https://arxiv.org/abs/2104.02443) for more information about our work. +Take a look into our paper [CodeTrans: Towards Cracking the Language of Silicon's Code Through Self-Supervised Deep Learning and High Performance Computing](https://arxiv.org/abs/2104.02443)pathum25 for more information about our work.

From 7b124a8c054c842d6f51e5019028afdeb4f5a0e8 Mon Sep 17 00:00:00 2001 From: pathum25 Date: Thu, 16 Jul 2026 01:02:09 +0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abc949c..6b5917b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-[CodeTrans](https://github.com/pathum25/CodeTrans/) is providing **state of the art pre-trained models for source code**. CodeTrans was trained on **several Nvidia RTX 8000 GPUs** and **couple of Google TPUs** using various **State of the Art Transformers Models**. +[CodeTrans](https://github.com/agemagician/CodeTrans/) is providing **state of the art pre-trained models for source code**. CodeTrans was trained on **several Nvidia RTX 8000 GPUs** and **couple of Google TPUs** using various **State of the Art Transformers Models**. Take a look into our paper [CodeTrans: Towards Cracking the Language of Silicon's Code Through Self-Supervised Deep Learning and High Performance Computing](https://arxiv.org/abs/2104.02443)pathum25 for more information about our work.