File size: 434 Bytes
d46a3b5
b3168a2
d46a3b5
 
 
c89c3ee
 
 
 
 
 
 
 
ffc8f5d
c89c3ee
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)