davidberenstein1957 commited on
Commit
d1d4b49
·
verified ·
1 Parent(s): 84fbecd

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +4 -4
  2. pipeline.skops +1 -1
README.md CHANGED
@@ -2,14 +2,14 @@
2
  base_model: unknown
3
  library_name: model2vec
4
  license: mit
5
- model_name: tmp7rlh4p0l
6
  tags:
7
  - embeddings
8
  - static-embeddings
9
  - sentence-transformers
10
  ---
11
 
12
- # tmp7rlh4p0l Model Card
13
 
14
  This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of the unknown(https://huggingface.co/unknown) 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. Model2Vec models are the smallest, fastest, and most performant static embedders available. The distilled models are up to 50 times smaller and 500 times faster than traditional Sentence Transformers.
15
 
@@ -32,7 +32,7 @@ Load this model using the `from_pretrained` method:
32
  from model2vec import StaticModel
33
 
34
  # Load a pretrained Model2Vec model
35
- model = StaticModel.from_pretrained("tmp7rlh4p0l")
36
 
37
  # Compute text embeddings
38
  embeddings = model.encode(["Example sentence"])
@@ -46,7 +46,7 @@ You can also use the [Sentence Transformers library](https://github.com/UKPLab/s
46
  from sentence_transformers import SentenceTransformer
47
 
48
  # Load a pretrained Sentence Transformer model
49
- model = SentenceTransformer("tmp7rlh4p0l")
50
 
51
  # Compute text embeddings
52
  embeddings = model.encode(["Example sentence"])
 
2
  base_model: unknown
3
  library_name: model2vec
4
  license: mit
5
+ model_name: tmpzowjx4v6
6
  tags:
7
  - embeddings
8
  - static-embeddings
9
  - sentence-transformers
10
  ---
11
 
12
+ # tmpzowjx4v6 Model Card
13
 
14
  This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of the unknown(https://huggingface.co/unknown) 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. Model2Vec models are the smallest, fastest, and most performant static embedders available. The distilled models are up to 50 times smaller and 500 times faster than traditional Sentence Transformers.
15
 
 
32
  from model2vec import StaticModel
33
 
34
  # Load a pretrained Model2Vec model
35
+ model = StaticModel.from_pretrained("tmpzowjx4v6")
36
 
37
  # Compute text embeddings
38
  embeddings = model.encode(["Example sentence"])
 
46
  from sentence_transformers import SentenceTransformer
47
 
48
  # Load a pretrained Sentence Transformer model
49
+ model = SentenceTransformer("tmpzowjx4v6")
50
 
51
  # Compute text embeddings
52
  embeddings = model.encode(["Example sentence"])
pipeline.skops CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e94fa5b578761973090d208548429e7dd4a82170ee3b530202f08a0b41740ef
3
  size 1938787
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b449bcd707be36da27c716bf758dbe352136f5d38ca9c2c7165f351c72935e28
3
  size 1938787