opencoder / README.md
Minh141120's picture
Update README.md
3c86525 verified
|
raw
history blame
1.25 kB
---
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)