Atefeh Sohrabizadeh
commited on
Commit
·
6340e30
1
Parent(s):
cfff837
updated readme
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Introduction
|
2 |
|
3 |
The NV-EmbedCode model is a 7B Mistral-based embedding model optimized for code retrieval, supporting text, code, and hybrid queries.
|
|
|
1 |
+
---
|
2 |
+
language: []
|
3 |
+
library_name: sentence-transformers
|
4 |
+
pipeline_tag: sentence-similarity
|
5 |
+
license: apache-2.0
|
6 |
+
tags:
|
7 |
+
- swe-bench
|
8 |
+
- sentence-transformers
|
9 |
+
- sentence-similarity
|
10 |
+
- feature-extraction
|
11 |
+
- code-similarity
|
12 |
+
- code-retrieval
|
13 |
+
- code-search
|
14 |
+
- code-explanation
|
15 |
+
widget: []
|
16 |
+
---
|
17 |
+
|
18 |
## Introduction
|
19 |
|
20 |
The NV-EmbedCode model is a 7B Mistral-based embedding model optimized for code retrieval, supporting text, code, and hybrid queries.
|