Yang Gu
commited on
Commit
·
de07f5e
1
Parent(s):
c56080f
Init
Browse filesModels are copied from https://huggingface.co/webml/models
This view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- 01.onnx +3 -0
- deeplab-mobilenetv2.onnx +3 -0
- deeplab_mobilenetv2.onnx +3 -0
- deeplabv3-mobilevit-small-optimized.onnx +3 -0
- deeplabv3-mobilevit-small.onnx +3 -0
- densenet-9.onnx +3 -0
- dml-ai-hub-models/.gitkeep +0 -0
- dml-ai-hub-models/swin_small.onnx +3 -0
- efficientnet-lite4-11.onnx +3 -0
- emotion-ferplus-8.onnx +3 -0
- fns-candy.onnx +3 -0
- fp16/.gitkeep +0 -0
- fp16/efficientnet-lite4-opset-11-fp16.onnx +3 -0
- fp16/faster-r-cnn-opset-12-fp16.onnx +3 -0
- fp16/fcn-resnet50-opset-12-fp16.onnx +3 -0
- fp16/image-classification/.gitkeep +0 -0
- fp16/image-classification/efficientnet-lite4_fp16.onnx +3 -0
- fp16/image-classification/mobilenet-v2_fp16.onnx +3 -0
- fp16/image-classification/resnet-50_fp16.onnx +3 -0
- fp16/inception-v1-opset-12-fp16.onnx +3 -0
- fp16/mobilenetv2-fp16.onnx +3 -0
- fp16/realesrgan/.gitkeep +0 -0
- fp16/realesrgan/RealESRGAN_x4plus_fp16_t1024_torchscript.onnx +3 -0
- fp16/realesrgan/RealESRGAN_x4plus_fp16_t128_torchscript.onnx +3 -0
- fp16/realesrgan/RealESRGAN_x4plus_fp16_t256_torchscript.onnx +3 -0
- fp16/realesrgan/RealESRGAN_x4plus_fp16_t512_torchscript.onnx +3 -0
- fp16/realesrgan/RealESRGAN_x4plus_fp16_t64_torchscript.onnx +3 -0
- fp16/resnet50-v1-opset-12-fp16-fixed-dim.onnx +3 -0
- fp16/sd-safety-checker.onnx +3 -0
- fp16/sd-turbo/.gitkeep +0 -0
- fp16/sd-turbo/text_encoder/.gitkeep +0 -0
- fp16/sd-turbo/text_encoder/model.onnx +3 -0
- fp16/sd-turbo/text_encoder/model_layernorm.onnx +3 -0
- fp16/sd-turbo/unet/.gitkeep +0 -0
- fp16/sd-turbo/unet/model.onnx +3 -0
- fp16/sd-turbo/unet/model_layernorm.onnx +3 -0
- fp16/sd-turbo/vae_decoder/.gitkeep +0 -0
- fp16/sd-unet-f16.onnx +3 -0
- fp16/sd-unet-v1.5-model-b2c4h64w64s77-float16-compute-and-inputs-layernorm.onnx +3 -0
- fp16/sd_safety_checker_int32_reduceSum.onnx +3 -0
- fp16/segment-anything/.gitkeep +0 -0
- fp16/segment-anything/sam_vit_b_01ec64.decoder-fp16.onnx +3 -0
- fp16/segment-anything/sam_vit_b_01ec64.encoder-fp16.onnx +3 -0
- fp16/shufflenet-v2-opset-12-fp16.onnx +3 -0
- fp16/squeezenet1.0-opset-12-fp16.onnx +3 -0
- fp16/ssd-mobilenet-v1-opset-12-fp16.onnx +3 -0
- fp16/ssd-opset-12-fp16.onnx +3 -0
- fp16/stable-diffusion-1.5/.gitkeep +0 -0
- fp16/stable-diffusion-1.5/Stable-Diffusion-v1.5-text-encoder-float16.onnx +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ 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 |
+
fp16/tinyllama-1.1b-chat-v1.0/decoder_model_merged.onnx.data filter=lfs diff=lfs merge=lfs -text
|
01.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:938db8c9f82c8cb58d3f3ef4fd250036a48d26a712753d2fde5abd03a85cabf4
|
3 |
+
size 2
|
deeplab-mobilenetv2.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8590cd746d2b12cee63cf18430c21e52ee8898fac91ed68f7f9b657b283fc372
|
3 |
+
size 8458142
|
deeplab_mobilenetv2.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8590cd746d2b12cee63cf18430c21e52ee8898fac91ed68f7f9b657b283fc372
|
3 |
+
size 8458142
|
deeplabv3-mobilevit-small-optimized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3708618b26f59c9dce584ef29c8f7ae4452bcb0fd625b4f5a6923a103a2f1f5d
|
3 |
+
size 25579611
|
deeplabv3-mobilevit-small.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9ebc9436f8387fac8595e99566c3b4eae2802bd614924468d7a3d0948e4dbd7
|
3 |
+
size 25725066
|
densenet-9.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:875fb597a9f0f79cca8a9db610a355920b13959fbe7dc35b759dd35f4d25e291
|
3 |
+
size 32719461
|
dml-ai-hub-models/.gitkeep
ADDED
File without changes
|
dml-ai-hub-models/swin_small.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4addcddfe33eca5a244a2c6f975ca4a717cc7eb4de68ec7c88db412503a86191
|
3 |
+
size 202043528
|
efficientnet-lite4-11.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d111689907c06eea7c82e4833ddef758da6453b9d4cf60b7e99ca05c7cbd9c12
|
3 |
+
size 51946641
|
emotion-ferplus-8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2a2ba6a335a3b29c21acb6272f962bd3d47f84952aaffa03b60986e04efa61c
|
3 |
+
size 35040571
|
fns-candy.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d351b132bb3bae5ad92843163839e385239e935afbddce9b8f260e0af7890df
|
3 |
+
size 1712448
|
fp16/.gitkeep
ADDED
File without changes
|
fp16/efficientnet-lite4-opset-11-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77312ca66273f98e7e15f467705a82ab8565f01633985e2ed7ef1c1abbf1122c
|
3 |
+
size 26031048
|
fp16/faster-r-cnn-opset-12-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6caf1ad3b4f8a358ea13589c927a0bb35d5167f205985cb5e3a92ddc97748b35
|
3 |
+
size 88546970
|
fp16/fcn-resnet50-opset-12-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84ea9107ac3cd0048ff7067377ac43d6f8b3c35177c78550bbabdb20e6827a11
|
3 |
+
size 70611917
|
fp16/image-classification/.gitkeep
ADDED
File without changes
|
fp16/image-classification/efficientnet-lite4_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4b92c3122c4a05d990c9c100540e42347ac9b3a633d169f03725b55e27fa932
|
3 |
+
size 26030895
|
fp16/image-classification/mobilenet-v2_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da58e5627e642304702a2b8cb40eca972eb7b1fb675c8a9a198e615c927d962e
|
3 |
+
size 7784357
|
fp16/image-classification/resnet-50_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cd91529d981a9b27ee1a3d9dd8dd0e3a3d01da93d7aa16032a8fd6d0aed14b7
|
3 |
+
size 51111653
|
fp16/inception-v1-opset-12-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d12e864e3e90ac3035a5074800998603f77ea26627a1f6797ccb810938de93d4
|
3 |
+
size 14024874
|
fp16/mobilenetv2-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a7c212ddc5742440ad99169fcbcf14b2803b9cccb37c13706b0dcf38873f253
|
3 |
+
size 7784186
|
fp16/realesrgan/.gitkeep
ADDED
File without changes
|
fp16/realesrgan/RealESRGAN_x4plus_fp16_t1024_torchscript.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ed3904e605cff5b1f7a3562e3f268ab8160e6611b079ef9314aef2f4dc0d836
|
3 |
+
size 37006577
|
fp16/realesrgan/RealESRGAN_x4plus_fp16_t128_torchscript.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c30ab4af3738b481c82c39062408eb235f07f773f4895f768d4b2cb60d1dc0a6
|
3 |
+
size 37006577
|
fp16/realesrgan/RealESRGAN_x4plus_fp16_t256_torchscript.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:890defec8bd0905d6fcaea86dd81fd402e2467713083ca751462c05ed9119563
|
3 |
+
size 37006577
|
fp16/realesrgan/RealESRGAN_x4plus_fp16_t512_torchscript.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fb8e0be884a5f0e151ea55bf9b9dafb7814a4104b1edad97bd027ed7a813433
|
3 |
+
size 37006577
|
fp16/realesrgan/RealESRGAN_x4plus_fp16_t64_torchscript.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f37b3e9afbcae3f80166bb3df0ee97d6953ef64bf97256d56fef096e4cf60d87
|
3 |
+
size 37006575
|
fp16/resnet50-v1-opset-12-fp16-fixed-dim.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f85550f52a3a62e7e57940f5fd9cfe8325afc31d417cf8b5f6a9bcf9b55b50a0
|
3 |
+
size 65027412
|
fp16/sd-safety-checker.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:523792fe8eac01a724dc42ccd33940bfbdd8b21392c604cf1a15aad2b6f87fc7
|
3 |
+
size 608675848
|
fp16/sd-turbo/.gitkeep
ADDED
File without changes
|
fp16/sd-turbo/text_encoder/.gitkeep
ADDED
File without changes
|
fp16/sd-turbo/text_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2188d058ad94d09bca38a68fc6a73dfea02350a875358106305ed0eb31952b3c
|
3 |
+
size 681393086
|
fp16/sd-turbo/text_encoder/model_layernorm.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62c42954cca21763c2e716f6c3eef91bb32bbcda3fb29b1924e58243c8c43a03
|
3 |
+
size 681043453
|
fp16/sd-turbo/unet/.gitkeep
ADDED
File without changes
|
fp16/sd-turbo/unet/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b4333f3f0aff615eb26fe9b117bf5c7921db2207a67d18ca3421cc7b2d2c080
|
3 |
+
size 1732687681
|
fp16/sd-turbo/unet/model_layernorm.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c1b4f76d8fa3aa0f1e22b34998f539260641b640a93616f4447797faf441479
|
3 |
+
size 1732497500
|
fp16/sd-turbo/vae_decoder/.gitkeep
ADDED
File without changes
|
fp16/sd-unet-f16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7871214c457a2fe9438709b82ace0cb8ea29ce44a1ea6b978f52dde25fb9944c
|
3 |
+
size 1719620852
|
fp16/sd-unet-v1.5-model-b2c4h64w64s77-float16-compute-and-inputs-layernorm.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d680d78f36f5722c0205258337e91c41e0d552d17f812cffbe4f3fb138de3c82
|
3 |
+
size 1719405068
|
fp16/sd_safety_checker_int32_reduceSum.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0c073d6ba8e687664e5db663baf89cd15b5533a2506b04f8abd07df1ebb70ed
|
3 |
+
size 608675840
|
fp16/segment-anything/.gitkeep
ADDED
File without changes
|
fp16/segment-anything/sam_vit_b_01ec64.decoder-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c093420917cbfa116fbe7f8311121b983d3534cc7a2d189f52967cbd04d154b
|
3 |
+
size 8437186
|
fp16/segment-anything/sam_vit_b_01ec64.encoder-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97f9262bec94062b7ab40abb05cc2a5aecd8450460ac81c11b134dd9895fbc2f
|
3 |
+
size 179955678
|
fp16/shufflenet-v2-opset-12-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a3bb30201e8af53d1657c4680a70aa40c4006d2b03c6df448cf924ed536d4c8
|
3 |
+
size 4637209
|
fp16/squeezenet1.0-opset-12-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec43aca36ab96cc578af9d724bf58d703db0d0071ef4f4310a05327a9845ab18
|
3 |
+
size 2481997
|
fp16/ssd-mobilenet-v1-opset-12-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c00f7cc0e6c66ba548b7ff9dc51c1170d70bd5bd5d89073fb0abb9dbf21cb969
|
3 |
+
size 17811208
|
fp16/ssd-opset-12-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47fbc0838fb5ce21b9e997e9859878e755308fae0f3c375da2b2ea9b71e77c8b
|
3 |
+
size 40221113
|
fp16/stable-diffusion-1.5/.gitkeep
ADDED
File without changes
|
fp16/stable-diffusion-1.5/Stable-Diffusion-v1.5-text-encoder-float16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52a100df352408d691cd741f9887827cb1e211608cad3ff4f9d85b22127eafee
|
3 |
+
size 246461779
|