From 3997eef7128b7b02a8e6ed5399134370787335bc Mon Sep 17 00:00:00 2001 From: "Linke, Julian" <linke@tugraz.at> Date: Fri, 4 Aug 2023 15:16:22 +0200 Subject: [PATCH] Update file README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5fb8d95..a6f325f 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Stay tuned for updates and we appreciate your interest in our work. Please conti ## Dependencies -- Python3.8 -- fairseq -- matplotlib -- scikit-learn -- faiss-cpu +- Python (version 3.8) +- fairseq (version 0.12.2) +- matplotlib (version 3.7.2) +- scikit-learn (version 1.3.0) +- faiss-cpu (version 1.7.4) ## Repository structure The repository includes a **main script** (```run.sh```), a folder which includes Python scripts (```local/*py```) and an example data folder (```DATA/BEAGR/```). **If you want to work with your own data you would need to prepare a folder on your own which follows a specific folder structure**. -- GitLab