You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-10
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,3 @@
1
-
## My Personal Fork
2
-
3
-
This is a fork for the Instructor model becuase the original repository isn't kept up anymore. I've also made some improvements to their source code:
4
-
5
-
1) Fixing it to work with the ```sentence-transformers``` library above 2.2.2.
6
-
2) Properly download the models from huggingface using the new "snapshot download" API.
7
-
3) Ability to specify where you want the model donwloaded with the "cache_dir" parameter.
8
-
9
-
## What follows is the original repository's readme file. Ignore the quantization section, however, becuase pytorch has changed its API since then.
10
-
11
1
# One Embedder, Any Task: Instruction-Finetuned Text Embeddings
12
2
13
3
This repository contains the code and pre-trained models for our paper [One Embedder, Any Task: Instruction-Finetuned Text Embeddings](https://arxiv.org/abs/2212.09741). Please refer to our [project page](https://instructor-embedding.github.io/) for a quick project overview.
0 commit comments