From 4948b9a0fc2ad61aeaeec12ef4f622b592a5e598 Mon Sep 17 00:00:00 2001 From: Paul Best <paul.best@lis-lab.fr> Date: Tue, 27 Aug 2024 15:31:21 +0200 Subject: [PATCH] Add readme to crepe_ft --- crepe_ft/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 crepe_ft/README.md diff --git a/crepe_ft/README.md b/crepe_ft/README.md new file mode 100644 index 0000000..0d6af61 --- /dev/null +++ b/crepe_ft/README.md @@ -0,0 +1,4 @@ +This folder contains the pretrained weights used in benchmarking model performances. +File naming has the following structure : `model_{only/omit}_{taxa}.pth' +`omit' files are models trained on all taxa except the one specified after. +`only' files are models trained on a single taxa, in a 5-fold manner (the following number specifies the fold kept for testing). \ No newline at end of file -- GitLab