From c877e95ec48e12fdd79c13cb87496e977726f1f6 Mon Sep 17 00:00:00 2001 From: kupper <kupper@login.cl.uni-heidelberg.de> Date: Sun, 30 Mar 2025 19:35:35 +0200 Subject: [PATCH] Explicitly mention NEC results in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3db2d13..41a08ed 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ Datasets can be found in [`/data`](data) and are accessed via the [`data manager Scripts for executing code on the Computerlinguistik cluster or BwUniCluster are located in [`/scripts`](scripts). -The experiments conducted as part of this project and some of their results are located in [`/src/experiments`](src/experiments). +The experiments conducted as part of this project are located in [`/src/experiments`](src/experiments). + +The results for the named entity classification experiment are located in [`/src/experiments/NEC_evaluation/results/`](src/experiments/NEC_evaluation/results/). ## Setup and Requirements Note: A CUDA-enabled GPU is required to run the finetuning and LLM-based experiments -- GitLab