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