File size: 621 Bytes
57615bd
6284a05
 
 
 
 
 
57615bd
 
6284a05
57615bd
8418b85
57615bd
8418b85
 
 
57615bd
6284a05
 
8418b85
 
 
6284a05
8418b85
6284a05
8418b85
6284a05
8418b85
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
license: gemma
library_name: transformers
tags:
  - mobile
  - on-device
  - dispatchai
---

# EmbeddingGemma-300M-mobile

🔢 **Embedding** — This is not a chat model.

Embedding model — use for vector embeddings, not chat. Use sentence-transformers or similar.

## Model Details

| Attribute | Value |
|-----------|-------|
| **Base Model** | google/embeddinggemma-300m |
| **Type** | EMBEDDING |
| **License** | gemma |

## Usage

from sentence_transformers import SentenceTransformer; model = SentenceTransformer('dispatchAI/EmbeddingGemma-300M-mobile')

🚀 [dispatchAI](https://huggingface.co/dispatchAI)