Update README.md
Browse files
README.md
CHANGED
@@ -36,12 +36,12 @@ With a tiny small parameter size of just 14 million parameters,
|
|
36 |
the model enables lightning-fast inference on CPU, while still delivering impressive performance.
|
37 |
Additionally, we provide the following options:
|
38 |
|
39 |
-
-
|
40 |
-
-
|
41 |
-
-
|
42 |
-
-
|
43 |
-
- `jina-embedding-1b-en-v1`: 1.2 billion parameters, 10
|
44 |
-
- `jina-embedding-6b-en-v1`: 6 billion parameters 30
|
45 |
|
46 |
## Data & Parameters
|
47 |
|
|
|
36 |
the model enables lightning-fast inference on CPU, while still delivering impressive performance.
|
37 |
Additionally, we provide the following options:
|
38 |
|
39 |
+
- [jina-embedding-t-en-v1](https://huggingface.co/jinaai/jina-embedding-t-en-v1): 14 million parameters **(you are here)**.
|
40 |
+
- [jina-embedding-s-en-v1](https://huggingface.co/jinaai/jina-embedding-s-en-v1): 35 million parameters.
|
41 |
+
- [jina-embedding-b-en-v1](https://huggingface.co/jinaai/jina-embedding-b-en-v1): 110 million parameters.
|
42 |
+
- [jina-embedding-l-en-v1](https://huggingface.co/jinaai/jina-embedding-l-en-v1): 330 million parameters.
|
43 |
+
- `jina-embedding-1b-en-v1`: 1.2 billion parameters, 10 times bert-base (soon).
|
44 |
+
- `jina-embedding-6b-en-v1`: 6 billion parameters, 30 times bert-base (soon).
|
45 |
|
46 |
## Data & Parameters
|
47 |
|