From d1be49d74090e8204b2ad5d3bb10085d334a1cd2 Mon Sep 17 00:00:00 2001 From: leca Date: Sun, 4 May 2025 00:58:06 +0300 Subject: [PATCH] update sample.env --- .gitignore | 3 +++ sample.env | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..1edac6a 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,6 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +.env +datasets diff --git a/sample.env b/sample.env index c366ee2..6bbcd2a 100644 --- a/sample.env +++ b/sample.env @@ -1,2 +1,10 @@ CAPTCHA_AGGREGATOR_API=https://captcha.foxarmy.org/api + +#Percentage of all downloaded to be sent to test dataset PERCENT_OF_TESTING=10 +#Place to download new data +DOWNLOAD_PATH=datasets/new +#Place to save testing dataset +TESTING_PATH=datasets/testing +#Place to save training dataset +TRAINING_PATH=datasets/training