donghoney22 commited on
Commit
cc8bbbf
·
verified ·
1 Parent(s): 844fa84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ We constructed a new dataset for multichannel USS and polyphonic audio classific
18
 
19
  # 📦 How to Download the ASA Dataset V2 (Linux)
20
 
21
- This guide explains how to download and extract the **ASA Dataset** from [Hugging Face](https://huggingface.co/datasets/donghoney0416/ASA-dataset/tree/main) using Linux command-line tools.
22
 
23
 
24
  ## 📁 1. Prerequisites
@@ -38,7 +38,7 @@ There are 17 parts in total: `dataset.z01` through `dataset.z16`, and `dataset.z
38
  mkdir ASA-dataset && cd ASA-dataset
39
 
40
  # Set the base URL
41
- BASE_URL="https://huggingface.co/datasets/donghoney22/ASA2_dataset"
42
 
43
  # Download dataset.z01 to dataset.z16
44
  for i in $(seq -w 1 16); do
 
18
 
19
  # 📦 How to Download the ASA Dataset V2 (Linux)
20
 
21
+ This guide explains how to download and extract the **ASA2 Dataset** from [Hugging Face](https://huggingface.co/datasets/donghoney22/ASA2_dataset/tree/main) using Linux command-line tools.
22
 
23
 
24
  ## 📁 1. Prerequisites
 
38
  mkdir ASA-dataset && cd ASA-dataset
39
 
40
  # Set the base URL
41
+ BASE_URL="https://huggingface.co/datasets/donghoney22/ASA2_dataset/tree/main"
42
 
43
  # Download dataset.z01 to dataset.z16
44
  for i in $(seq -w 1 16); do