HowMannyMore commited on
Commit
c2f8eb2
1 Parent(s): ff3af45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -2
README.md CHANGED
@@ -45,6 +45,64 @@ dataset_info:
45
  download_size: 1266451644
46
  dataset_size: 1280438672.896
47
  ---
48
- # Dataset Card for "audiodataset-15"
49
 
50
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  download_size: 1266451644
46
  dataset_size: 1280438672.896
47
  ---
 
48
 
49
+ # Dataset Card for AudioDataset-15
50
+
51
+ ## Table of Contents
52
+ - [Table of Contents](#table-of-contents)
53
+ - [Dataset Description](#dataset-description)
54
+ - [Dataset Summary](#dataset-summary)
55
+ - [Languages](#languages)
56
+ - [Dataset Structure](#dataset-structure)
57
+ - [Data Instances](#data-instances)
58
+ - [Data Fields](#data-fields)
59
+ - [Data Splits](#data-splits)
60
+
61
+ ## Dataset Description
62
+
63
+ ### Dataset Summary
64
+
65
+ The dataset in question is an audio dataset consisting of recordings in the Urdu language. It has been sourced from Mozilla's Common Voice, a publicly available voice dataset that relies on the contributions of volunteers from various parts of the world. The primary purpose of this dataset is to support the development of voice applications by providing a valuable resource for training machine learning models.
66
+
67
+ The dataset's intended use is to facilitate voice-to-text conversion in the Urdu language. By utilizing this dataset, researchers, developers, and anyone interested in voice technology can train models that accurately convert spoken Urdu words into written text. This can have significant applications in various domains, such as speech recognition, transcription services, language learning tools, and more.
68
+
69
+ ### Languages
70
+
71
+ The dataset consists of audio recordings in the Urdu language. Urdu is a language primarily spoken in Pakistan and parts of India. It is one of the 22 officially recognized languages in India and is also widely spoken by the Pakistani diaspora around the world.
72
+
73
+ The dataset is primarily focused on spoken Urdu, which encompasses a wide range of topics and genres. It is important to note that the dataset's content may vary, covering conversations, speeches, interviews, narratives, and other forms of vocal communication in the Urdu language.
74
+
75
+ ## Dataset Structure
76
+
77
+ ### Data Instances
78
+
79
+ {
80
+ "client_id": "0c9690e5a2d1bb3ce418954a2b70acae53153708f6c3a21c9e8fe7e3912d97ba805ace5091772c8d4e16dc07fc906ca4956335b87821c244eee8129a15fcb0cf",
81
+ "file_name": "data/test/common_voice_ur_26641307.mp3",
82
+ "transcription": "تو ان کے حلاج مدلوں کا کیا حال ہے؟",
83
+ "up_votes": 2,
84
+ "down_votes": 0,
85
+ "age": "twenties",
86
+ "gender": "female",
87
+ "accent": "",
88
+ "locale": "ur",
89
+ "segment": ""
90
+ }
91
+
92
+ ### Data Fields
93
+ <li>client_id: A unique identifier for the client or contributor who provided the recording. (Data Type: String)</li>
94
+ <li>file_name: The file name or path of the audio file. (Data Type: String)</li>
95
+ <li>transcription: The transcription of the spoken content in the Urdu language. (Data Type: String)</li>
96
+ <li>up_votes: The number of upvotes received for the recording. (Data Type: Integer)</li>
97
+ <li>down_votes: The number of downvotes received for the recording. (Data Type: Integer)</li>
98
+ <li>age: The age group of the speaker. (Data Type: String)</li>
99
+ <li>gender: The gender of the speaker. (Data Type: String)</li>
100
+ <li>accent: The accent of the speaker, if applicable. (Data Type: String)</li>
101
+ <li>locale: The locale or language code, which is "ur" for Urdu in this case. (Data Type: String)</li>
102
+ <li>segment: Additional segment information, if available. (Data Type: String)</li>
103
+
104
+ ### Data Splits
105
+ The dataset is divided into three splits: train, test, and validation. The training set is used to train the model, the validation set is used to tune hyperparameters and evaluate model performance during training, and the test set is used to evaluate the final model's performance after training.
106
+ | | train | validation | test |
107
+ |-------------------------|------:|-----------:|-----: |
108
+ | Amount | 5324 | 42418 | 4031 |