Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,8 @@ tags:
|
|
21 |
## Introduction
|
22 |
OpenCodeInterpreter is a family of open-source code generation systems designed to bridge the gap between large language models and advanced proprietary systems like the GPT-4 Code Interpreter. It significantly advances code generation capabilities by integrating execution and iterative refinement functionalities.
|
23 |
|
|
|
|
|
24 |
## Model Usage
|
25 |
### Inference
|
26 |
|
|
|
21 |
## Introduction
|
22 |
OpenCodeInterpreter is a family of open-source code generation systems designed to bridge the gap between large language models and advanced proprietary systems like the GPT-4 Code Interpreter. It significantly advances code generation capabilities by integrating execution and iterative refinement functionalities.
|
23 |
|
24 |
+
For further information and related work, refer to our paper: ["OpenCodeInterpreter: A System for Enhanced Code Generation and Execution"](https://arxiv.org/abs/2402.14658) available on arXiv.
|
25 |
+
|
26 |
## Model Usage
|
27 |
### Inference
|
28 |
|