Spaces:
Sleeping
Sleeping
Commit
·
44fcc42
1
Parent(s):
cf2483e
Add embedding model weights
Browse files- multilingual-e5-large/1_Pooling/config.json +7 -0
- multilingual-e5-large/config.json +3 -0
- multilingual-e5-large/modules.json +3 -0
- multilingual-e5-large/pytorch_model.bin +3 -0
- multilingual-e5-large/sentence_bert_config.json +3 -0
- multilingual-e5-large/sentencepiece.bpe.model +3 -0
- multilingual-e5-large/special_tokens_map.json +3 -0
- multilingual-e5-large/tokenizer.json +3 -0
- multilingual-e5-large/tokenizer_config.json +3 -0
multilingual-e5-large/1_Pooling/config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 1024,
|
3 |
+
"pooling_mode_cls_token": false,
|
4 |
+
"pooling_mode_mean_tokens": true,
|
5 |
+
"pooling_mode_max_tokens": false,
|
6 |
+
"pooling_mode_mean_sqrt_len_tokens": false
|
7 |
+
}
|
multilingual-e5-large/config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84c055bf39592696c9d82177e2c33e4766c522cfcaae0f41eb2d28a0dee4574a
|
3 |
+
size 718
|
multilingual-e5-large/modules.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48ead7b88bcce0689bd1d95d94deb8d40cc0cfbb860d53f67e45bc39c9831642
|
3 |
+
size 406
|
multilingual-e5-large/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aaa222c5a6529ae4a69ab6925c863af595d106edf565434c8280777b3126d64
|
3 |
+
size 2239689649
|
multilingual-e5-large/sentence_bert_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e8f7a3ce4e41e26223ea64077e952095912526b1cb0fc2a81da5166545aea10
|
3 |
+
size 60
|
multilingual-e5-large/sentencepiece.bpe.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
3 |
+
size 5069051
|
multilingual-e5-large/special_tokens_map.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8574792bfefae68f2ce2eae93a4145d95b1232c59e71094bcdcb49dbcb549c97
|
3 |
+
size 295
|
multilingual-e5-large/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62c24cdc13d4c9952d63718d6c9fa4c287974249e16b7ade6d5a85e7bbb75626
|
3 |
+
size 17082660
|
multilingual-e5-large/tokenizer_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f06082e7ea5b40e90f4eafd5129a58e3bbfb97bfdc1f84d2cad95bb347a1e536
|
3 |
+
size 437
|