stephantulkens commited on
Commit
8f9c9c1
1 Parent(s): b95328a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  library_name: model2vec
3
  license: mit
4
  model_name: minishlab/M2V_base_output
@@ -9,7 +12,7 @@ tags:
9
 
10
  # minishlab/M2V_base_output Model Card
11
 
12
- This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of a Sentence Transformer. It uses static embeddings, allowing text embeddings to be computed orders of magnitude faster on both GPU and CPU. It is designed for applications where computational resources are limited or where real-time performance is critical.
13
 
14
 
15
  ## Installation
 
1
  ---
2
+ base_model: baai/bge-base-en-v1.5
3
+ language:
4
+ - en
5
  library_name: model2vec
6
  license: mit
7
  model_name: minishlab/M2V_base_output
 
12
 
13
  # minishlab/M2V_base_output Model Card
14
 
15
+ This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of the [baai/bge-base-en-v1.5](https://huggingface.co/baai/bge-base-en-v1.5) Sentence Transformer. It uses static embeddings, allowing text embeddings to be computed orders of magnitude faster on both GPU and CPU. It is designed for applications where computational resources are limited or where real-time performance is critical.
16
 
17
 
18
  ## Installation