Upload folder using huggingface_hub
Browse files- .gitattributes +6 -0
- README.md +1 -2
- textual/model.onnx +2 -2
- textual/rknpu/rk3566/model.rknn +3 -0
- textual/rknpu/rk3576/model.rknn +3 -0
- textual/rknpu/rk3588/model.rknn +3 -0
- textual/tokenizer.json +2 -2
- textual/tokenizer_config.json +3 -1
- visual/model.onnx +2 -2
- visual/rknpu/rk3566/model.rknn +3 -0
- visual/rknpu/rk3576/model.rknn +3 -0
- visual/rknpu/rk3588/model.rknn +3 -0
.gitattributes
CHANGED
@@ -34,3 +34,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
textual/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
textual/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
textual/rknpu/rk3566/model.rknn filter=lfs diff=lfs merge=lfs -text
|
38 |
+
textual/rknpu/rk3576/model.rknn filter=lfs diff=lfs merge=lfs -text
|
39 |
+
textual/rknpu/rk3588/model.rknn filter=lfs diff=lfs merge=lfs -text
|
40 |
+
visual/rknpu/rk3566/model.rknn filter=lfs diff=lfs merge=lfs -text
|
41 |
+
visual/rknpu/rk3576/model.rknn filter=lfs diff=lfs merge=lfs -text
|
42 |
+
visual/rknpu/rk3588/model.rknn filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -5,7 +5,6 @@ tags:
|
|
5 |
---
|
6 |
# Model Description
|
7 |
|
8 |
-
This repo contains ONNX exports for the
|
9 |
-
Visual and textual encoders are separated into separate models for the purpose of generating image and text embeddings.
|
10 |
|
11 |
This repo is specifically intended for use with [Immich](https://immich.app/), a self-hosted photo library.
|
|
|
5 |
---
|
6 |
# Model Description
|
7 |
|
8 |
+
This repo contains ONNX exports for the associated CLIP model by OpenCLIP. See the [OpenCLIP](https://github.com/mlfoundations/open_clip) repo for more info.
|
|
|
9 |
|
10 |
This repo is specifically intended for use with [Immich](https://immich.app/), a self-hosted photo library.
|
textual/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2643542d4e72f48b9ff5bb3d6cccbda20d67534c4d26a704f3a43ae23c172cef
|
3 |
+
size 1110991411
|
textual/rknpu/rk3566/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fac80b06294d08d67fe89e07188f1105f1a1dc31ef113e44c4f62aaafb8aba53
|
3 |
+
size 565262187
|
textual/rknpu/rk3576/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c959b254baba3f902990918835cd3eef51544f4d116facd4858d065be6bb88b8
|
3 |
+
size 564757291
|
textual/rknpu/rk3588/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a76c8a141fe0335e37db4b7f619638e233bb12b4d61025935e4bad6315381d4
|
3 |
+
size 559871595
|
textual/tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:886028796f5bfa7832e520ab044c43813f615b75a0e411e7833f8762644813ab
|
3 |
+
size 16339362
|
textual/tokenizer_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"added_tokens_decoder": {
|
3 |
"0": {
|
4 |
"content": "<pad>",
|
@@ -930,10 +931,11 @@
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
|
|
933 |
"legacy": false,
|
934 |
"model_max_length": 1000000000000000019884624838656,
|
935 |
"pad_token": "</s>",
|
936 |
"sp_model_kwargs": {},
|
937 |
-
"tokenizer_class": "
|
938 |
"unk_token": "<unk>"
|
939 |
}
|
|
|
1 |
{
|
2 |
+
"add_prefix_space": null,
|
3 |
"added_tokens_decoder": {
|
4 |
"0": {
|
5 |
"content": "<pad>",
|
|
|
931 |
"clean_up_tokenization_spaces": true,
|
932 |
"eos_token": "</s>",
|
933 |
"extra_ids": 100,
|
934 |
+
"extra_special_tokens": {},
|
935 |
"legacy": false,
|
936 |
"model_max_length": 1000000000000000019884624838656,
|
937 |
"pad_token": "</s>",
|
938 |
"sp_model_kwargs": {},
|
939 |
+
"tokenizer_class": "T5TokenizerFast",
|
940 |
"unk_token": "<unk>"
|
941 |
}
|
visual/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eef71c81cb4113c6212f77ff0c6bb056f4dec472a5dfdbf09c06ea653d556585
|
3 |
+
size 371858612
|
visual/rknpu/rk3566/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f53be228376bab56c6cc5bd9248579c98e45a54aee30ad1e4fa0e6a226ef72b2
|
3 |
+
size 196246899
|
visual/rknpu/rk3576/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b2d3c7f772f819bb4814355d714420b88b5f81f3e2b0bee95f7ae48d8c7340e
|
3 |
+
size 196357811
|
visual/rknpu/rk3588/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18089f794ff8088c7960ba020319877d6011cbfe6e42ee7a1bbc4362543f15ba
|
3 |
+
size 191819571
|