michsethowusu commited on
Commit
ab499f9
·
verified ·
1 Parent(s): 98bcbec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -11
README.md CHANGED
@@ -20,12 +20,13 @@ dataset_info:
20
  dtype: audio
21
  - name: text
22
  dtype: string
 
23
  splits:
24
  - name: train
25
- num_bytes: 2612787853.972
26
  num_examples: 340908
27
- download_size: 2534119561
28
- dataset_size: 2612787853.972
29
  tags:
30
  - speech
31
  - twi
@@ -35,24 +36,19 @@ tags:
35
  - low-resource
36
  - parallel-corpus
37
  pretty_name: Twi Words Speech-Text Parallel Dataset
38
- configs:
39
- - config_name: default
40
- data_files:
41
- - split: train
42
- path: data/train-*
43
  ---
44
 
45
  # Twi Words Speech-Text Parallel Dataset
46
 
47
  ## Dataset Description
48
 
49
- This dataset contains 135370 parallel speech-text pairs for Twi (Akan), a language spoken primarily in Ghana. The dataset consists of audio recordings paired with their corresponding text transcriptions, making it suitable for automatic speech recognition (ASR) and text-to-speech (TTS) tasks.
50
 
51
  ### Dataset Summary
52
 
53
  - **Language**: Twi (Akan) - `tw`
54
  - **Task**: Speech Recognition, Text-to-Speech
55
- - **Size**: 135370 audio files > 1KB (small/corrupted files filtered out)
56
  - **Format**: WAV audio files with corresponding text labels
57
  - **Modalities**: Audio + Text
58
 
@@ -72,7 +68,7 @@ This dataset contains 135370 parallel speech-text pairs for Twi (Akan), a langua
72
 
73
  ### Data Splits
74
 
75
- The dataset contains a single training split with 135370 filtered audio files.
76
 
77
  ## Dataset Creation
78
 
 
20
  dtype: audio
21
  - name: text
22
  dtype: string
23
+ config_name: default
24
  splits:
25
  - name: train
26
+ num_bytes: 0
27
  num_examples: 340908
28
+ download_size: 0
29
+ dataset_size: 0
30
  tags:
31
  - speech
32
  - twi
 
36
  - low-resource
37
  - parallel-corpus
38
  pretty_name: Twi Words Speech-Text Parallel Dataset
 
 
 
 
 
39
  ---
40
 
41
  # Twi Words Speech-Text Parallel Dataset
42
 
43
  ## Dataset Description
44
 
45
+ This dataset contains 340908 parallel speech-text pairs for Twi (Akan), a language spoken primarily in Ghana. The dataset consists of audio recordings paired with their corresponding text transcriptions, making it suitable for automatic speech recognition (ASR) and text-to-speech (TTS) tasks.
46
 
47
  ### Dataset Summary
48
 
49
  - **Language**: Twi (Akan) - `tw`
50
  - **Task**: Speech Recognition, Text-to-Speech
51
+ - **Size**: 340908 audio files > 1KB (small/corrupted files filtered out)
52
  - **Format**: WAV audio files with corresponding text labels
53
  - **Modalities**: Audio + Text
54
 
 
68
 
69
  ### Data Splits
70
 
71
+ The dataset contains a single training split with 340908 filtered audio files.
72
 
73
  ## Dataset Creation
74