--- license: apache-2.0 pipeline_tag: text-generation tags: - code --- # Introduction The model is primarily designed for translating Fortran code into C++ code. It is based on the deepseek-ai/deepseek-coder-33b-instruct model. Fine-tuned on a customized Fortran to C++ translation dataset. # Model Inference The code for inference and Web demo is shown in the github: [Fortran2Cpp](https://github.com/bin123apple/Fortran2Cpp)