tomaarsen HF staff commited on
Commit
287d909
Β·
verified Β·
1 Parent(s): b1d274b

Add `base_model` to let HF make a link between the models

Browse files

Hello!

## Pull Request overview
* Add `base_model` to let HF make a link between the models

## Details
With this `base_model`, HF can place this model into a Model tree, e.g. like:

![image.png](https://cdn-uploads.huggingface.co/production/uploads/6317233cc92fd6fee317e030/P1cpM5vvbLCPlJcF1pB_7.png)

- Tom Aarsen

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -18,6 +18,8 @@ widget:
18
  - Een, twee, drie... Wie kan de volgende cijfers raden?
19
  pipeline_tag: sentence-similarity
20
  library_name: sentence-transformers
 
 
21
  ---
22
 
23
  | πŸ™ If you are able to, please help me [fund my open research](https://gofund.me/1f2d6803). πŸ™ Thank you for your generosity! πŸ€— |
 
18
  - Een, twee, drie... Wie kan de volgende cijfers raden?
19
  pipeline_tag: sentence-similarity
20
  library_name: sentence-transformers
21
+ base_model:
22
+ - Parallia/Fairly-Multilingual-ModernBERT-Embed-BE
23
  ---
24
 
25
  | πŸ™ If you are able to, please help me [fund my open research](https://gofund.me/1f2d6803). πŸ™ Thank you for your generosity! πŸ€— |