Skip to content

Commit 068b90a

Browse files
authored
models(gallery): add opencoder-1.5b instruct and base (#4102)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 0586fe2 commit 068b90a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

gallery/index.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,34 @@
3737
- filename: OpenCoder-8B-Instruct.Q4_K_M.gguf
3838
sha256: ae642656f127e339fcb9566e6039a73cc55d34e3bf59e067d58ad40742f49f00
3939
uri: huggingface://QuantFactory/OpenCoder-8B-Instruct-GGUF/OpenCoder-8B-Instruct.Q4_K_M.gguf
40+
- !!merge <<: *opencoder
41+
name: "opencoder-1.5b-base"
42+
urls:
43+
- https://huggingface.co/infly/OpenCoder-1.5B-Base
44+
- https://huggingface.co/QuantFactory/OpenCoder-1.5B-Base-GGUF
45+
description: |
46+
The model is a large language model with 1.5 billion parameters, trained on 2.5 trillion tokens of code-related data. It supports both English and Chinese languages and is part of the OpenCoder LLM family which also includes 8B base and chat models. The model achieves high performance across multiple language model benchmarks and is one of the most comprehensively open-sourced models available.
47+
overrides:
48+
parameters:
49+
model: OpenCoder-1.5B-Base.Q4_K_M.gguf
50+
files:
51+
- filename: OpenCoder-1.5B-Base.Q4_K_M.gguf
52+
sha256: fb69a2849971b69f3fa1e64a17d1e4d3e1d0d3733d43ae8645299d07ab855af5
53+
uri: huggingface://QuantFactory/OpenCoder-1.5B-Base-GGUF/OpenCoder-1.5B-Base.Q4_K_M.gguf
54+
- !!merge <<: *opencoder
55+
name: "opencoder-1.5b-instruct"
56+
url: "github:mudler/LocalAI/gallery/hermes-2-pro-mistral.yaml@master"
57+
urls:
58+
- https://huggingface.co/QuantFactory/OpenCoder-1.5B-Instruct-GGUF
59+
description: |
60+
The model is a quantized version of [infly/OpenCoder-1.5B-Instruct](https://huggingface.co/infly/OpenCoder-1.5B-Instruct) created using llama.cpp. The original model, infly/OpenCoder-1.5B-Instruct, is an open and reproducible code LLM family which includes 1.5B and 8B base and chat models, supporting both English and Chinese languages. The model is pretrained on 2.5 trillion tokens composed of 90% raw code and 10% code-related web data, and supervised finetuned on over 4.5M high-quality SFT examples. It achieves high performance across multiple language model benchmarks, positioning it among the leading open-source models for code.
61+
overrides:
62+
parameters:
63+
model: OpenCoder-1.5B-Instruct.Q4_K_M.gguf
64+
files:
65+
- filename: OpenCoder-1.5B-Instruct.Q4_K_M.gguf
66+
sha256: a34128fac79e05a3a92c3fd2245cfce7c3876c60241ec2565c24e74b36f48d56
67+
uri: huggingface://QuantFactory/OpenCoder-1.5B-Instruct-GGUF/OpenCoder-1.5B-Instruct.Q4_K_M.gguf
4068
- &granite3
4169
name: "granite-3.0-1b-a400m-instruct"
4270
urls:

0 commit comments

Comments
 (0)