Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,26 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
| 3 |
library_name: model2vec
|
| 4 |
license: mit
|
| 5 |
-
model_name:
|
| 6 |
tags:
|
| 7 |
- embeddings
|
| 8 |
- static-embeddings
|
| 9 |
- sentence-transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# model_en_potion-base-
|
| 13 |
|
| 14 |
-
This [Model2Vec](https://github.com/MinishLab/model2vec) model is a fine-tuned version of the [
|
| 15 |
|
| 16 |
## Installation
|
| 17 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: minishlab/potion-base-32M
|
| 3 |
library_name: model2vec
|
| 4 |
license: mit
|
| 5 |
+
model_name: ovos-model2vec-intents-potion-32M
|
| 6 |
tags:
|
| 7 |
- embeddings
|
| 8 |
- static-embeddings
|
| 9 |
- sentence-transformers
|
| 10 |
+
datasets:
|
| 11 |
+
- Jarbas/ovos-llm-augmented-intents
|
| 12 |
+
- Jarbas/ovos-weather-intents
|
| 13 |
+
- Jarbas/music_queries_templates
|
| 14 |
+
- Jarbas/OVOSGitLocalize-Intents
|
| 15 |
+
- Jarbas/ovos_intent_examples
|
| 16 |
+
- Jarbas/ovos-common-query-intents
|
| 17 |
+
language:
|
| 18 |
+
- en
|
| 19 |
---
|
| 20 |
|
| 21 |
+
# model_en_potion-base-8M Model Card
|
| 22 |
|
| 23 |
+
This [Model2Vec](https://github.com/MinishLab/model2vec) model is a fine-tuned version of the [potion-base-32M](https://huggingface.co/minishlab/potion-base-32M) Model2Vec model. It also includes a classifier head on top.
|
| 24 |
|
| 25 |
## Installation
|
| 26 |
|