opencoder / README.md
Minh141120's picture
Update README.md
3c86525 verified
|
raw
history blame
1.25 kB
metadata
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 cortex run opencoder:8b

Use it with Jan (UI)

  1. Install Jan using Quickstart
  2. Use in Jan model Hub:
    cortexhub/opencoder
    

Use it with Cortex (CLI)

  1. Install Cortex using Quickstart
  2. Run the model with command:
    cortex run opencoder
    

Credits

  • Author: inftech.ai
  • Converter: [Homebrew]
  • Original License: Licence
  • Papers: Paper