datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
model-explorersherpa-onnx-asr-modelssherpa-onnx-tts-modelshiggs-audio-v3-tts-4b-models-onnx
Higgs Audio v3 TTS model payload
This dataset was prepared by HiggsAudioModelsUploader.
Source repository: onnx-community/higgs-audio-v3-tts-4b
Revision: main
Layout: onnx
Required backend: higgs-audio-v3-onnx
Default model file: cpu_fp32/audio_embed.onnx
Contains Transformers trust_remote_code files: False
Files: 50
Expected Kaggle runner environment:
HIGGS_AUDIO_MODEL_DATASET_REF=/higgs-audio-v3-tts-4b-models-onnx
HIGGS_AUDIO_BACKEND=onnx
HIGGS_AUDIO_DEVICE=cuda… See the full description on the dataset page: https://huggingface.co/datasets/stokiz/higgs-audio-v3-tts-4b-models-onnx.OnnxRuntime-Encoder-Benchmarkonnx-genai-inference-metadata-catalogue
Private ONNX inference metadata catalogue
catalogue.jsonl contains one JSON object per private real-weight package or
canonical metadata profile. Rows pin source and package revisions, source
license, runtime evidence, output summaries, and any substitution rationale.
Model repositories contain canonical hashless inference_metadata.yaml;
artifact integrity hashes live only in distribution evidence and manifests.
Collection annotation audit
All 28 model… See the full description on the dataset page: https://huggingface.co/datasets/justinchuby/onnx-genai-inference-metadata-catalogue.voxcpm2-onnx-modelsonnx_model
Direct Use
https://tztechno.github.io/tz_tensorflowjs/03_ASL/index.html
https://tztechno.github.io/tz_tensorflowjs/04_face_emotion/index.html
https://tztechno.github.io/tz_tensorflowjs/05_rps/index.html
https://tztechno.github.io/tz_tensorflowjs/06_rps2/index.html
ONNX-Bench
ONNX-Bench
Paper
Code
Project Page
A large-scale benchmark of neural network architectures represented in a unified ONNX format with performance labels. Designed to train and evaluate universal, search-space-agnostic surrogate models.
✨ Highlights
📦 649,596 architectures across multiple NAS search spaces, standardised to ONNX.
🧪 Consistent evaluation on CIFAR-10 for most spaces; includes additional UnseenNAS tasks within einspace.
🧱 Rich architectural diversity… See the full description on the dataset page: https://huggingface.co/datasets/carlosqsw/ONNX-Bench.mobilewan-onnxpoc-openvino-onnx-uint64-overflow
PoC: OpenVINO ONNX External Data uint64 Integer Overflow
Summary
The ONNX external data bounds check m_offset + m_data_length > file_size is vulnerable to uint64 integer overflow. When offset and length sum to exactly 2^64, the result wraps to 0, bypassing the check. The subsequent pointer arithmetic mapped_memory->data() + offset produces a wild pointer.
Confirmed on OpenVINO 2025.4.1 — model loads successfully with overflowed values.
Root Cause… See the full description on the dataset page: https://huggingface.co/datasets/0xiviel/poc-openvino-onnx-uint64-overflow.flan-t5-onnx
flan-t5-onnx
This is an ONNX export of the Google FLAN T5 models. It includes every size except xxl.
The export script is included at ./exportt5.py.
license: apache-2.0
onnxruntime-webgpu-test-dataonnxruntime_chinese_mirror这个是onnxruntime官方发行的预编译包,主要是windows和linux安装包,下载前需要注意以下问题:
第一:如果您是下载GPU版本即cuda版本需要提前去https://blog.csdn.net/FL1623863129/article/details/127887083
对应onnxruntime和cuda对应版本,以确保下载安装包符合自己的cuda版本
第二:
onnxruntime-win-x86表示windows x86系统使用onnxruntime C++库,您可以在x64系统使用这个32位库
onnxruntime-win-x64-gpu表示windows x64系统使用cuda版本onnxruntime C++库,不支持x86系统,cuda版本需要去查对应版本
onnxruntime-win-x64表示windows x64系统使用cpu版本onnxruntime C++库,不支持x86系统
onnxruntime-linux-x64-gpu-cuda12表示linux x64系统使用gpu版本onnxruntime… See the full description on the dataset page: https://huggingface.co/datasets/futureflsl/onnxruntime_chinese_mirror.bioclip-tree-onnxbridge_best_onnxPP-OCRv5_ONNXONNX-converted models from PaddlePaddle/PaddleOCR.
Models
Model
Purpose
PP-OCRv5_mobile_det.onnx
Text detection
PP-OCRv5_mobile_rec.onnx
Text recognition
PP-LCNet_x1_0_table_cls.onnx
Table classification
UVDoc.onnx
Document image correction
SLANeXt_wired.onnx
Table structure recognition (wired)
SLANeXt_wireless.onnx
Table structure recognition (wireless)
Source
Converted from PaddlePaddle format using Paddle2ONNX.
License… See the full description on the dataset page: https://huggingface.co/datasets/BMekiker/PP-OCRv5_ONNX.stella_en_400m_v5_onnxonnx-sdxl-webcpu-demol2cs-gaze-onnxonnx-tensorrt-oob-pocm2m100-418m-fp16-merged-onnx-ios-package
M2M100 418M FP16 Merged ONNX iOS Package
This repository contains an ONNX FP16 merged runtime package converted from
facebook/m2m100_418M for use
in an offline iOS translation app.
This is a converted runtime package. It is not the original unmodified PyTorch
model checkpoint published by Meta/Facebook.
This repository is not endorsed by Meta/Facebook.
Package contents
The archive m2m100-418m-fp16-merged-ios.zip contains one top-level folder… See the full description on the dataset page: https://huggingface.co/datasets/ctc88haha/m2m100-418m-fp16-merged-onnx-ios-package.poc-onnxruntime-sparse-oobDEAD-text-onnxwav2vec2-onnxsurml-poc-unrestricted-onnxpoc-openvino-onnx-path-traversal
PoC: OpenVINO ONNX External Data Path Traversal (Arbitrary File Read)
Summary
A malicious .onnx model can read arbitrary files from the filesystem via path traversal in the external_data location field.
Confirmed on OpenVINO 2025.4.1 — reads /etc/passwd contents as tensor data.
Root Cause
ov::util::sanitize_path() at file_util.cpp:107 only strips leading /.\\ characters. A path like x/../../../etc/passwd starts with x (not in strip set), so it passes through… See the full description on the dataset page: https://huggingface.co/datasets/0xiviel/poc-openvino-onnx-path-traversal.pure-onnx
SPLADE Endpoint Golden Dataset (v1)
This dataset contains sparse vectors generated from a SPLADE inference service.
Source
Model: prithivida/Splade_PP_en_v1
Generated at (UTC): 2026-02-21T19:09:51.715028+00:00
Rows: 20
Digest (JSONL SHA-256): 050715eeb0a288daa486444e6bad006a98705f1c0a6e8f3780e0c46b1614105c
Notes
Inputs are short synthetic test prompts for regression parity.
Labels are included in this release for parity validation.
No private endpoint… See the full description on the dataset page: https://huggingface.co/datasets/tazarov/pure-onnx.onnx-weight-08-juneinswapper_128.onnx
