warisqr007 commited on
Commit
7b16efa
·
verified ·
1 Parent(s): 8fa2fa0

Publish VoxEdge public model index

Browse files
Files changed (2) hide show
  1. README.md +45 -0
  2. voxedge-candidates.json +69 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - onnx
5
+ - onnxruntime
6
+ - speech
7
+ - text-to-speech
8
+ - voice-conversion
9
+ - edge-ai
10
+ ---
11
+
12
+ # VoxEdge model index
13
+
14
+ This is the canonical public package index for **VoxEdge**, an offering from
15
+ **Resontra AI**. VoxEdge evaluates and packages speech and agent models for
16
+ bounded, low-latency execution on consumer CPUs and GPUs.
17
+
18
+ The machine-readable candidate inventory is `voxedge-candidates.json`. A row is
19
+ not a performance or availability claim: only an entry with a 40-character Hub
20
+ revision has a published immutable package. Planned and blocked entries expose
21
+ the roadmap without publishing unreviewed weights.
22
+
23
+ ## Current publication set
24
+
25
+ | Candidate | Task | State | Intended artifact repository |
26
+ |---|---|---|---|
27
+ | Qwen3 0.6B INT4 ORT | Local agent LLM | Ready for verified upload | `ResontraAI/voxedge-qwen3-06b-int4-ort` |
28
+ | Pocket TTS English INT8 ONNX | Compact streaming TTS | Pinned; benchmark work pending | `ResontraAI/voxedge-pocket-tts-english-int8-ort` |
29
+ | VoXtream2 | CUDA streaming TTS comparison | CUDA benchmark pending | `ResontraAI/voxedge-voxtream2-cuda` |
30
+ | StreamVoiceAnon INT8 ORT | Voice conversion/anonymization | Local graphs verified; release gates open | `ResontraAI/voxedge-streamvoiceanon-int8-ort` |
31
+ | RVC v2 | Voice conversion | Authorized checkpoint and components missing | `ResontraAI/voxedge-rvc-v2-ort` |
32
+ | Beatrice v2 | Voice conversion | Provider runtime/terms pending | `ResontraAI/voxedge-beatrice-v2-runtime` |
33
+
34
+ ## Safety and provenance boundary
35
+
36
+ Public VoxEdge repositories never contain prompt recordings, target identities,
37
+ speaker embeddings, FAISS speaker indexes, consent records, runtime caches,
38
+ generated review audio, secrets, or checkpoints without explicit redistribution
39
+ rights. Speaker-specific packages are private or gated and separately deletable.
40
+
41
+ Benchmark claims remain tied to their measured hardware and immutable artifact
42
+ hashes. Cloud results do not substitute for physical consumer-device evidence.
43
+
44
+ Source, schemas, and reproducibility tooling live in the
45
+ [VoxEdgeLab repository](https://github.com/warisqr007/VoxEdgeLab).
voxedge-candidates.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "1.0",
3
+ "namespace": "ResontraAI",
4
+ "repo_id": "ResontraAI/voxedge-model-index",
5
+ "updated_at": "2026-08-13",
6
+ "publication_policy": "The public index may describe candidates and immutable non-identity packages, but it never contains recordings, embeddings, speaker indexes, private voices, secrets, or unreviewed weights.",
7
+ "entries": [
8
+ {
9
+ "id": "qwen3-06b-int4-ort",
10
+ "task": "text_llm",
11
+ "artifact_repo_id": "ResontraAI/voxedge-qwen3-06b-int4-ort",
12
+ "package_state": "ready_not_uploaded",
13
+ "hub_revision": null,
14
+ "planned_visibility": "public",
15
+ "identity_artifacts_allowed": false,
16
+ "blockers": ["Hub upload and remote hash verification"]
17
+ },
18
+ {
19
+ "id": "pocket-tts-english-int8-onnx",
20
+ "task": "tts",
21
+ "artifact_repo_id": "ResontraAI/voxedge-pocket-tts-english-int8-ort",
22
+ "package_state": "planned_benchmark",
23
+ "hub_revision": null,
24
+ "planned_visibility": "public",
25
+ "identity_artifacts_allowed": false,
26
+ "blockers": ["selective acquisition", "runtime review and binding", "native-to-ONNX parity", "consented fixed-voice review", "latency, quality, memory, and soak evidence"]
27
+ },
28
+ {
29
+ "id": "voxtream2-cuda-streaming",
30
+ "task": "tts",
31
+ "artifact_repo_id": "ResontraAI/voxedge-voxtream2-cuda",
32
+ "package_state": "planned_benchmark",
33
+ "hub_revision": null,
34
+ "planned_visibility": "public",
35
+ "identity_artifacts_allowed": false,
36
+ "blockers": ["eligible CUDA host", "native benchmark", "prompt deletion and lifecycle tests", "redistribution attribution review"]
37
+ },
38
+ {
39
+ "id": "streamvoiceanon-int8-cpu",
40
+ "task": "voice_conversion",
41
+ "artifact_repo_id": "ResontraAI/voxedge-streamvoiceanon-int8-ort",
42
+ "package_state": "blocked_release_gates",
43
+ "hub_revision": null,
44
+ "planned_visibility": "public",
45
+ "identity_artifacts_allowed": false,
46
+ "blockers": ["component redistribution review", "consented speech-quality and privacy evaluation", "physical x86 and CUDA measurements"]
47
+ },
48
+ {
49
+ "id": "rvc-v2-ort",
50
+ "task": "voice_conversion",
51
+ "artifact_repo_id": "ResontraAI/voxedge-rvc-v2-ort",
52
+ "package_state": "blocked_missing_authorized_artifacts",
53
+ "hub_revision": null,
54
+ "planned_visibility": "private_or_gated",
55
+ "identity_artifacts_allowed": false,
56
+ "blockers": ["authorized target checkpoint", "ContentVec and RMVPE acquisition", "native-to-ONNX parity", "speaker-specific distribution rights"]
57
+ },
58
+ {
59
+ "id": "beatrice-v2-runtime",
60
+ "task": "voice_conversion",
61
+ "artifact_repo_id": "ResontraAI/voxedge-beatrice-v2-runtime",
62
+ "package_state": "blocked_external_runtime_and_terms",
63
+ "hub_revision": null,
64
+ "planned_visibility": "private_or_gated",
65
+ "identity_artifacts_allowed": false,
66
+ "blockers": ["provider runtime and checkpoint access", "provider redistribution terms", "provider-authorized identity", "runtime parity and benchmark evidence"]
67
+ }
68
+ ]
69
+ }