tehranixyz commited on
Commit
4339742
·
verified ·
1 Parent(s): 6cfd1e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ license: apache-2.0
7
  ## Pushing the Boundaries of Unsupervised Code Translation for Parallel Programming ([📃Paper](https://arxiv.org/abs/2410.20527), [🔗Website](https://coderosetta.com/)).
8
 
9
 
10
- CodeRosetta is an EncoderDecoder translation model. It supports the translation of C++, CUDA, and Fortran.
11
  This version of the model is fine-tuned for **C++ to CUDA translation.**
12
 
13
  ### How to use
 
7
  ## Pushing the Boundaries of Unsupervised Code Translation for Parallel Programming ([📃Paper](https://arxiv.org/abs/2410.20527), [🔗Website](https://coderosetta.com/)).
8
 
9
 
10
+ CodeRosetta is an EncoderDecoder translation model. It supports the translation of C++, CUDA, and Fortran. \
11
  This version of the model is fine-tuned for **C++ to CUDA translation.**
12
 
13
  ### How to use