From e7354ea1fd01e547efdde4366ed2e6b0f1adea3b Mon Sep 17 00:00:00 2001 From: Andrei Radu Date: Tue, 7 Oct 2025 10:03:54 +0300 Subject: [PATCH] added instructions for correctly downloading of the wav files --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f5ad666..abe7139 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,10 @@ We thus believe that RoDia is a valuable resource that will stimulate research a The dataset is in the **data** directory. We released the **train.csv** and the **test.csv** for the dataset split. Moreover, we included gender and age statistics. +### Download +[Git LFS](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage) is required to correctly download the `wav` files from the **data** directory. After installing it, please run the following commands: +```shell +git clone https://github.com/codrut2/RoDia.git +cd RoDia +git lfs install && git lfs pull +```