andersonbcdefg
commited on
Commit
•
931194e
1
Parent(s):
0ba14ef
Upload 9 files
Browse files- bge-micro/config.json +6 -0
- bge-micro/model.bin +3 -0
- bge-micro/vocabulary.json +0 -0
- gte-small/config.json +6 -0
- gte-small/model.bin +3 -0
- gte-small/vocabulary.json +0 -0
- gte-tiny/config.json +6 -0
- gte-tiny/model.bin +3 -0
- gte-tiny/vocabulary.json +0 -0
bge-micro/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"layer_norm_epsilon": 1e-12,
|
5 |
+
"unk_token": "[UNK]"
|
6 |
+
}
|
bge-micro/model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:902f9187b8916d7ed9f4f62a86656f68365e000ddc5ad4cea0ccadcbdb627785
|
3 |
+
size 17770980
|
bge-micro/vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
gte-small/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"layer_norm_epsilon": 1e-12,
|
5 |
+
"unk_token": "[UNK]"
|
6 |
+
}
|
gte-small/model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c48acce2371f1bcd2900d86a7bdae73ca8271b241009a67bfe5a453fe69acb5
|
3 |
+
size 33918542
|
gte-small/vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
gte-tiny/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"layer_norm_epsilon": 1e-12,
|
5 |
+
"unk_token": "[UNK]"
|
6 |
+
}
|
gte-tiny/model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ac0847713eb055f012126fa39f2bda1047451aca0794946f341c3c084ef7c14
|
3 |
+
size 23153490
|
gte-tiny/vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|