Qi Liu
commited on
Commit
•
afc9c17
1
Parent(s):
ae13eea
Update README.md
Browse files
README.md
CHANGED
@@ -1079,9 +1079,14 @@ model-index:
|
|
1079 |
|
1080 |
## Intended Usage & Model Info
|
1081 |
|
1082 |
-
`jina-embeddings-v2-base-zh` is a Chinese/English bilingual text **embedding model** supporting **8192 sequence length**. Our model has 161 million parameters.
|
1083 |
We have designed it for high performance in cross-language applications and trained it specifically to support mixed Chinese-English input without bias.
|
1084 |
|
|
|
|
|
|
|
|
|
|
|
1085 |
|
1086 |
You can use the embedding model either via the Jina AI's [Embedding platform](https://jina.ai/embeddings/), AWS SageMaker or in your private deployments.
|
1087 |
|
@@ -1103,7 +1108,7 @@ Get your free API key on: https://jina.ai/embeddings/
|
|
1103 |
|
1104 |
## Opensource
|
1105 |
|
1106 |
-
We will opensource the full model in a few days!
|
1107 |
|
1108 |
## Contact
|
1109 |
|
|
|
1079 |
|
1080 |
## Intended Usage & Model Info
|
1081 |
|
1082 |
+
`jina-embeddings-v2-base-zh` is a Chinese/English bilingual text **embedding model** supporting **8192 sequence length**. Our model has the same architecture as `jina-embeddings-v2-base-en` and has 161 million parameters.
|
1083 |
We have designed it for high performance in cross-language applications and trained it specifically to support mixed Chinese-English input without bias.
|
1084 |
|
1085 |
+
| Model | Language | Max Sequence Length | Dimension | Model Size |
|
1086 |
+
|:-----: | :-----: |:-----: |:-----: |:-----: |
|
1087 |
+
|[jina-embeddings-v2-base-en](https://huggingface.co/jinaai/jina-embeddings-v2-base-en) | English | 8192 | 768 | 0.27GB |
|
1088 |
+
|[jina-embeddings-v2-base-zh](https://huggingface.co/jinaai/jina-embeddings-v2-base-zh) | Chinese and English | 8192 | 768 | 0.32GB |
|
1089 |
+
|
1090 |
|
1091 |
You can use the embedding model either via the Jina AI's [Embedding platform](https://jina.ai/embeddings/), AWS SageMaker or in your private deployments.
|
1092 |
|
|
|
1108 |
|
1109 |
## Opensource
|
1110 |
|
1111 |
+
We will add more information about this model and opensource the full model in a few days!
|
1112 |
|
1113 |
## Contact
|
1114 |
|