File size: 1,743 Bytes
573e17e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | ---
language:
- hy
license: cc-by-4.0
tags:
- automatic-speech-recognition
- armenian
- fleurs
pretty_name: FLEURS Armenian Reference Corrections
size_categories:
- n<1K
dataset_info:
features:
- name: recording_id
dtype: string
- name: file_name
dtype: string
- name: fleurs_id
dtype: int64
- name: original_transcription
dtype: string
- name: corrected_transcription
dtype: string
splits:
- name: test
num_examples: 314
configs:
- config_name: default
data_files:
- split: test
path: data/test-*.parquet
---
# FLEURS Armenian Reference Corrections
This private dataset contains manual reference corrections used by
[ArmBench ASR](https://huggingface.co/spaces/Metric-AI/ArmBench-ASR) for the
Armenian (`hy_am`) test split of [`google/fleurs`](https://huggingface.co/datasets/google/fleurs).
Only rows whose reviewed transcription differs from the original FLEURS
`raw_transcription` are included. Audio is not duplicated; use `recording_id`
or `file_name` to join these rows to the upstream FLEURS test split.
## Fields
- `recording_id`: stable recording identifier, equal to the WAV filename stem.
- `file_name`: upstream FLEURS WAV filename.
- `fleurs_id`: original FLEURS sentence ID. This is not unique per recording.
- `original_transcription`: original upstream `raw_transcription`.
- `corrected_transcription`: manually reviewed reference used by ArmBench ASR.
## Scope
- Upstream dataset: `google/fleurs`
- Configuration: `hy_am`
- Split compared: `test`
- Changed references: 314
- Unchanged reviewed entries excluded: 78
Corrections were checked by exact comparison with the upstream transcription.
This repository is a correction manifest, not a replacement copy of FLEURS.
|