File size: 434 Bytes
88558f5
 
cf64668
 
 
88558f5
cf64668
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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)