Instructions to use mozilla-ai/embedding-modernbert-encoderfile with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- encoderfile
How to use mozilla-ai/embedding-modernbert-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
|
@@ -18,8 +18,8 @@ Pick the binary for your platform:
|
|
| 18 |
| Platform | File |
|
| 19 |
|---|---|
|
| 20 |
| macOS (Apple Silicon) | `modernbert.aarch64-apple-darwin.encoderfile` |
|
| 21 |
-
| Linux (x86_64) | `modernbert-linux-gnu.encoderfile` |
|
| 22 |
-
| Linux (ARM64) | `modernbert.aarch64-linux-gnu.encoderfile` |
|
| 23 |
|
| 24 |
Or download directly (example for macOS Apple Silicon):
|
| 25 |
|
|
|
|
| 18 |
| Platform | File |
|
| 19 |
|---|---|
|
| 20 |
| macOS (Apple Silicon) | `modernbert.aarch64-apple-darwin.encoderfile` |
|
| 21 |
+
| Linux (x86_64) | `modernbert.x86_64-unknown-linux-gnu.encoderfile` |
|
| 22 |
+
| Linux (ARM64) | `modernbert.aarch64-unknown-linux-gnu.encoderfile` |
|
| 23 |
|
| 24 |
Or download directly (example for macOS Apple Silicon):
|
| 25 |
|