From a3d2b2d18a0cd744da138c49d8f7d81cb7939f23 Mon Sep 17 00:00:00 2001
From: Balthazar Casale <balthazar.casale@lis-lab.fr>
Date: Tue, 13 Jun 2023 17:16:11 +0200
Subject: [PATCH] Update file README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 789262e..536c436 100644
--- a/README.md
+++ b/README.md
@@ -126,9 +126,9 @@ The SVM models trained on the quantum-separability dataset. they are grouped by:
 
 The type of the model and the proportion of PPT-ENT states used during training is indicated in the file name. For example the files
 
-SVM_1000_[0.50]_
+SVM_1000_[0.50]_(i)
 
-contain a SVM trained using a dataset of 1000 examples per class where 50% of the entangled examples are PPT-ENT.
+where i is an index between 0 and 4, contain a SVM trained using a dataset of 1000 examples per class where 50% of the entangled examples are PPT-ENT.
 
 All the models are accessible by the function joblib.load in the form of a GridSearchCV model (from sklearn).
 All the models in the library use the Gell-Mann representation of states as input.
-- 
GitLab