Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ The dataset includes **102 million** research works, with English-language title
|
|
28 |
## 🧠 Embeddings
|
29 |
|
30 |
- **Model**: [Stella V5 1.5B]([https://huggingface.co/) (bfloat16 precision)
|
31 |
-
- **Embedding Prompt**: Title: {title}[SEP] Abstract: {abstract}
|
32 |
|
33 |
- **Output**: Dense embeddings suitable for semantic search and large-scale information retrieval.
|
34 |
|
|
|
28 |
## 🧠 Embeddings
|
29 |
|
30 |
- **Model**: [Stella V5 1.5B]([https://huggingface.co/) (bfloat16 precision)
|
31 |
+
- **Embedding Prompt**: Title: {title}\n[SEP] Abstract: {abstract}
|
32 |
|
33 |
- **Output**: Dense embeddings suitable for semantic search and large-scale information retrieval.
|
34 |
|