File size: 1,251 Bytes
2a10b74
 
0c6968b
 
 
2a10b74
 
 
 
0c6968b
2a10b74
 
 
 
 
76532bb
2a10b74
 
 
 
 
0c6968b
 
2a10b74
 
 
 
 
 
0c6968b
2a10b74
 
 
 
 
0c6968b
2a10b74
3c86525
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
license: other
pipeline_tag: text-generation
tags:
- cortex.cpp
---

## Overview

OpenCoder is an open and reproducible code LLM family, featuring 1.5B and 8B base and chat models that support both English and Chinese languages. Built from scratch, OpenCoder is pretrained on 2.5 trillion tokens, composed of 90% raw code and 10% code-related web data. It undergoes supervised fine-tuning (SFT) with over 4.5 million high-quality examples, achieving performance on par with top-tier code LLMs

## Variants

| No | Variant | Cortex CLI command |
| --- | --- | --- |
| 1 | [Opencoder-8b](https://huggingface.co/cortexso/opencoder/tree/8b) | `cortex run opencoder:8b` |

## Use it with Jan (UI)

1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
2. Use in Jan model Hub:
    ```bash
    cortexhub/opencoder
    ```

## Use it with Cortex (CLI)

1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
2. Run the model with command:
    ```bash
    cortex run opencoder
    ```
    
## Credits

- **Author:** inftech.ai
- **Converter:** [Homebrew]
- **Original License:** [Licence](https://huggingface.co/infly/OpenCoder-8B-Instruct/blob/main/LICENSE)
- **Papers:** [Paper](https://arxiv.org/abs/2411.04905)