brittlewis12 commited on
Commit
9154bd8
1 Parent(s): 4bab55f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: m-a-p/OpenCodeInterpreter-DS-1.3B
3
+ inference: false
4
+ language:
5
+ - en
6
+ license: apache-2.0
7
+ license_link: https://github.com/OpenCodeInterpreter/OpenCodeInterpreter/blob/main/LICENSE
8
+ model_creator: m-a-p
9
+ model_name: OpenCodeInterpreter-DS-1.3B
10
+ model_type: llama
11
+ pipeline_tag: text-generation
12
+ tags:
13
+ - code
14
+ quantized_by: brittlewis12
15
+
16
+ ---
17
+
18
+ <img width="1000px" alt="OpenCodeInterpreter" src="https://opencodeinterpreter.github.io/static/images/figure1.png">
19
+ <hr>
20
+
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
+ # OpenCodeInterpreter-DS-1.3B GGUF
25
+
26
+ **Original model**: [OpenCodeInterpreter-DS-1.3B](https://huggingface.co/m-a-p/OpenCodeInterpreter-DS-1.3B)
27
+
28
+ **Model creator**: [Multimodal Art Projection Research Community](https://huggingface.co/m-a-p)
29
+
30
+ This repo contains GGUF format model files for Multimodal Art Projection Research Community (M-A-P)’s OpenCodeInterpreter-DS-1.3B.
31
+
32
+ > The introduction of large language models has significantly advanced code generation. However, open-source models often lack the execution capabilities and iterative refinement of advanced systems like the GPT-4 Code Interpreter. To address this, we introduce OpenCodeInterpreter, a family of open-source code systems designed for generating, executing, and iteratively refining code. Supported by Code-Feedback, a dataset featuring 68K multi-turn interactions, OpenCodeInterpreter integrates execution and human feedback for dynamic code refinement. Our comprehensive evaluation of OpenCodeInterpreter across key benchmarks such as HumanEval, MBPP, and their enhanced versions from EvalPlus reveals its exceptional performance. Notably, OpenCodeInterpreter-33B achieves an accuracy of 83.2 (76.4) on the average (and plus versions) of HumanEval and MBPP, closely rivaling GPT-4's 84.2 (76.2) and further elevates to 91.6 (84.6) with synthesized human feedback from GPT-4. OpenCodeInterpreter brings the gap between open-source code generation models and proprietary systems like GPT-4 Code Interpreter.
33
+
34
+ Learn more on M-A-P’s [Model page](https://opencodeinterpreter.github.io/).
35
+
36
+ ### What is GGUF?
37
+
38
+ GGUF is a file format for representing AI models. It is the third version of the format, introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
39
+ Converted using llama.cpp build 2276 (revision [b11a93d](https://github.com/ggerganov/llama.cpp/commit/b11a93df41921846a10628a7c306d5c82a549939))
40
+
41
+ ### Prompt template
42
+
43
+ ```
44
+ <|User|>
45
+ {{prompt}}
46
+
47
+ <|Assistant|>
48
+
49
+ ```
50
+
51
+ ---
52
+
53
+ ## Download & run with [cnvrs](https://twitter.com/cnvrsai) on iPhone, iPad, and Mac!
54
+
55
+ ![cnvrs.ai](https://pbs.twimg.com/profile_images/1744049151241797632/0mIP-P9e_400x400.jpg)
56
+
57
+ [cnvrs](https://testflight.apple.com/join/sFWReS7K) is the best app for private, local AI on your device:
58
+ - create & save **Characters** with custom system prompts & temperature settings
59
+ - download and experiment with any **GGUF model** you can [find on HuggingFace](https://huggingface.co/models?library=gguf)!
60
+ - make it your own with custom **Theme colors**
61
+ - powered by Metal ⚡️ & [Llama.cpp](https://github.com/ggerganov/llama.cpp), with **haptics** during response streaming!
62
+ - **try it out** yourself today, on [Testflight](https://testflight.apple.com/join/sFWReS7K)!
63
+ - follow [cnvrs on twitter](https://twitter.com/cnvrsai) to stay up to date
64
+
65
+ ---