Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- openvoiceos
|
| 5 |
+
- benchmark
|
| 6 |
+
- predictions
|
| 7 |
+
- voice-activity-detection
|
| 8 |
+
- vad
|
| 9 |
+
pretty_name: OVOS vad bench — speech-vs-nonspeech
|
| 10 |
+
configs:
|
| 11 |
+
- config_name: default
|
| 12 |
+
data_files:
|
| 13 |
+
- split: en
|
| 14 |
+
path: predictions/en/*.jsonl
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# OVOS `vad` bench — `speech-vs-nonspeech`
|
| 18 |
+
|
| 19 |
+
Per-clip speech / non-speech decisions predictions of the registered
|
| 20 |
+
[OVOS Plugin Arena](https://github.com/OpenVoiceOS/ovos-plugin-arena)
|
| 21 |
+
`vad` fighters over
|
| 22 |
+
[`TigreGotico/not-wake-words-speech-en`](https://huggingface.co/datasets/TigreGotico/not-wake-words-speech-en).
|
| 23 |
+
|
| 24 |
+
One dedicated repo per modality; one dataset split per language; one JSONL
|
| 25 |
+
file per fighter under `predictions/<lang>/<competitor_id>.jsonl`. Rows follow
|
| 26 |
+
the arena §3.2 contract (pinned `dataset_revision`, `plugin_version`,
|
| 27 |
+
`latency_ms`). Produced by the reproducible benchmark script in the arena repo;
|
| 28 |
+
the arena's `assemble` workflow turns these rows into benchmark boards, blind
|
| 29 |
+
battle pools and a benchmark-seeded ELO ladder.
|
| 30 |
+
|
| 31 |
+
Funded by the [NGI0 Commons Fund](https://nlnet.nl/project/OpenVoiceOS) /
|
| 32 |
+
[NLnet](https://nlnet.nl) under grant agreement No
|
| 33 |
+
[101135429](https://cordis.europa.eu/project/id/101135429), through the
|
| 34 |
+
European Commission's [Next Generation Internet](https://ngi.eu) programme.
|