We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3296307 commit 5b41c26Copy full SHA for 5b41c26
1 file changed
src/main.py
@@ -22,7 +22,7 @@
22
# Study variables
23
VERSION = 1
24
METRIC = "loss" # Options: "loss", "ndcg"
25
-STUDY_SET = "demo"
+STUDY_SET = "full"
26
CLASSIFIER_TYPE = "svm" # Options: "nb", "log", "svm", "rf"
27
FEATURE_EXTRACTOR_TYPE = "mxbai" # Options: "tfidf", "onehot", "labse", "bge-m3", "stella", "mxbai", "gist", "e5", "gte", "kalm", "lajavaness", "snowflake"
28
PICKLE_FOLDER_PATH = Path("synergy-dataset", f"pickles_{FEATURE_EXTRACTOR_TYPE}")
0 commit comments