Jarbas commited on
Commit
340c8dd
·
verified ·
1 Parent(s): b85f9ec

Upload 6 files

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. model.safetensors +1 -1
  3. pipeline.skops +2 -2
README.md CHANGED
@@ -2,14 +2,14 @@
2
  base_model: unknown
3
  library_name: model2vec
4
  license: mit
5
- model_name: m2v_intents_potion-base-32M
6
  tags:
7
  - embeddings
8
  - static-embeddings
9
  - sentence-transformers
10
  ---
11
 
12
- # m2v_intents_potion-base-32M Model Card
13
 
14
  This [Model2Vec](https://github.com/MinishLab/model2vec) model is a fine-tuned version of the [unknown](https://huggingface.co/unknown) Model2Vec model. It also includes a classifier head on top.
15
 
@@ -26,7 +26,7 @@ Load this model using the `from_pretrained` method:
26
  from model2vec.inference import StaticModelPipeline
27
 
28
  # Load a pretrained Model2Vec model
29
- model = StaticModelPipeline.from_pretrained("m2v_intents_potion-base-32M")
30
 
31
  # Predict labels
32
  predicted = model.predict(["Example sentence"])
 
2
  base_model: unknown
3
  library_name: model2vec
4
  license: mit
5
+ model_name: model_en_potion-base-32M
6
  tags:
7
  - embeddings
8
  - static-embeddings
9
  - sentence-transformers
10
  ---
11
 
12
+ # model_en_potion-base-32M Model Card
13
 
14
  This [Model2Vec](https://github.com/MinishLab/model2vec) model is a fine-tuned version of the [unknown](https://huggingface.co/unknown) Model2Vec model. It also includes a classifier head on top.
15
 
 
26
  from model2vec.inference import StaticModelPipeline
27
 
28
  # Load a pretrained Model2Vec model
29
+ model = StaticModelPipeline.from_pretrained("model_en_potion-base-32M")
30
 
31
  # Predict labels
32
  predicted = model.predict(["Example sentence"])
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:465b3079cbf33a79a34e0e5ac4b587c928d1c23bea3160fb1acdbd436e3b9601
3
  size 129210456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e63375782ba077c88558164fe89888d67a89caa99ac01760c5f23baa10a0b4c
3
  size 129210456
pipeline.skops CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a10f85cd47051efc12be8a56552bd36bc255e0968602302142d4aec5861a278d
3
- size 9886534
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a57710f46bd6113608b4c00213b0fe73a62a854ac1254c1fa983119f060078bc
3
+ size 9753913