From a85cd168711caefd94d0ab5d0f2a4aafeac81774 Mon Sep 17 00:00:00 2001
From: smayer <simon.mayer@onb.ac.at>
Date: Wed, 24 Apr 2024 09:43:38 +0000
Subject: [PATCH] Add download links for training data and best weights

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 88e4789..df43778 100644
--- a/README.md
+++ b/README.md
@@ -105,3 +105,11 @@ The repository is organized in three main directories:
 
 Each directory should generally have its own README so that it is
 clear how the repository is organized.
+
+## Download training data and best model weights
+
+The training data (200 annotated images with labels) and resulting best weights (including evaluation scores) for the YOLOv8 model, which are not part of the repository, can be downloaded here:
+
+- [Training dataset](https://labs.onb.ac.at/static/media/esperanto-excerpts/training_dataset.zip)
+
+- [Model weights](https://labs.onb.ac.at/static/media/esperanto-excerpts/best_weights.zip)
-- 
GitLab