Stephen-SMJ commited on
Commit
4a8f15d
·
verified ·
1 Parent(s): 318fa8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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