Update metadata: Add library_name to Transformers
Browse files
README.md
CHANGED
@@ -2003,6 +2003,7 @@ model-index:
|
|
2003 |
language:
|
2004 |
- en
|
2005 |
license: cc-by-nc-4.0
|
|
|
2006 |
---
|
2007 |
## Introduction
|
2008 |
We present NV-Embed-v2, a generalist embedding model that ranks No. 1 on the Massive Text Embedding Benchmark ([MTEB benchmark](https://huggingface.co/spaces/mteb/leaderboard))(as of Aug 30, 2024) with a score of 72.31 across 56 text embedding tasks. It also holds the No. 1 in the retrieval sub-category (a score of 62.65 across 15 tasks) in the leaderboard, which is essential to the development of RAG technology.
|
|
|
2003 |
language:
|
2004 |
- en
|
2005 |
license: cc-by-nc-4.0
|
2006 |
+
library_name: transformers
|
2007 |
---
|
2008 |
## Introduction
|
2009 |
We present NV-Embed-v2, a generalist embedding model that ranks No. 1 on the Massive Text Embedding Benchmark ([MTEB benchmark](https://huggingface.co/spaces/mteb/leaderboard))(as of Aug 30, 2024) with a score of 72.31 across 56 text embedding tasks. It also holds the No. 1 in the retrieval sub-category (a score of 62.65 across 15 tasks) in the leaderboard, which is essential to the development of RAG technology.
|