Instructions to use ryandono/osgrep-coderank-q4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use ryandono/osgrep-coderank-q4 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('feature-extraction', 'ryandono/osgrep-coderank-q4');
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,9 +8,9 @@ tags:
|
|
| 8 |
- quantization
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# osgrep-coderank-
|
| 12 |
|
| 13 |
-
This model is a quantized
|
| 14 |
|
| 15 |
It is used as the primary dense retrieval model in **osgrep**.
|
| 16 |
|
|
|
|
| 8 |
- quantization
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# osgrep-coderank-q4
|
| 12 |
|
| 13 |
+
This model is a quantized Q4 version of [nomic-ai/CodeRankEmbed](https://huggingface.co/nomic-ai/CodeRankEmbed) export for use with `transformers.js`.
|
| 14 |
|
| 15 |
It is used as the primary dense retrieval model in **osgrep**.
|
| 16 |
|