Embeddings used for the [MTEB Arena](https://huggingface.co/spaces/mteb/arena). You can download this repo via ``` git clone https://hf.co/datasets/mteb/arena_emb_stackexchange cd arena_emb_stackexchange git lfs pull ``` or just download individual files, e.g. `wget https://hf.co/datasets/mteb/arena_emb_stackexchange/resolve/main/emb_stackexchange_GritLM__GritLM-7B.json.aa` As there is an upload limit of 50GB per file, we have split files using e.g. `split --number=l/6 emb_stackexchange_GritLM__GritLM-7B.json emb_stackexchange_GritLM__GritLM-7B.json.`. To recreate the original file simply do `cat emb_stackexchange_GritLM__GritLM-7B.json.* > emb_stackexchange_GritLM__GritLM-7B.json` after downloading the necessary files.