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 +4 -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
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip 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/rknpu/rk3566/model.rknn filter=lfs diff=lfs merge=lfs -text
|
37 |
+
textual/rknpu/rk3576/model.rknn filter=lfs diff=lfs merge=lfs -text
|
38 |
+
textual/rknpu/rk3588/model.rknn filter=lfs diff=lfs merge=lfs -text
|
39 |
+
visual/rknpu/rk3566/model.rknn filter=lfs diff=lfs merge=lfs -text
|
40 |
+
visual/rknpu/rk3576/model.rknn filter=lfs diff=lfs merge=lfs -text
|
41 |
+
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:fd3f67615796d2c5b461814e2e2ae66570c776872d32d3e3f4ddf216cfef3bce
|
3 |
+
size 1799409401
|
textual/rknpu/rk3566/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61c05fd2bc184045c6f737cb042df27b618ac52a96ac1cadc7b1324564ad96ab
|
3 |
+
size 940247980
|
textual/rknpu/rk3576/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:952edff894edc2670a08065bcac23d2d48cf42812acc959c1125714f511caf95
|
3 |
+
size 930710572
|
textual/rknpu/rk3588/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a380c2d215ee3ef62155eaf056c00e078dc6568d0b180286a904b7246e437adc
|
3 |
+
size 913813164
|
textual/tokenizer.json
CHANGED
@@ -950,7 +950,8 @@
|
|
950 |
"pre_tokenizer": {
|
951 |
"type": "Metaspace",
|
952 |
"replacement": "▁",
|
953 |
-
"
|
|
|
954 |
},
|
955 |
"post_processor": {
|
956 |
"type": "TemplateProcessing",
|
@@ -1009,7 +1010,8 @@
|
|
1009 |
"decoder": {
|
1010 |
"type": "Metaspace",
|
1011 |
"replacement": "▁",
|
1012 |
-
"
|
|
|
1013 |
},
|
1014 |
"model": {
|
1015 |
"type": "Unigram",
|
|
|
950 |
"pre_tokenizer": {
|
951 |
"type": "Metaspace",
|
952 |
"replacement": "▁",
|
953 |
+
"prepend_scheme": "always",
|
954 |
+
"split": true
|
955 |
},
|
956 |
"post_processor": {
|
957 |
"type": "TemplateProcessing",
|
|
|
1010 |
"decoder": {
|
1011 |
"type": "Metaspace",
|
1012 |
"replacement": "▁",
|
1013 |
+
"prepend_scheme": "always",
|
1014 |
+
"split": true
|
1015 |
},
|
1016 |
"model": {
|
1017 |
"type": "Unigram",
|
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:bee066a675c5fe6c47b14456afdff54763b31d34b3843c0ee5ccda8276bf8dc2
|
3 |
+
size 1713197159
|
visual/rknpu/rk3566/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d19e311e21e3e0718278a47c2174550fd81551a44e1b4514c8ac9755c2ad50c6
|
3 |
+
size 1019952564
|
visual/rknpu/rk3576/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab0b3cc2171b7cb1f1070c80cb8c986f73f1cef22cb4308bf10590fbd7500ce6
|
3 |
+
size 918138804
|
visual/rknpu/rk3588/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07c33d155f3f8fd4f5eda0c4d8879d72a91ce1cdc5ac45cd849fa07d02ec1e16
|
3 |
+
size 884125940
|