ahnafsamin commited on
Commit
f7ecca8
1 Parent(s): d3abae4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -84,13 +84,14 @@ dataset = load_dataset("SUST-CSE-Speech/banspeech", split="sports", streaming=Tr
84
  ```
85
  More documentation on streaming can be found [from this link.](https://huggingface.co/docs/datasets/stream#split-dataset)
86
 
87
- Alternatively, you can manually download the zipped BanSpeech folder from [this HuggingFace directory.](https://huggingface.co/datasets/ahnafsamin/SUBAK.KO/tree/main/Data)
88
- The zipped folder contains speeches from the 13 general domains as well as the 7 dialectal domains.
89
- The csv files corresponding to the domains can be found in the same directory.
90
 
91
  ### Supported Tasks and Leaderboards
92
 
93
- This benchmark is designed for the automatic speech recognition performance evaluation. The associated paper provides the baseline results on SUBAK.KO corpus.
 
94
 
95
  ### Languages
96
 
 
84
  ```
85
  More documentation on streaming can be found [from this link.](https://huggingface.co/docs/datasets/stream#split-dataset)
86
 
87
+ Alternatively, you can manually download the BanSpeech from [this HuggingFace directory.](https://huggingface.co/datasets/SUST-CSE-Speech/banspeech/blob/main/zipped_data/banspeech.zip)
88
+ The compressed folder contains speeches from the 13 general domains as well as the 7 dialectal domains.
89
+ The csv files corresponding to the domains can be found in the same zipped file.
90
 
91
  ### Supported Tasks and Leaderboards
92
 
93
+ This benchmark is designed for the automatic speech recognition performance evaluation. The associated paper provides the comprehensive evaluation of the state-of-the-art
94
+ models on BanSpeech.
95
 
96
  ### Languages
97