bhavnicksm
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ tags:
|
|
21 |
|
22 |
The beetle series of models are made as good starting points for Static Embedding training (via TokenLearn or Fine-tuning), as well as decent Static Embedding models. Each beetle model is made to be an improvement over the original **M2V_base_output** model in some way, and that's the threshold we set for each model (except the brown beetle series, which is the original model).
|
23 |
|
24 |
-
This model has been distilled from bge-base-en-v1.5
|
25 |
|
26 |
> [!NOTE]
|
27 |
> The brown beetle series is made for convinience in loading and using the model instead of having to run it, though it is pretty fast to reproduce anyways. If you want to use the original model by the folks from the Minish Lab, you can use the **M2V_base_output** model.
|
|
|
21 |
|
22 |
The beetle series of models are made as good starting points for Static Embedding training (via TokenLearn or Fine-tuning), as well as decent Static Embedding models. Each beetle model is made to be an improvement over the original **M2V_base_output** model in some way, and that's the threshold we set for each model (except the brown beetle series, which is the original model).
|
23 |
|
24 |
+
This model has been distilled from `baai/bge-base-en-v1.5`, without using PCA or Zipf.
|
25 |
|
26 |
> [!NOTE]
|
27 |
> The brown beetle series is made for convinience in loading and using the model instead of having to run it, though it is pretty fast to reproduce anyways. If you want to use the original model by the folks from the Minish Lab, you can use the **M2V_base_output** model.
|