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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -1,17 +1,26 @@
1
  ---
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
 
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