Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
base_model:
|
3 |
- Qwen/Qwen2.5-Coder-0.5B
|
|
|
4 |
---
|
5 |
|
6 |
<br><br>
|
@@ -20,7 +21,7 @@ base_model:
|
|
20 |
The model supports various types of code retrieval (text-to-code, code-to-code, code-to-text, code-to-completion) and technical question answering across 15+ programming languages.
|
21 |
|
22 |
|
23 |
-
Built on [Qwen/Qwen2.5-Coder-0.5B](https://huggingface.co/Qwen/Qwen2.5-Coder-0.5B), `jina-embeddings-c1` features:
|
24 |
|
25 |
- **Multilingual support** (15+ programming languages) and compatibility with a wide range of domains, including web development, software development, machine learning, data science, and educational coding problems.
|
26 |
- **Task-specific instruction prefixes** for NL2Code, Code2Code, Code2NL, Code2Completion, and Technical QA, which can be selected at inference time.
|
@@ -29,7 +30,7 @@ Built on [Qwen/Qwen2.5-Coder-0.5B](https://huggingface.co/Qwen/Qwen2.5-Coder-0.5
|
|
29 |
|
30 |
Summary of features:
|
31 |
|
32 |
-
| Feature | Jina Embeddings C1
|
33 |
|------------|------------|
|
34 |
| Base Model | Qwen2.5-Coder-0.5B |
|
35 |
| Supported Tasks | `nl2code`, `code2code`, `code2nl`, `code2completion`, `qa` |
|
|
|
1 |
---
|
2 |
base_model:
|
3 |
- Qwen/Qwen2.5-Coder-0.5B
|
4 |
+
license: cc-by-nc-4.0
|
5 |
---
|
6 |
|
7 |
<br><br>
|
|
|
21 |
The model supports various types of code retrieval (text-to-code, code-to-code, code-to-text, code-to-completion) and technical question answering across 15+ programming languages.
|
22 |
|
23 |
|
24 |
+
Built on [Qwen/Qwen2.5-Coder-0.5B](https://huggingface.co/Qwen/Qwen2.5-Coder-0.5B), `jina-embeddings-c1-0.5B` features:
|
25 |
|
26 |
- **Multilingual support** (15+ programming languages) and compatibility with a wide range of domains, including web development, software development, machine learning, data science, and educational coding problems.
|
27 |
- **Task-specific instruction prefixes** for NL2Code, Code2Code, Code2NL, Code2Completion, and Technical QA, which can be selected at inference time.
|
|
|
30 |
|
31 |
Summary of features:
|
32 |
|
33 |
+
| Feature | Jina Embeddings C1 0.5B |
|
34 |
|------------|------------|
|
35 |
| Base Model | Qwen2.5-Coder-0.5B |
|
36 |
| Supported Tasks | `nl2code`, `code2code`, `code2nl`, `code2completion`, `qa` |
|