Update README.md
Browse files
README.md
CHANGED
@@ -1,35 +1,39 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Overview
|
6 |
|
|
|
7 |
|
8 |
## Variants
|
9 |
|
10 |
| No | Variant | Cortex CLI command |
|
11 |
| --- | --- | --- |
|
12 |
-
| 1 | [gguf] | `cortex run ` |
|
13 |
|
14 |
## Use it with Jan (UI)
|
15 |
|
16 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
17 |
2. Use in Jan model Hub:
|
18 |
-
```
|
19 |
-
cortexhub/
|
20 |
```
|
21 |
|
22 |
## Use it with Cortex (CLI)
|
23 |
|
24 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
25 |
2. Run the model with command:
|
26 |
-
```
|
27 |
cortex run opencoder
|
28 |
```
|
29 |
|
30 |
## Credits
|
31 |
|
32 |
-
- **Author:**
|
33 |
- **Converter:** [Homebrew]
|
34 |
- **Original License:** [Licence]
|
35 |
- **Papers:** [Paper]
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
tags:
|
5 |
+
- cortex.cpp
|
6 |
---
|
7 |
|
8 |
## Overview
|
9 |
|
10 |
+
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
|
11 |
|
12 |
## Variants
|
13 |
|
14 |
| No | Variant | Cortex CLI command |
|
15 |
| --- | --- | --- |
|
16 |
+
| 1 | [gguf](https://huggingface.co/cortexso/opencoder/tree/main) | `cortex run opencoder` |
|
17 |
|
18 |
## Use it with Jan (UI)
|
19 |
|
20 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
21 |
2. Use in Jan model Hub:
|
22 |
+
```bash
|
23 |
+
cortexhub/opencoder
|
24 |
```
|
25 |
|
26 |
## Use it with Cortex (CLI)
|
27 |
|
28 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
29 |
2. Run the model with command:
|
30 |
+
```bash
|
31 |
cortex run opencoder
|
32 |
```
|
33 |
|
34 |
## Credits
|
35 |
|
36 |
+
- **Author:** inftech.ai
|
37 |
- **Converter:** [Homebrew]
|
38 |
- **Original License:** [Licence]
|
39 |
- **Papers:** [Paper]
|