Upload 6 files
Browse files- README.md +3 -13
- model.safetensors +1 -1
- 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:
|
| 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 |
-
#
|
| 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("
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccb0485e249f79a8264929abc01c3039261a0a593957a0e9ee457d4469bf6808
|
| 3 |
+
size 4272641
|