krumeto commited on
Commit
a9b220d
·
verified ·
1 Parent(s): 0fb744a

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. model.safetensors +1 -1
  3. pipeline.skops +1 -1
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  library_name: model2vec
3
  license: mit
4
- model_name: tmpadv086vr
5
  tags:
6
  - embeddings
7
  - static-embeddings
8
  - sentence-transformers
9
  ---
10
 
11
- # tmpadv086vr Model Card
12
 
13
  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. 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.
14
 
@@ -31,7 +31,7 @@ Load this model using the `from_pretrained` method:
31
  from model2vec import StaticModel
32
 
33
  # Load a pretrained Model2Vec model
34
- model = StaticModel.from_pretrained("tmpadv086vr")
35
 
36
  # Compute text embeddings
37
  embeddings = model.encode(["Example sentence"])
@@ -45,7 +45,7 @@ You can also use the [Sentence Transformers library](https://github.com/UKPLab/s
45
  from sentence_transformers import SentenceTransformer
46
 
47
  # Load a pretrained Sentence Transformer model
48
- model = SentenceTransformer("tmpadv086vr")
49
 
50
  # Compute text embeddings
51
  embeddings = model.encode(["Example sentence"])
 
1
  ---
2
  library_name: model2vec
3
  license: mit
4
+ model_name: tmprctqrmo1
5
  tags:
6
  - embeddings
7
  - static-embeddings
8
  - sentence-transformers
9
  ---
10
 
11
+ # tmprctqrmo1 Model Card
12
 
13
  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. 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.
14
 
 
31
  from model2vec import StaticModel
32
 
33
  # Load a pretrained Model2Vec model
34
+ model = StaticModel.from_pretrained("tmprctqrmo1")
35
 
36
  # Compute text embeddings
37
  embeddings = model.encode(["Example sentence"])
 
45
  from sentence_transformers import SentenceTransformer
46
 
47
  # Load a pretrained Sentence Transformer model
48
+ model = SentenceTransformer("tmprctqrmo1")
49
 
50
  # Compute text embeddings
51
  embeddings = model.encode(["Example sentence"])
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd79f3930d11febb4412a386782a2e58615704e91e13ca85b1d8a15562f7f12f
3
  size 129210456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9354a7d6f65894001842b61c87bf1e643032c249fdb7f11d4173ac8be93394f2
3
  size 129210456
pipeline.skops CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec011a2c0a8f23bd1ca3b2e777622989194500f8684f3e2c04e73d32f546e2d9
3
  size 7495367
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb6996c6e2c81e8447236a335f6ce6cf99910c082e26a9a79a59b7491c6da8b6
3
  size 7495367