File size: 889 Bytes
cd85ba8
facabff
 
289a670
facabff
 
289a670
facabff
 
289a670
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cd85ba8
facabff
 
 
cdadf88
5addefe
cdadf88
3b231a1
 
cdadf88
5addefe
cdadf88
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
---
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