ANANDHU-SCT commited on
Commit
8ad1e9b
1 Parent(s): fec5451

Upload 2 files

Browse files
Files changed (2) hide show
  1. Dataset_voice_to_text.csv +31 -0
  2. preprocess.ipynb +0 -0
Dataset_voice_to_text.csv ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Number,Filename,Text
2
+ 1,audiofile1.wav,good morning everyone
3
+ 2,audiofile2.wav,it is always nice to meet you in a fresh mood
4
+ 3,audiofile3.wav,this is the custom dataset which is used to train the wave2vec model
5
+ 4,audiofile4.wav,this consist of test train and validation data included
6
+ 5,audiofile5.wav,train data is used to train the deep learning model
7
+ 6,audiofile6.wav,the validation dataset is used to fine tune the trained model and reduce error
8
+ 7,audiofile7.wav,the test data is used to test the accuracy
9
+ 8,audiofile8.wav,these are recorded personally by me
10
+ 9,audiofile9.wav,it is recorded in maximum noise free environment
11
+ 10,audiofile10.wav,this then is filtered with noise reduce module from python
12
+ 11,audiofile11.wav,the model from facebok was identified after a lot of research and preperation
13
+ 12,audiofile12.wav,model was working fine for the sample dataset but my accent was not recognising
14
+ 13,audiofile13.wav,so i asked my friends also to record voice and send it to me
15
+ 14,audiofile14.wav,since it is not their sole duty im also indulging in dataset creation
16
+ 15,audiofile15.wav,we are having a session based on cuda programming
17
+ 16,audiofile16.wav,our stomach is empty so we are planning to go and eat chicken biriyani after the class
18
+ 17,audiofile17.wav,in shared memory consider there are lot of threads in a thread block
19
+ 18,audiofile18.wav,all threads in a threadblock share the shared memory
20
+ 19,audiofile19.wav,we can tell gpu how much memory we can use as cache
21
+ 20,audiofile20.wav,we are passing two arguments shape and time
22
+ 21,audiofile21.wav,memory is allocated once during the duration of the kernal
23
+ 22,audiofile22.wav,it is necessory to preload a small block from input array
24
+ 23,audiofile23.wav,after that it will do commutation on shared memory
25
+ 24,audiofile24.wav,after computation we need synchronisation to check all the memory are released by threads
26
+ 25,audiofile25.wav,we are using shared memory for matrix multiplication
27
+ 26,audiofile26.wav,there are two shared arrays since we are using two memory locations
28
+ 27,audiofile27.wav,one of our bro is installing the python libraries for doing the program along with the workshop
29
+ 28,audiofile28.wav,we should be trading off space for memory as space is abundant in systems today
30
+ 29,audiofile29.wav,this is the last sentence in this dataset so thank you
31
+ 30,audiofile30.wav,so this are the sentences that would turn the model into a better one
preprocess.ipynb ADDED
File without changes