bin123apple
commited on
Commit
·
c89c3ee
1
Parent(s):
d46a3b5
update README
Browse files
README.md
CHANGED
@@ -3,4 +3,13 @@ license: mit
|
|
3 |
pipeline_tag: text-generation
|
4 |
tags:
|
5 |
- code
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
pipeline_tag: text-generation
|
4 |
tags:
|
5 |
- code
|
6 |
+
---
|
7 |
+
# Introduction
|
8 |
+
|
9 |
+
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.
|
10 |
+
|
11 |
+
|
12 |
+
# Model Inference
|
13 |
+
|
14 |
+
The code for inference and Web demo is shown in the github: [F2C-Translator](https://github.com/bin123apple/F2C-Translator)
|
15 |
+
|