From 81535be1cb5b304051b443ec5dcd78089c15946b Mon Sep 17 00:00:00 2001 From: kdudzic Date: Fri, 27 Dec 2024 16:29:38 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e0189cf..208d388 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # dariah-year-prediction-challenge +This is a simple challenge revolving around predicting the year in which a noisy, OCR-ed fragment text was written. A solution should take in a paragraph of text in the form of a string as input and return a date prediction formatted as a float. + +The training split of the dataset consists of 677665 fragments of text along with their corresponding dates. Note that it might not be necessary to use all of the training data to devise a good solution! + +Metrics: rmse, mean_absolute_error, mse + +Dataset authors: Prof. Filip GraliƄski (et al.) (filipg@amu.edu.pl) + +Challenge authors: Kacper Dudzic (kacper.dudzic@amu.edu.pl) + +License: CC BY-NC 4.0 \ No newline at end of file