From eca943425ebda0a131fce2a994234a0342020ddb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20W=C4=85troba?= <markowanga@gmail.com>
Date: Wed, 27 Apr 2022 13:08:36 +0200
Subject: [PATCH] Add LUNA dataset

---
 .gitignore          | 1 +
 README.rst          | 7 +++++++
 experiment_data.dvc | 6 +++---
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 10f676d..c915175 100644
--- a/.gitignore
+++ b/.gitignore
@@ -111,3 +111,4 @@ debug_run/
 publish_to_theliver.sh
 
 .idea
+/experiment_data
diff --git a/README.rst b/README.rst
index e944b1a..1658cc4 100644
--- a/README.rst
+++ b/README.rst
@@ -22,6 +22,13 @@ A library to measure ASR quality, dedicated especially to measuring how ASR erro
 * Free software: MIT license
 * Documentation: https://sziszapangma.readthedocs.io.
 
+Configure DVC
+--------
+
+.. code-block:: bash
+
+    poetry run dvc remote modify --local clarin-biz-asr-benchmarks access_key_id '<your_minio_user_name>'
+    poetry run dvc remote modify --local clarin-biz-asr-benchmarks secret_access_key '<your_minio_password>'
 
 Features
 --------
diff --git a/experiment_data.dvc b/experiment_data.dvc
index 09ae5a2..1769484 100644
--- a/experiment_data.dvc
+++ b/experiment_data.dvc
@@ -1,5 +1,5 @@
 outs:
-- md5: c3f416b4dc1f6bd822fe7ffbabeb3255.dir
-  size: 76375847
-  nfiles: 4601
+- md5: 599ed5f6253699162bcae7ec02a8cb10.dir
+  size: 1654734492
+  nfiles: 9101
   path: experiment_data
-- 
GitLab