Add `base_model` to let HF make a link between the models (#1)
Browse files- Add `base_model` to let HF make a link between the models (c5c2fcf03019a040cdf23d80290a029785e2ca45)
Co-authored-by: Tom Aarsen <[email protected]>
README.md
CHANGED
@@ -21,6 +21,8 @@ widget:
|
|
21 |
- One, two, three... Who can guess the next digits?
|
22 |
pipeline_tag: sentence-similarity
|
23 |
library_name: sentence-transformers
|
|
|
|
|
24 |
---
|
25 |
|
26 |
| π If you are able to, please help me [fund my open research](https://gofund.me/1f2d6803). π Thank you for your generosity! π€ |
|
|
|
21 |
- One, two, three... Who can guess the next digits?
|
22 |
pipeline_tag: sentence-similarity
|
23 |
library_name: sentence-transformers
|
24 |
+
base_model:
|
25 |
+
- nomic-ai/modernbert-embed-base
|
26 |
---
|
27 |
|
28 |
| π If you are able to, please help me [fund my open research](https://gofund.me/1f2d6803). π Thank you for your generosity! π€ |
|