Added datasets to dvc

This commit is contained in:
Filip Izydorczyk 2021-06-11 14:16:34 +02:00
parent 294ae0d2a8
commit 5a4b1173f3
5 changed files with 25 additions and 1 deletions

4
.gitignore vendored
View File

@ -1 +1,5 @@
sacred_runs
/results.csv
/test_set.csv
/train_set.csv
/dev_set.csv

5
dev_set.csv.dvc Normal file
View File

@ -0,0 +1,5 @@
outs:
- md5: 266cf0c39123dd00ae05baf4fef9f38e
size: 367358
path: dev_set.csv
isexec: true

5
results.csv.dvc Normal file
View File

@ -0,0 +1,5 @@
outs:
- md5: 6fe7fe8b0514935ea2754d44ae89976f
size: 3665394
path: results.csv
isexec: true

5
test_set.csv.dvc Normal file
View File

@ -0,0 +1,5 @@
outs:
- md5: 972b48bdd13023166cbd5ffef2c6608c
size: 362555
path: test_set.csv
isexec: true

5
train_set.csv.dvc Normal file
View File

@ -0,0 +1,5 @@
outs:
- md5: 985d1718eb39559526618b306b994144
size: 2935570
path: train_set.csv
isexec: true