Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Thai
ArXiv:
License:
nielsr HF Staff commited on
Commit
d5f9c12
·
verified ·
1 Parent(s): 3193d83

Add metadata, task categories and project links

Browse files

Hi! I'm Niels from the Hugging Face community science team.

I've updated the dataset card to improve its discoverability and documentation:
1. **Metadata**: Added `task_categories` (`automatic-speech-recognition`), `language` (`th`), and the `license` (`cc-by-4.0`).
2. **ArXiv Association**: Linked the dataset to its research paper using the `arxiv` metadata field.
3. **Project Links**: Added explicit links to the project page, the paper, and the GitHub repository at the top of the README.

Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -1,4 +1,10 @@
1
  ---
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: audio_id
@@ -20,6 +26,8 @@ configs:
20
 
21
  # Gigaspeech2 Typhoon
22
 
 
 
23
  **Gigaspeech2 Typhoon** is a metadata-only reference dataset for Thai speech recognition benchmarking, specifically designed as an **Accuracy Track** for evaluating ASR models. The dataset contains 1,000 test samples with audio IDs and human transcriptions derived from the [Gigaspeech2](https://arxiv.org/abs/2406.11546) corpus. Each audio_id directly links to the original Gigaspeech2 dataset, allowing users to download the corresponding audio.
24
 
25
  ## Dataset Overview
@@ -88,7 +96,7 @@ Please also cite the original Gigaspeech2 paper:
88
  ```bibtex
89
  @article{gigaspeech2_2024,
90
  title={GigaSpeech 2: An Evolving, Large-Scale and Multi-domain ASR Corpus for Low-Resource Languages with Automated Crawling, Transcription and Refinement},
91
- author={...},
92
  journal={arXiv preprint arXiv:2406.11546},
93
  year={2024}
94
  }
@@ -117,11 +125,10 @@ If you use this dataset in your research or application, please cite our technic
117
  eprint={2601.13044},
118
  archivePrefix={arXiv},
119
  primaryClass={cs.CL},
120
- url={[https://arxiv.org/abs/2601.13044](https://arxiv.org/abs/2601.13044)},
121
  }
122
  ```
123
 
124
  ## Contact
125
 
126
- For questions or feedback about this dataset, please visit [opentyphoon.ai](http://opentyphoon.ai) or open an issue on the dataset repository.
127
-
 
1
  ---
2
+ language:
3
+ - th
4
+ license: cc-by-4.0
5
+ task_categories:
6
+ - automatic-speech-recognition
7
+ arxiv: 2601.13044
8
  dataset_info:
9
  features:
10
  - name: audio_id
 
26
 
27
  # Gigaspeech2 Typhoon
28
 
29
+ [Project page](https://opentyphoon.ai/model/typhoon-asr-realtime) | [Paper](https://huggingface.co/papers/2601.13044) | [GitHub](https://github.com/scb-10x/typhoon-asr)
30
+
31
  **Gigaspeech2 Typhoon** is a metadata-only reference dataset for Thai speech recognition benchmarking, specifically designed as an **Accuracy Track** for evaluating ASR models. The dataset contains 1,000 test samples with audio IDs and human transcriptions derived from the [Gigaspeech2](https://arxiv.org/abs/2406.11546) corpus. Each audio_id directly links to the original Gigaspeech2 dataset, allowing users to download the corresponding audio.
32
 
33
  ## Dataset Overview
 
96
  ```bibtex
97
  @article{gigaspeech2_2024,
98
  title={GigaSpeech 2: An Evolving, Large-Scale and Multi-domain ASR Corpus for Low-Resource Languages with Automated Crawling, Transcription and Refinement},
99
+ author={Guan-Ting Lin and others},
100
  journal={arXiv preprint arXiv:2406.11546},
101
  year={2024}
102
  }
 
125
  eprint={2601.13044},
126
  archivePrefix={arXiv},
127
  primaryClass={cs.CL},
128
+ url={https://arxiv.org/abs/2601.13044},
129
  }
130
  ```
131
 
132
  ## Contact
133
 
134
+ For questions or feedback about this dataset, please visit [opentyphoon.ai](http://opentyphoon.ai) or open an issue on the dataset repository.