Dataset Viewer
Auto-converted to Parquet Duplicate
audio
audioduration (s)
0.87
57.6
segment_id
stringlengths
28
28
transcript
stringlengths
1
283
speaker_id
stringclasses
251 values
segment_part
stringclasses
201 values
ratio_english_words
float64
0
2.5
ratio_hindi_words
float64
-1.5
1
english_words
stringlengths
1
218
count_english_words
int64
0
36
count_dev_words
int64
-5
54
ratio_english_words_range
stringclasses
21 values
100051_GigsEKRBMhvNwolC_0000
दोस्तों bash में nested और multilevel if statement के spoken tutorial में आपका स्वागत है
100051
0000
0.466667
0.533333
bash nested multilevel if statement spoken tutorial
7
8
45-50
100051_GigsEKRBMhvNwolC_0001
इस tutorial में हम निम्न के बारे में सीखेंगे
100051
0001
0.111111
0.888889
tutorial
1
8
10-15
100051_GigsEKRBMhvNwolC_0002
nested ifelse और
100051
0002
0.666667
0.333333
nested ifelse
2
1
65-70
100051_GigsEKRBMhvNwolC_0003
multilevel ifelse statement
100051
0003
1
0
multilevel ifelse statement
3
0
95-100
100051_GigsEKRBMhvNwolC_0004
हम यह कुछ उदाहरण उपयोग करके करेंगे
100051
0004
0
1
[]
0
7
0-5
100051_GigsEKRBMhvNwolC_0005
इस tutorial के अनुसरण के लिए आपको लिनक्स operating system से परिचित होना चाहिए
100051
0005
0.214286
0.785714
tutorial operating system
3
11
20-25
100051_GigsEKRBMhvNwolC_0006
यदि नहीं तो सम्बंधित tutorials के लिए कृपया हमारी website पर जाएँ
100051
0006
0.166667
0.833333
tutorials website
2
10
15-20
100051_GigsEKRBMhvNwolC_0007
इस tutorial के लिए मैं उपयोग कर रही हूँ
100051
0007
0.111111
0.888889
tutorial
1
8
10-15
100051_GigsEKRBMhvNwolC_0008
ubuntu लिनक्स 1204 os और
100051
0008
0.6
0.4
ubuntu 1204 os
3
2
55-60
100051_GigsEKRBMhvNwolC_0009
gnu bash version 4110
100051
0009
1
0
gnu bash version 4110
4
0
95-100
100051_GigsEKRBMhvNwolC_0010
अभ्यास के लिए gnu bash version 4 या उससे नए की सलाह दी जाती है
100051
0010
0.266667
0.733333
gnu bash version 4
4
11
25-30
100051_GigsEKRBMhvNwolC_0011
अब nested ifelse statement का flow यानी प्रवाह समझते हैं
100051
0011
0.4
0.6
nested ifelse statement flow
4
6
35-40
100051_GigsEKRBMhvNwolC_0012
यहाँ यदि condition 1 true है तो condition 2 मूल्यांकित की जाएगी
100051
0012
0.416667
0.583333
condition 1 true condition 2
5
7
40-45
100051_GigsEKRBMhvNwolC_0013
यदि कंडीशन 2 true है तो statement 1 निष्पादित किया जाएगा
100051
0013
0.363636
0.636364
2 true statement 1
4
7
35-40
100051_GigsEKRBMhvNwolC_0014
जिसका मतलब है केवल जब conditions 1 और 2 दोनों true हैं that statement 1 निष्पादित किया जायेगा
100051
0014
0.388889
0.611111
conditions 1 2 true that statement 1
7
11
35-40
100051_GigsEKRBMhvNwolC_0015
यदि कंडीशन 1 false है तो statement 3 निष्पादित किया जायेगा
100051
0015
0.363636
0.636364
1 false statement 3
4
7
35-40
100051_GigsEKRBMhvNwolC_0016
और यदि condition 2 false है तो statement 2 निष्पादित किया जायेगा
100051
0016
0.416667
0.583333
condition 2 false statement 2
5
7
40-45
100051_GigsEKRBMhvNwolC_0017
एक उदाहरण देखते हैं
100051
0017
0
1
[]
0
4
0-5
100051_GigsEKRBMhvNwolC_0018
मैंने nestedifelse sh file में code लिख लिया है
100051
0018
0.444444
0.555556
nestedifelse sh file code
4
5
40-45
100051_GigsEKRBMhvNwolC_0019
मैं इसे खोलूंगी
100051
0019
0
1
[]
0
3
0-5
100051_GigsEKRBMhvNwolC_0020
अब मैं code समझाती हूँ
100051
0020
0.2
0.8
code
1
4
15-20
100051_GigsEKRBMhvNwolC_0021
यह शीबैंग line है
100051
0021
0.25
0.75
line
1
3
20-25
100051_GigsEKRBMhvNwolC_0022
variable name को value anusha नियुक्त की गयी है
100051
0022
0.444444
0.555556
variable name value anusha
4
5
40-45
100051_GigsEKRBMhvNwolC_0023
variable password को value abc123 नियुक्त की गयी है
100051
0023
0.444444
0.555556
variable password value abc123
4
5
40-45
100051_GigsEKRBMhvNwolC_0024
read command मानक input से data की एक line को पढ़ता है
100051
0024
0.416667
0.583333
read command input data line
5
7
40-45
100051_GigsEKRBMhvNwolC_0025
hyphen p flag prompt को दिखाता है
100051
0025
0.571429
0.428571
hyphen p flag prompt
4
3
55-60
100051_GigsEKRBMhvNwolC_0026
hyphen p के बाद enter name: यह string terminal पर दिखाया जायेगा
100051
0026
0.5
0.5
hyphen p enter name string terminal
6
6
45-50
100051_GigsEKRBMhvNwolC_0027
myname variable है जो यूज़र के द्वारा प्रविष्ट किया गया text जोकि यूज़र input है को संचित करता है
100051
0027
0.210526
0.789474
myname variable text input
4
15
20-25
100051_GigsEKRBMhvNwolC_0028
पहला if statement दो variables myname और name की तुलना करता है
100051
0028
0.416667
0.583333
if statement variables myname name
5
7
40-45
100051_GigsEKRBMhvNwolC_0029
यानी यूज़र input और variable name में संचित value जोकि anusha है
100051
0029
0.416667
0.583333
input variable name value anusha
5
7
40-45
100051_GigsEKRBMhvNwolC_0030
अगर दो values मिलती हैं तो इस if statement में शेष code मूल्यांकित किया जायेगा
100051
0030
0.266667
0.733333
values if statement code
4
11
25-30
100051_GigsEKRBMhvNwolC_0031
read command पढ़ती है और variable mypassword में प्रविष्ट किया हुआ password संचित करती है
100051
0031
0.333333
0.666667
read command variable mypassword password
5
10
30-35
100051_GigsEKRBMhvNwolC_0032
यहाँ hyphen s flag silent mode के लिए है
100051
0032
0.555556
0.444444
hyphen s flag silent mode
5
4
55-60
100051_GigsEKRBMhvNwolC_0033
इसका मतलब है कि यूज़र द्वारा प्रविष्ट किया हुआ text terminal पर प्रदर्शित नहीं किया जायेगा
100051
0033
0.125
0.875
text terminal
2
14
10-15
100051_GigsEKRBMhvNwolC_0034
यहाँ हमारे पास ifelse statements का एक अन्य set है
100051
0034
0.3
0.7
ifelse statements set
3
7
25-30
100051_GigsEKRBMhvNwolC_0035
ifelse statements का यह set पहले if में nested किया जाता है
100051
0035
0.416667
0.583333
ifelse statements set if nested
5
7
40-45
100051_GigsEKRBMhvNwolC_0036
दूसरा if statement variables mypassword और password की तुलना करता है
100051
0036
0.454545
0.545455
if statement variables mypassword password
5
6
45-50
100051_GigsEKRBMhvNwolC_0037
जब if condition true होती है तो echo terminal पर message welcome प्रदर्शित करता है
100051
0037
0.466667
0.533333
if condition true echo terminal message welcome
7
8
45-50
100051_GigsEKRBMhvNwolC_0038
यानी passwords मिलता है
100051
0038
0.25
0.75
passwords
1
3
20-25
100051_GigsEKRBMhvNwolC_0039
e backslash escape की व्याश्या संभव बनाता है
100051
0039
0.375
0.625
e backslash escape
3
5
35-40
100051_GigsEKRBMhvNwolC_0040
\n नयी line के लिए है; जिसका मतलब है string welcome printed किया जायेगा
100051
0040
0.357143
0.642857
n line string welcome printed
5
9
35-40
100051_GigsEKRBMhvNwolC_0041
जब if condition true नहीं होती है तो else condition निष्पादित की जाएगी;
100051
0041
0.384615
0.615385
if condition true else condition
5
8
35-40
100051_GigsEKRBMhvNwolC_0042
यानी जब passwords मिलान नहीं होता है तो else condition निष्पादित की जाएगी
100051
0042
0.230769
0.769231
passwords else condition
3
10
20-25
100051_GigsEKRBMhvNwolC_0043
इस स्थिति में echo wrong password दिखायेगा
100051
0043
0.428571
0.571429
echo wrong password
3
4
40-45
100051_GigsEKRBMhvNwolC_0044
fi भीतरी ifelse statement समाप्त करता है
100051
0044
0.428571
0.571429
fi ifelse statement
3
4
40-45
100051_GigsEKRBMhvNwolC_0045
अपने पहले ifelse statement पर वापस आते हैं
100051
0045
0.25
0.75
ifelse statement
2
6
20-25
100051_GigsEKRBMhvNwolC_0046
अगर myname और name में values मिलान नहीं होती हैं तो यह else statement निष्पादित किया जायेगा
100051
0046
0.294118
0.705882
myname name values else statement
5
12
25-30
100051_GigsEKRBMhvNwolC_0047
यह terminal पर message wrong name echo करेगा
100051
0047
0.625
0.375
terminal message wrong name echo
5
3
60-65
100051_GigsEKRBMhvNwolC_0048
fi बहरी ifelse statement समाप्त करेगा
100051
0048
0.5
0.5
fi ifelse statement
3
3
45-50
100051_GigsEKRBMhvNwolC_0049
अब अपने keyboard पर ctrl + alt और t कीज़ एकसाथ दबाकर terminal window खोलें
100051
0049
0.4
0.6
keyboard ctrl alt t terminal window
6
9
35-40
100051_GigsEKRBMhvNwolC_0050
file को निष्पादन योग्य बनाते हैं
100051
0050
0.166667
0.833333
file
1
5
15-20
100051_GigsEKRBMhvNwolC_0051
type करें: chmod space plus x space nestedifelse sh
100051
0051
0.888889
0.111111
type chmod space plus x space nestedifelse sh
8
1
85-90
100051_GigsEKRBMhvNwolC_0052
अब type करें dot slash nestedifelse sh
100051
0052
0.714286
0.285714
type dot slash nestedifelse sh
5
2
70-75
100051_GigsEKRBMhvNwolC_0053
program दो conditions प्रमाणित करता है
100051
0053
0.333333
0.666667
program conditions
2
4
30-35
100051_GigsEKRBMhvNwolC_0054
यानी name और password
100051
0054
0.5
0.5
name password
2
2
45-50
100051_GigsEKRBMhvNwolC_0055
जब यह terminal पर निष्पादित किया जाता है
100051
0055
0.125
0.875
terminal
1
7
10-15
100051_GigsEKRBMhvNwolC_0056
यहाँ prompt enter name निष्पादित करता है
100051
0056
0.428571
0.571429
prompt enter name
3
4
40-45
100051_GigsEKRBMhvNwolC_0057
अब type करें anusha
100051
0057
0.5
0.5
type anusha
2
2
45-50
100051_GigsEKRBMhvNwolC_0058
चूँकि यह condition true होती है अतः अगली if condition मूल्यांकित की जाएगी
100051
0058
0.307692
0.692308
condition true if condition
4
9
30-35
100051_GigsEKRBMhvNwolC_0059
अब prompt दिखाता है password
100051
0059
0.4
0.6
prompt password
2
3
35-40
100051_GigsEKRBMhvNwolC_0060
मैं password में abc123 type करुँगी
100051
0060
0.5
0.5
password abc123 type
3
3
45-50
100051_GigsEKRBMhvNwolC_0061
ये password variable password में value से मिलता है
100051
0061
0.444444
0.555556
password variable password value
4
5
40-45
100051_GigsEKRBMhvNwolC_0062
इसलिए prompt message welcome दिखाता है
100051
0062
0.5
0.5
prompt message welcome
3
3
45-50
100051_GigsEKRBMhvNwolC_0063
अब script को दोबारा निष्पादित करते हैं
100051
0063
0.142857
0.857143
script
1
6
10-15
100051_GigsEKRBMhvNwolC_0064
अप arrow की दबाएं
100051
0064
0.25
0.75
arrow
1
3
20-25
100051_GigsEKRBMhvNwolC_0065
dot slash nestedifelse sh पर जाएँ
100051
0065
0.666667
0.333333
dot slash nestedifelse sh
4
2
65-70
100051_GigsEKRBMhvNwolC_0066
enter दबाएं
100051
0066
0.5
0.5
enter
1
1
45-50
100051_GigsEKRBMhvNwolC_0067
इस समय हम वही name अलग password के साथ प्रविष्ट करेंगे
100051
0067
0.181818
0.818182
name password
2
9
15-20
100051_GigsEKRBMhvNwolC_0068
अतः मैं name में anusha और password में 123 प्रविष्ट करुँगी
100051
0068
0.363636
0.636364
name anusha password 123
4
7
35-40
100051_GigsEKRBMhvNwolC_0069
name की values मिलेंगी लेकिन password की values नहीं
100051
0069
0.444444
0.555556
name values password values
4
5
40-45
100051_GigsEKRBMhvNwolC_0070
अतः message wrong password प्रदर्शित किया जायेगा
100051
0070
0.428571
0.571429
message wrong password
3
4
40-45
100051_GigsEKRBMhvNwolC_0071
यह सिद्ध करता है कि पहले if statement के अंदर nested else statement निष्पादित किया गया था
100051
0071
0.294118
0.705882
if statement nested else statement
5
12
25-30
100051_GigsEKRBMhvNwolC_0072
एक बार और script को निष्पादित करते हैं
100051
0072
0.125
0.875
script
1
7
10-15
100051_GigsEKRBMhvNwolC_0073
इस समय हम name में swati प्रविष्ट करेंगे
100051
0073
0.25
0.75
name swati
2
6
20-25
100051_GigsEKRBMhvNwolC_0074
message wrong name प्रदर्शित होता है
100051
0074
0.5
0.5
message wrong name
3
3
45-50
100051_GigsEKRBMhvNwolC_0075
ऐसा इसलिए क्योंकि name swati पहले घोषित की गयी value anusha से नहीं मिलता
100051
0075
0.285714
0.714286
name swati value anusha
4
10
25-30
100051_GigsEKRBMhvNwolC_0076
control पहले if statement के बाहर आता है और else statement निष्पादित करता है
100051
0076
0.357143
0.642857
control if statement else statement
5
9
35-40
100051_GigsEKRBMhvNwolC_0077
यह message wrong name prints करता है
100051
0077
0.571429
0.428571
message wrong name prints
4
3
55-60
100051_GigsEKRBMhvNwolC_0078
अब multilevel ifelse statement को देखते हैं
100051
0078
0.428571
0.571429
multilevel ifelse statement
3
4
40-45
100051_GigsEKRBMhvNwolC_0079
अगर कंडीशन 1 true है तो statement1 1 निष्पादित होता है
100051
0079
0.363636
0.636364
1 true statement1 1
4
7
35-40
100051_GigsEKRBMhvNwolC_0080
अगर condition 1 false है तो condition 2 मूल्यांकित होती है
100051
0080
0.454545
0.545455
condition 1 false condition 2
5
6
45-50
100051_GigsEKRBMhvNwolC_0081
अगर कंडीशन 2 true है तो statement 2 निष्पादित होता है
100051
0081
0.363636
0.636364
2 true statement 2
4
7
35-40
100051_GigsEKRBMhvNwolC_0082
अगर condition 2 false है तो condition n मूल्यांकित होती है
100051
0082
0.454545
0.545455
condition 2 false condition n
5
6
45-50
100051_GigsEKRBMhvNwolC_0083
अगर condition n true है तो statement n निष्पादित होता है
100051
0083
0.454545
0.545455
condition n true statement n
5
6
45-50
100051_GigsEKRBMhvNwolC_0084
और अगर condition n false है तो statement x निष्पादित होता है
100051
0084
0.416667
0.583333
condition n false statement x
5
7
40-45
100051_GigsEKRBMhvNwolC_0085
अब एक उदाहरण देखते हैं
100051
0085
0
1
[]
0
5
0-5
100051_GigsEKRBMhvNwolC_0086
मेरे पास एक कार्यकारी उदाहरण है
100051
0086
0
1
[]
0
6
0-5
100051_GigsEKRBMhvNwolC_0087
मैं इसे खोलूंगी ध्यान दें हमारी फाइल का name multilevel hyphen ifelse dot sh है
100051
0087
0.4
0.6
name multilevel hyphen ifelse dot sh
6
9
35-40
100051_GigsEKRBMhvNwolC_0088
अब code पूरा समझते हैं
100051
0088
0.2
0.8
code
1
4
15-20
100051_GigsEKRBMhvNwolC_0089
यह शीबैंग line है
100051
0089
0.25
0.75
line
1
3
20-25
100051_GigsEKRBMhvNwolC_0090
mystring एक variable है जो निष्पादन के दौरान यूज़र द्वारा input शब्द संचित करता है
100051
0090
0.2
0.8
mystring variable input
3
12
15-20
100051_GigsEKRBMhvNwolC_0091
if condition जाँचती है कि the input string नल null है
100051
0091
0.545455
0.454545
if condition the input string null
6
5
50-55
100051_GigsEKRBMhvNwolC_0092
hyphen z जाँचता है कि क्या string की लम्बाई zero है
100051
0092
0.363636
0.636364
hyphen z string zero
4
7
35-40
100051_GigsEKRBMhvNwolC_0093
terminal पर type करें man test और अनेक string comparison का अन्वेषण करें
100051
0093
0.461538
0.538462
terminal type man test string comparison
6
7
45-50
100051_GigsEKRBMhvNwolC_0094
अगर कुछ भी प्रविष्ट नहीं किया जाता तो echo statement printed किया जायेगा
100051
0094
0.230769
0.769231
echo statement printed
3
10
20-25
100051_GigsEKRBMhvNwolC_0095
पहली elif condition जाँचती है कि the input string में raj है
100051
0095
0.5
0.5
elif condition the input string raj
6
6
45-50
100051_GigsEKRBMhvNwolC_0096
अगर है तो यह echo statement printed किया जायेगा
100051
0096
0.333333
0.666667
echo statement printed
3
6
30-35
100051_GigsEKRBMhvNwolC_0097
वाइल्ड कार्ड्स character निश्चित करता है कि इसमें raj के साथ कोई भी शब्द पहचाना जाएगा
100051
0097
0.125
0.875
character raj
2
14
10-15
100051_GigsEKRBMhvNwolC_0098
अगली elif condition जाँचती है कि the input string में शब्द jit है
100051
0098
0.461538
0.538462
elif condition the input string jit
6
7
45-50
100051_GigsEKRBMhvNwolC_0099
अगर है तो यह echo statement printed किया जायेगा
100051
0099
0.333333
0.666667
echo statement printed
3
6
30-35
End of preview. Expand in Data Studio

MUCS

Dataset Description

This dataset is a HuggingFace/Transformers compatible version of the MUCS 2021 Hinglish dataset. This dataset is part of the MUltilingual and Code-Switching ASR Challenges for Low Resource Indian Languages challenge, subtask 2.

As this dataset is in Hinglish, it contains codeswitching between Hindi and English. The original dataset was found here. In addition to making the dataset compatible for Transformers, preprocessing has been applied to indicate the ratio of Hindi words (ratio_hindi_words) and the ratio of English words (ratio_english_words) and the counts of words in each language in each audio segment. ratio_english_words_range indicate a 5% range for the raio of english words in a given audio segment. The Hinglish train and test datasets contain 89.86 hours and 5.18 hours of audio respectively (see here for more information about the dataset). All audio files are sampled at a rate of 16kHz. Vocabulary size for the Hinglish dataset is 17877. The Hinglish data are drawn from a repository of technical lectures on a diverse range of topics in computer science.

How to use & Supported Tasks

How to use

The datasets library allows you to load and pre-process your dataset in pure Python, at scale. The dataset can be downloaded and prepared in one call to your local drive by using the load_dataset function.

For example, to download the Hindi config, simply specify the corresponding language config name (i.e., "hi" for Hindi):

from datasets import load_dataset
mucs = load_dataset("dianavdavidson/MUCS-Hinglish", split="train")

Using the datasets library, you can also stream the dataset on-the-fly by adding a streaming=True argument to the load_dataset function call. Loading a dataset in streaming mode loads individual samples of the dataset at a time, rather than downloading the entire dataset to disk.

from datasets import load_dataset
mucs = load_dataset("dianavdavidson/MUCS-Hinglish", split="train", streaming=True)
print(next(iter(mucs)))
audio_input = mucs["train"][0]["audio"]  # first decoded audio sample
transcription = mucs["train"][0]["transcript"]  # first transcription
# use `audio_input` and `transcription` to fine-tune your model for ASR
Downloads last month
69