初始化项目,由ModelHub XC社区提供模型

Model: cortexso/opencoder
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-20 01:50:13 +08:00
commit 8a8c42d2bb
15 changed files with 168 additions and 0 deletions

39
README.md Normal file
View File

@@ -0,0 +1,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](https://homebrew.ltd/)
- **Original License:** [Licence](https://huggingface.co/infly/OpenCoder-8B-Instruct/blob/main/LICENSE)
- **Papers:** [Paper](https://arxiv.org/abs/2411.04905)