Jarbas commited on
Commit
a5cb5b0
·
verified ·
1 Parent(s): 27bdd5e

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-8M
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-8M 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-8M")
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-8M
6
  tags:
7
  - embeddings
8
  - static-embeddings
9
  - sentence-transformers
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
+ # model_en_potion-base-8M 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-8M")
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:bca69685d4aa38f2bd999c0236bb4d8f24071f807230f4ecfee2d791fc371d60
3
  size 30236760
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1709608e4801d1ac1d31fa7a332d1ac412cce669c001f5e80428650096677f15
3
  size 30236760
pipeline.skops CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5198557acf9039520bc09534131ec574b70fb810db16c8c039b2e9f04912a806
3
- size 6226262
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15dffc4c8d4503985fd3c8aa593567e8ee600661e0a8da38378ee7d4697de481
3
+ size 6093640