Instructions to use mozilla-ai/sentence-transformers-all-MiniLM-L6-v2-encoderfile with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- encoderfile
How to use mozilla-ai/sentence-transformers-all-MiniLM-L6-v2-encoderfile with encoderfile:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ Pick the binary for your platform:
|
|
| 25 |
Or download directly (example for macOS Apple Silicon):
|
| 26 |
|
| 27 |
```bash
|
| 28 |
-
wget https://huggingface.co/mozilla-ai/
|
| 29 |
chmod +x ./all-MiniLM-L6-v2.aarch64-apple-darwin.encoderfile
|
| 30 |
```
|
| 31 |
|
|
|
|
| 25 |
Or download directly (example for macOS Apple Silicon):
|
| 26 |
|
| 27 |
```bash
|
| 28 |
+
wget https://huggingface.co/mozilla-ai/sentence-transformers-all-MiniLM-L6-v2/blob/main/all-MiniLM-L6-v2.aarch64-apple-darwin.encoderfile
|
| 29 |
chmod +x ./all-MiniLM-L6-v2.aarch64-apple-darwin.encoderfile
|
| 30 |
```
|
| 31 |
|