Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ base_model: sentence-transformers/all-MiniLM-L6-v2
|
|
| 14 |
|
| 15 |
# DARE: Distribution-Aware Retrieval for R Functions
|
| 16 |
|
| 17 |
-
DARE (Distribution-Aware Retrieval) is a specialized bi-encoder model designed to retrieve statistical and data analysis tools (R functions) based on **both natural language user queries and underlying data constraints** (data profiles).
|
| 18 |
|
| 19 |
It is fine-tuned from `sentence-transformers/all-MiniLM-L6-v2` to serve as a high-precision tool retrieval module for Large Language Model (LLM) Agents in automated data science workflows.
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |
# DARE: Distribution-Aware Retrieval for R Functions
|
| 16 |
|
| 17 |
+
DARE (Distribution-Aware Retrieval Embedding) is a specialized bi-encoder model designed to retrieve statistical and data analysis tools (R functions) based on **both natural language user queries and underlying data constraints** (data profiles).
|
| 18 |
|
| 19 |
It is fine-tuned from `sentence-transformers/all-MiniLM-L6-v2` to serve as a high-precision tool retrieval module for Large Language Model (LLM) Agents in automated data science workflows.
|
| 20 |
|