Xenova HF Staff commited on
Commit
e020850
·
verified ·
1 Parent(s): db4cea3

Upload folder using huggingface_hub (#12)

Browse files

- Upload folder using huggingface_hub (f05cef07627e42238aac5071867bd925bdd1be01)

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. AdamCodd/yolos-small-person/model.onnx +3 -0
  2. BritishWerewolf/IS-Net/model.onnx +3 -0
  3. Oblix/yolov8x-doclaynet_ONNX/model.onnx +3 -0
  4. Oblix/yolov8x-doclaynet_ONNX/model_quantized.onnx +3 -0
  5. Xenova/EsperBERTo-small-pos/model.onnx +3 -0
  6. Xenova/EsperBERTo-small-pos/model_quantized.onnx +3 -0
  7. Xenova/J-350M/decoder_model_merged.onnx +3 -0
  8. Xenova/J-350M/decoder_model_merged_quantized.onnx +3 -0
  9. Xenova/Qwen1.5-0.5B/decoder_model_merged.onnx +3 -0
  10. Xenova/Qwen1.5-0.5B/decoder_model_merged_quantized.onnx +3 -0
  11. Xenova/ast-finetuned-audioset-16-16-0.442/model.onnx +3 -0
  12. Xenova/ast-finetuned-audioset-16-16-0.442/model_fp16.onnx +3 -0
  13. Xenova/ast-finetuned-audioset-16-16-0.442/model_quantized.onnx +3 -0
  14. Xenova/beit-base-patch16-224-pt22k-ft22k/model.onnx +3 -0
  15. Xenova/beit-base-patch16-224-pt22k-ft22k/model_fp16.onnx +3 -0
  16. Xenova/beit-base-patch16-224-pt22k-ft22k/model_quantized.onnx +3 -0
  17. Xenova/beit-base-patch16-384/model.onnx +3 -0
  18. Xenova/beit-base-patch16-384/model_fp16.onnx +3 -0
  19. Xenova/beit-base-patch16-384/model_quantized.onnx +3 -0
  20. Xenova/beit-large-patch16-224-pt22k-ft22k/model.onnx +3 -0
  21. Xenova/beit-large-patch16-224-pt22k-ft22k/model_fp16.onnx +3 -0
  22. Xenova/beit-large-patch16-224-pt22k-ft22k/model_quantized.onnx +3 -0
  23. Xenova/beit-large-patch16-224-pt22k/model.onnx +3 -0
  24. Xenova/beit-large-patch16-224-pt22k/model_quantized.onnx +3 -0
  25. Xenova/beit-large-patch16-224/model.onnx +3 -0
  26. Xenova/beit-large-patch16-224/model_fp16.onnx +3 -0
  27. Xenova/beit-large-patch16-224/model_quantized.onnx +3 -0
  28. Xenova/bloomz-560m/decoder_model_merged.onnx +3 -0
  29. Xenova/bloomz-560m/decoder_model_merged_quantized.onnx +3 -0
  30. Xenova/convnext-xlarge-384-22k-1k/model.onnx +3 -0
  31. Xenova/convnext-xlarge-384-22k-1k/model_fp16.onnx +3 -0
  32. Xenova/convnext-xlarge-384-22k-1k/model_quantized.onnx +3 -0
  33. Xenova/convnextv2-large-22k-384/model.onnx +3 -0
  34. Xenova/convnextv2-large-22k-384/model_fp16.onnx +3 -0
  35. Xenova/convnextv2-large-22k-384/model_quantized.onnx +3 -0
  36. Xenova/deeplabv3-mobilevit-small/model.onnx +3 -0
  37. Xenova/deeplabv3-mobilevit-small/model_fp16.onnx +3 -0
  38. Xenova/deeplabv3-mobilevit-small/model_quantized.onnx +3 -0
  39. Xenova/deeplabv3-mobilevit-xx-small/model.onnx +3 -0
  40. Xenova/deeplabv3-mobilevit-xx-small/model_fp16.onnx +3 -0
  41. Xenova/deeplabv3-mobilevit-xx-small/model_quantized.onnx +3 -0
  42. Xenova/deit-base-distilled-patch16-384/model.onnx +3 -0
  43. Xenova/deit-base-distilled-patch16-384/model_fp16.onnx +3 -0
  44. Xenova/deit-base-distilled-patch16-384/model_quantized.onnx +3 -0
  45. Xenova/deit-small-distilled-patch16-224/model.onnx +3 -0
  46. Xenova/deit-small-distilled-patch16-224/model_fp16.onnx +3 -0
  47. Xenova/deit-small-distilled-patch16-224/model_quantized.onnx +3 -0
  48. Xenova/deit-tiny-distilled-patch16-224/model.onnx +3 -0
  49. Xenova/deit-tiny-distilled-patch16-224/model_fp16.onnx +3 -0
  50. Xenova/deit-tiny-distilled-patch16-224/model_quantized.onnx +3 -0
AdamCodd/yolos-small-person/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ea3b7cb146e6a520d713af51de646f2d5b012cf0c90218482de749b39e413df
3
+ size 271064
BritishWerewolf/IS-Net/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a4b5095a410be1fa7c9aab196bb3f25fb55ff4b7d35ff64ce7d5660a5bfe8f8
3
+ size 2568569
Oblix/yolov8x-doclaynet_ONNX/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fd06b0cce5a8c9617718ee50bdc0e53e862dfb7b78129159ff3029102d83380
3
+ size 232601
Oblix/yolov8x-doclaynet_ONNX/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e8f9f83ea48467df697bcfeff827d44a2167e18b46cba689549d9624a46fcb
3
+ size 389226
Xenova/EsperBERTo-small-pos/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:795e2f5038cbd8c06f18aed162b19fa7b5e4bf1b97a754b87d7b8ae757e11d72
3
+ size 140857
Xenova/EsperBERTo-small-pos/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1acfbd60ab824670f7c4b3cd40468ee84d480b6f8d8405ecfecf0bb05ea5430b
3
+ size 234218
Xenova/J-350M/decoder_model_merged.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03faa50a4a2d0a342667a31731e6916f8138c79fe340a6e1da7e769e0c9d263f
3
+ size 1838808
Xenova/J-350M/decoder_model_merged_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a147ad1416e7178494e2e9ef3a09ee7c03960eec7b244717d0020094d5b9daf
3
+ size 2534512
Xenova/Qwen1.5-0.5B/decoder_model_merged.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d3edadb8714cb05533c60d41127cb0b038da8fcd39c92b0ba534e3c34fe7213
3
+ size 757177
Xenova/Qwen1.5-0.5B/decoder_model_merged_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd1dd6ae6431d6a7849da703dc1f1a95e687e285f721694119b9396ae4277ebf
3
+ size 1163049
Xenova/ast-finetuned-audioset-16-16-0.442/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ecd918abf9339fe1a1cf26fb6b11fdf23ddc6793c1ef4942d034b7ef1de9958
3
+ size 364711
Xenova/ast-finetuned-audioset-16-16-0.442/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55e2bbcdf2c55f7404a31c4f5df6422db1e497b215e72dd4fddd531baa7ae90f
3
+ size 485537
Xenova/ast-finetuned-audioset-16-16-0.442/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:890eb0b533ec6e7f80c6d47542ae830a2bbd50273d47ba81a4ee8ba4359e8cb4
3
+ size 601856
Xenova/beit-base-patch16-224-pt22k-ft22k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e57847dbbc0861864135413abb868a9aca5987c70014a309f84d18a5875befec
3
+ size 260617
Xenova/beit-base-patch16-224-pt22k-ft22k/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00e93a837980c2ba0a3b257f578c6689084123ca4b72a8e7d7684d1d03f30c0c
3
+ size 349578
Xenova/beit-base-patch16-224-pt22k-ft22k/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5bc81bbca7573ccc531d4e5f300c228a1dea575fa92e844f05f84b22f1078c
3
+ size 439156
Xenova/beit-base-patch16-384/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1bbaf828f988cd65fd15ea8a3d03a5bf56b6fb093e014f9d2b4e8fac594697c
3
+ size 260616
Xenova/beit-base-patch16-384/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faaaa5d7e7b2812545db1e288499a2598c4ad12e77dc4a5ab0b0a44e42293afc
3
+ size 349576
Xenova/beit-base-patch16-384/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2275c9d20325081be83eed00bda47ee4dd60a6a9dc66ee8f232626efc90c1cb4
3
+ size 439155
Xenova/beit-large-patch16-224-pt22k-ft22k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6182f36cf780d6524b9e179bf671a60e5e685f4f83a9e8f2543ba6d3fc58670c
3
+ size 517705
Xenova/beit-large-patch16-224-pt22k-ft22k/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:154220a5d1219f83eb0c86cd4d55addced44b17800c07a73cb0af6c93ed96198
3
+ size 694098
Xenova/beit-large-patch16-224-pt22k-ft22k/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50a09b6f15c2a3b5ae61beb98009ff781824e7e7988b8ac4e3e58908c58a5ba3
3
+ size 871936
Xenova/beit-large-patch16-224-pt22k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc23da293b6b1314c0795f850a3d2469b2b3fe3accc60d7f510e9fddc274f3cb
3
+ size 517703
Xenova/beit-large-patch16-224-pt22k/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32e68c19cfce46402ffb365075438a169a04af2591f8f6b2b9ce2f82ade9ae09
3
+ size 871934
Xenova/beit-large-patch16-224/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9ce1149a335b5ec892491682f6426218ac0727e7b3e1835f0aa1feb205ce4a4
3
+ size 517704
Xenova/beit-large-patch16-224/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2fc4da376988f7d96860b4a42ad07f6969f212bf296b4ef798129e14c0c8706
3
+ size 694096
Xenova/beit-large-patch16-224/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:931163c4b84cec01e4e9e86527c1158818b79b06075e344ee51079d73b7bfd09
3
+ size 871935
Xenova/bloomz-560m/decoder_model_merged.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1601b9dd79fa47550f288846b4bac7c86ebdfae027bf73efa4cf9766a75df4eb
3
+ size 1358842
Xenova/bloomz-560m/decoder_model_merged_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb0f81db7c8b5cd46fa818d20c98dc5696239378233c3517ca9b096738e572e
3
+ size 2029747
Xenova/convnext-xlarge-384-22k-1k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb506b641717f1381876a70d304cd5016b1c70d40178f545af66e6c568f63ec1
3
+ size 252717
Xenova/convnext-xlarge-384-22k-1k/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7023716e4c8974ef576b60c890f2bfd710de395221f1ca0ba778b910e674d400
3
+ size 371520
Xenova/convnext-xlarge-384-22k-1k/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcffe0e730f952c03b940529f39b052138aad3234599eeb959ddd0055fd634a3
3
+ size 555437
Xenova/convnextv2-large-22k-384/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf8604ced84f199c8798801877f11158bc1ce3316d480e219462a4723adc694
3
+ size 367731
Xenova/convnextv2-large-22k-384/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8122c611d559834f02497e21e45a012b2a8f47681b377b7cd051ceba034308f6
3
+ size 536719
Xenova/convnextv2-large-22k-384/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31ef37b7501f2aa4287a1aa1783a9dce0795bab76d5270dd3e7c59954f9c02dd
3
+ size 725076
Xenova/deeplabv3-mobilevit-small/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3cbf9ed305a91f5f39972ed6d57acc226c2d9355594351ade65e835c37ee6d2
3
+ size 309009
Xenova/deeplabv3-mobilevit-small/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b3c4dc763c46b074f678128407ce758f32e8baf36e54ed04bd44da2bd52e753
3
+ size 412800
Xenova/deeplabv3-mobilevit-small/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c722e2a91879e9dd6a57da6a1548f49875599af2a897322d0cedac395ca35ebe
3
+ size 574248
Xenova/deeplabv3-mobilevit-xx-small/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7c117b383fadc2ed570f0518a9f9c9b144a0fcb2a531cbdee569c8c83c8de94
3
+ size 309196
Xenova/deeplabv3-mobilevit-xx-small/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9389a3e05d7cbd06a9d4a4b5b164485439f584aef3932a9bcc2b09604115c39d
3
+ size 413067
Xenova/deeplabv3-mobilevit-xx-small/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:479e23f76577338491cccf635e4a6a83593e57cc93270575df1a81d6cb38df8f
3
+ size 574347
Xenova/deit-base-distilled-patch16-384/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61ce855696dce772e352648733fda7b6dc08c8115749eab2394cede9e437492f
3
+ size 259943
Xenova/deit-base-distilled-patch16-384/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2a27f589ff1cacfd66fcc6df50de64fd717bb7daa26d534fd739c66ff1a9b2c
3
+ size 348634
Xenova/deit-base-distilled-patch16-384/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b79e99146f076a24306f0c5a369fe26826032ba71835fc881181c33476226e6
3
+ size 439309
Xenova/deit-small-distilled-patch16-224/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67b76757f02da42e05945e509b745392fb2fbe11c4b6efc382f3881279726726
3
+ size 259943
Xenova/deit-small-distilled-patch16-224/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e59d050aa1ea503113b99e1fb65f3d88d53211c39f6e301ae694f291a364f6b
3
+ size 348634
Xenova/deit-small-distilled-patch16-224/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:105a17d83932b048673004431f5cfb40819eefb5312a33c58ac0a3375cec96aa
3
+ size 439309
Xenova/deit-tiny-distilled-patch16-224/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00fb5edbbcb344be7d93595244b9ac9035eccfad43f4c05286ae88450e264a9b
3
+ size 259943
Xenova/deit-tiny-distilled-patch16-224/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66dbe9f9f673a2f52c0f246e4205c1c39c18ba9106d46629e8f3ae86293a472b
3
+ size 348634
Xenova/deit-tiny-distilled-patch16-224/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4216ddd948ebb69be10b8e337d6c45b81cb0a1f52cd715fffed491dffba3fe
3
+ size 439309