Jarbas commited on
Commit
75f66e7
·
verified ·
1 Parent(s): a17a71a

Upload 6 files

Browse files
Files changed (3) hide show
  1. README.md +3 -13
  2. model.safetensors +1 -1
  3. pipeline.skops +2 -2
README.md CHANGED
@@ -2,24 +2,14 @@
2
  base_model: unknown
3
  library_name: model2vec
4
  license: mit
5
- model_name: m2v_intents_potion-base-4M
6
  tags:
7
  - embeddings
8
  - static-embeddings
9
  - sentence-transformers
10
- datasets:
11
- - Jarbas/ovos_intents_train
12
- - Jarbas/ovos-llm-augmented-intents
13
- - Jarbas/ovos-weather-intents
14
- - Jarbas/music_queries_templates
15
- - Jarbas/OVOSGitLocalize-Intents
16
- - Jarbas/ovos_intent_examples
17
- - Jarbas/ovos-common-query-intents
18
- language:
19
- - en
20
  ---
21
 
22
- # m2v_intents_potion-base-4M Model Card
23
 
24
  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.
25
 
@@ -36,7 +26,7 @@ Load this model using the `from_pretrained` method:
36
  from model2vec.inference import StaticModelPipeline
37
 
38
  # Load a pretrained Model2Vec model
39
- model = StaticModelPipeline.from_pretrained("m2v_intents_potion-base-4M")
40
 
41
  # Predict labels
42
  predicted = model.predict(["Example sentence"])
 
2
  base_model: unknown
3
  library_name: model2vec
4
  license: mit
5
+ model_name: model_en_potion-base-4M
6
  tags:
7
  - embeddings
8
  - static-embeddings
9
  - sentence-transformers
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
+ # model_en_potion-base-4M 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-4M")
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:f1c663e339661961bf07665ee072341d8d298bcb236fb6b9e2ee5abd84e98a87
3
  size 15118424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0300fd0067fcb8c36eaeff9502d961257ffcde824d89201963b69028a56f0e87
3
  size 15118424
pipeline.skops CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b1c7e510c9d34a1cc6ea00bfbb42c280caa4768f5ee041cc2f25a7cc4e2c530
3
- size 4405262
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccb0485e249f79a8264929abc01c3039261a0a593957a0e9ee457d4469bf6808
3
+ size 4272641