Upload dataset
Browse files# This is comes from the MEDI data published with the paper "One Embedder, Any Task: Instruction-Finetuned Text Embeddings" [https://github.com/xlang-ai/instructor-embedding]
## Download the data raw data
```Bash
pip install gdown
gdown --id 1vZ5c2oJNonGOvXzppNg5mHz24O6jcc52 -O medi-data.zip
unzip medi-data.zip
```