andersonbcdefg
commited on
Commit
·
44af207
1
Parent(s):
7185b7f
Upload 8 files
Browse files- gte-ct2/config.json +6 -0
- gte-ct2/model.bin +3 -0
- gte-ct2/vocabulary.json +0 -0
- lid.176.ftz +3 -0
- model_quantized.onnx +3 -0
- p70/config.json +6 -0
- p70/model.bin +3 -0
- p70/vocabulary.json +0 -0
gte-ct2/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-ct2/model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:282c3754073d3eb3802df06f3e60546c8505d970219ba353221c480ef5e5d797
|
3 |
+
size 133448364
|
gte-ct2/vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
lid.176.ftz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f3472cfe8738a7b6099e8e999c3cbfae0dcd15696aac7d7738a8039db603e83
|
3 |
+
size 938013
|
model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18dec105109b6004369799ca4761fb8fb413c64172c02147bcfac186b5c5f6cb
|
3 |
+
size 34014426
|
p70/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<|endoftext|>",
|
3 |
+
"eos_token": "<|endoftext|>",
|
4 |
+
"layer_norm_epsilon": null,
|
5 |
+
"unk_token": "<|endoftext|>"
|
6 |
+
}
|
p70/model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6effb616be24f69af3df97c0566f4d6ec5523cac5af69417f9c62f310236820
|
3 |
+
size 70981238
|
p70/vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|