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/special_tokens_map.json +42 -6
- textual/tokenizer.json +2 -2
- textual/tokenizer_config.json +2 -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
@@ -6,7 +6,6 @@ tags:
|
|
6 |
---
|
7 |
# Model Description
|
8 |
|
9 |
-
This repo contains ONNX exports for the
|
10 |
-
Visual and textual encoders are separated into separate models for the purpose of generating image and text embeddings.
|
11 |
|
12 |
This repo is specifically intended for use with [Immich](https://immich.app/), a self-hosted photo library.
|
|
|
6 |
---
|
7 |
# Model Description
|
8 |
|
9 |
+
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.
|
|
|
10 |
|
11 |
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:25120b71f8fdf1beec94eedb4a73cce50bfbbdf94f8f957b0066f3f89ec3c5f5
|
3 |
+
size 1661525370
|
textual/rknpu/rk3566/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d332f510c37622d61eebf00fc6af64ef27c4bd820fe83a089372f7b8b3a9ab8a
|
3 |
+
size 836900523
|
textual/rknpu/rk3576/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b20177ad75b45bf4979eeac007a85fed17064e5318ff8f534080e44acce8880f
|
3 |
+
size 842036267
|
textual/rknpu/rk3588/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:275898ab689ed4620d84ae0b2da07e49c50ed6cc5d10ec3fbdb0c4eb17ba4716
|
3 |
+
size 835671339
|
textual/special_tokens_map.json
CHANGED
@@ -203,9 +203,27 @@
|
|
203 |
"zho_Hant",
|
204 |
"zul_Latn"
|
205 |
],
|
206 |
-
"bos_token":
|
207 |
-
|
208 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
"mask_token": {
|
210 |
"content": "<mask>",
|
211 |
"lstrip": true,
|
@@ -213,7 +231,25 @@
|
|
213 |
"rstrip": false,
|
214 |
"single_word": false
|
215 |
},
|
216 |
-
"pad_token":
|
217 |
-
|
218 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
}
|
|
|
203 |
"zho_Hant",
|
204 |
"zul_Latn"
|
205 |
],
|
206 |
+
"bos_token": {
|
207 |
+
"content": "<s>",
|
208 |
+
"lstrip": false,
|
209 |
+
"normalized": false,
|
210 |
+
"rstrip": false,
|
211 |
+
"single_word": false
|
212 |
+
},
|
213 |
+
"cls_token": {
|
214 |
+
"content": "<s>",
|
215 |
+
"lstrip": false,
|
216 |
+
"normalized": false,
|
217 |
+
"rstrip": false,
|
218 |
+
"single_word": false
|
219 |
+
},
|
220 |
+
"eos_token": {
|
221 |
+
"content": "</s>",
|
222 |
+
"lstrip": false,
|
223 |
+
"normalized": false,
|
224 |
+
"rstrip": false,
|
225 |
+
"single_word": false
|
226 |
+
},
|
227 |
"mask_token": {
|
228 |
"content": "<mask>",
|
229 |
"lstrip": true,
|
|
|
231 |
"rstrip": false,
|
232 |
"single_word": false
|
233 |
},
|
234 |
+
"pad_token": {
|
235 |
+
"content": "<pad>",
|
236 |
+
"lstrip": false,
|
237 |
+
"normalized": false,
|
238 |
+
"rstrip": false,
|
239 |
+
"single_word": false
|
240 |
+
},
|
241 |
+
"sep_token": {
|
242 |
+
"content": "</s>",
|
243 |
+
"lstrip": false,
|
244 |
+
"normalized": false,
|
245 |
+
"rstrip": false,
|
246 |
+
"single_word": false
|
247 |
+
},
|
248 |
+
"unk_token": {
|
249 |
+
"content": "<unk>",
|
250 |
+
"lstrip": false,
|
251 |
+
"normalized": false,
|
252 |
+
"rstrip": false,
|
253 |
+
"single_word": false
|
254 |
+
}
|
255 |
}
|
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:b3be18cc91c94d4a1d83731ace4dac0b90a7db024edecdeb9fe7d19ec01ce901
|
3 |
+
size 32240136
|
textual/tokenizer_config.json
CHANGED
@@ -1862,9 +1862,10 @@
|
|
1862 |
"zul_Latn"
|
1863 |
],
|
1864 |
"bos_token": "<s>",
|
1865 |
-
"clean_up_tokenization_spaces":
|
1866 |
"cls_token": "<s>",
|
1867 |
"eos_token": "</s>",
|
|
|
1868 |
"legacy_behaviour": false,
|
1869 |
"mask_token": "<mask>",
|
1870 |
"model_max_length": 1024,
|
|
|
1862 |
"zul_Latn"
|
1863 |
],
|
1864 |
"bos_token": "<s>",
|
1865 |
+
"clean_up_tokenization_spaces": false,
|
1866 |
"cls_token": "<s>",
|
1867 |
"eos_token": "</s>",
|
1868 |
+
"extra_special_tokens": {},
|
1869 |
"legacy_behaviour": false,
|
1870 |
"mask_token": "<mask>",
|
1871 |
"model_max_length": 1024,
|
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:328b3ee2a1405f0c62d500e8223a4d2d6ae1d598c675c2b85fda0676a130557b
|
3 |
+
size 372841652
|
visual/rknpu/rk3566/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66fd2ba5a51083d903bdca869947ce8d87d412909c227049801760ff00163db7
|
3 |
+
size 205854323
|
visual/rknpu/rk3576/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f8079aa241f983eee4c80aaea7d97906a43f6103de5912f42508342f18f27d0
|
3 |
+
size 202663347
|
visual/rknpu/rk3588/model.rknn
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:419513fdbdd9aa0fe264f52b2c9c6c0e54184a670e52cb3f0c20fcd15ed8d5ca
|
3 |
+
size 195150899
|