Zaid commited on
Commit
084d0b7
1 Parent(s): 5ab0a28

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -28
README.md CHANGED
@@ -1,29 +1,4 @@
1
- ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- dataset_info:
8
- features:
9
- - name: audio
10
- dtype:
11
- audio:
12
- sampling_rate: 16000
13
- - name: label
14
- dtype:
15
- class_label:
16
- names:
17
- '0': digits
18
- '1': words
19
- splits:
20
- - name: train
21
- num_bytes: 3331706653.0
22
- num_examples: 1000
23
- download_size: 1679221637
24
- dataset_size: 3331706653.0
25
- ---
26
- # Dataset Card for [Dataset Name]
27
 
28
  ## Table of Contents
29
  - [Table of Contents](#table-of-contents)
@@ -140,8 +115,17 @@ dataset_info:
140
 
141
  ### Citation Information
142
 
143
- [More Information Needed]
 
 
 
 
 
 
 
 
 
144
 
145
  ### Contributions
146
 
147
- Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
 
1
+ # Dataset Card for Merged_Arabic_Corpus_of_Isolated_Words
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  ## Table of Contents
4
  - [Table of Contents](#table-of-contents)
 
115
 
116
  ### Citation Information
117
 
118
+ ```
119
+ @inproceedings{alalshekmubarak2014improving,
120
+ title={On improving the classification capability of reservoir computing for Arabic speech recognition},
121
+ author={Alalshekmubarak, Abdulrahman and Smith, Leslie S},
122
+ booktitle={Artificial Neural Networks and Machine Learning--ICANN 2014: 24th International Conference on Artificial Neural Networks, Hamburg, Germany, September 15-19, 2014. Proceedings 24},
123
+ pages={225--232},
124
+ year={2014},
125
+ organization={Springer}
126
+ }
127
+ ```
128
 
129
  ### Contributions
130
 
131
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.