ayymen commited on
Commit
8bbbc8e
·
verified ·
1 Parent(s): a3743db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -65,10 +65,11 @@ This data should not be used to generate malicious voice clones or deepfakes int
65
 
66
  Unlike the raw dataset which uses separate `.wav` and `.txt` files in `.zip` archives, this dataset has been parsed into a structured format for immediate use with the Hugging Face `datasets` library.
67
 
68
- It contains 1,567 examples with the following fields:
69
  * **`audio`**: The audio data feature, containing the decoded audio array and sampling rate.
70
  * **`text`**: The string transcript of the audio in the Tifinagh script.
71
  * **`duration`**: The length of the audio clip in seconds (float64).
 
72
 
73
  ## Dataset Creation
74
 
 
65
 
66
  Unlike the raw dataset which uses separate `.wav` and `.txt` files in `.zip` archives, this dataset has been parsed into a structured format for immediate use with the Hugging Face `datasets` library.
67
 
68
+ It contains 1,801 examples with the following fields:
69
  * **`audio`**: The audio data feature, containing the decoded audio array and sampling rate.
70
  * **`text`**: The string transcript of the audio in the Tifinagh script.
71
  * **`duration`**: The length of the audio clip in seconds (float64).
72
+ * **`subset`**: The dataset has two different subsets recorded using different microphones. While `subset_1` has mono audio, `subset_2` is stereo.
73
 
74
  ## Dataset Creation
75