MahiA commited on
Commit
431fca9
1 Parent(s): 0df9973

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -12,6 +12,7 @@ This is an audio classification dataset for **Environmental Sound Classification
12
  - `audios` folder contains audio files.
13
  - `csv_files` folder contains CSV files for **five-fold** cross-validation.
14
  - To perform cross-validation on fold 1, `train_1.csv` will be used for the training split and `test_1.csv` for the testing split, with the same pattern followed for the other folds.
 
15
 
16
  ## Download
17
  ```python
 
12
  - `audios` folder contains audio files.
13
  - `csv_files` folder contains CSV files for **five-fold** cross-validation.
14
  - To perform cross-validation on fold 1, `train_1.csv` will be used for the training split and `test_1.csv` for the testing split, with the same pattern followed for the other folds.
15
+ - To perform training and testing **witout cross-validation**, use `csv_files/train.csv` and `csv_files/test.csv` files respectively.
16
 
17
  ## Download
18
  ```python