Zadanie "year predction" dla przedmiotu "uczenie głębokie"

This commit is contained in:
Paweł Skórzewski 2023-05-31 10:40:29 +02:00
commit 7c96a95e5d
9 changed files with 545488 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
Diachronia year prediction
===================================
Guess the time when a Polish excerpt was published
Evaluation metric
-----------------
RMSE is the evaluation metric

1
config.txt Normal file
View File

@ -0,0 +1 @@
--metric RMSE --precision 2 --in-header in-header.tsv --out-header out-header.tsv

11135
dev-0/expected.tsv Normal file

File diff suppressed because it is too large Load Diff

BIN
dev-0/in.tsv.xz Normal file

Binary file not shown.

1
in-header.tsv Normal file
View File

@ -0,0 +1 @@
FileId Text
1 FileId Text

1
out-header.tsv Normal file
View File

@ -0,0 +1 @@
YearFractional
1 YearFractional

BIN
test-A/in.tsv.xz Normal file

Binary file not shown.

534341
train/expected.tsv Normal file

File diff suppressed because it is too large Load Diff

BIN
train/in.tsv.xz Normal file

Binary file not shown.