|
--- |
|
language: |
|
- en |
|
pretty_name: test hf dataset |
|
tags: |
|
- speech |
|
license: mit |
|
task_categories: |
|
- text-classification |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: test |
|
path: data/test-* |
|
dataset_info: |
|
features: |
|
- name: audio |
|
dtype: |
|
audio: |
|
sampling_rate: 16000 |
|
- name: text |
|
dtype: string |
|
- name: time_secs |
|
dtype: float64 |
|
splits: |
|
- name: test |
|
num_bytes: 230118.0 |
|
num_examples: 1 |
|
download_size: 219281 |
|
dataset_size: 230118.0 |
|
--- |
|
|
|
# test_hf_dataset |
|
|
|
This dataset was created to document how to create an audio dataset and upload |
|
it to HuggingFace [see GitHub repo](https://github.com/guynich/test_hf_dataset). |
|
|
|
Next step: add more documentation. |
|
|
|
> * contents of the dataset |
|
> * context for how the dataset should be used, e.g.: `datasets` package |
|
> * existing dataset cards, such as the ELI5 dataset card, show common conventions |
|
|