Update README.md
Browse files
README.md
CHANGED
|
@@ -29,4 +29,5 @@ Run them directly with [llama.cpp](https://github.com/ggerganov/llama.cpp):
|
|
| 29 |
It is important to note that this model uses the mean pooling method, so the `--pooling` parameter needs to be specified as `mean` when invoking it.
|
| 30 |
|
| 31 |
Our tests on [LM Studio](https://lmstudio.ai/) have not yet been successful, and it is unclear whether this is related to the default pooling method used by LM Studio.
|
|
|
|
| 32 |
If any developers are familiar with how to specify the pooling method for embedding models in LM Studio, we welcome you to contact us for further discussion via the email: [email protected]
|
|
|
|
| 29 |
It is important to note that this model uses the mean pooling method, so the `--pooling` parameter needs to be specified as `mean` when invoking it.
|
| 30 |
|
| 31 |
Our tests on [LM Studio](https://lmstudio.ai/) have not yet been successful, and it is unclear whether this is related to the default pooling method used by LM Studio.
|
| 32 |
+
|
| 33 |
If any developers are familiar with how to specify the pooling method for embedding models in LM Studio, we welcome you to contact us for further discussion via the email: [email protected]
|