Skip to content

Commit 5b41c26

Browse files
committed
setup mxbai full
1 parent 3296307 commit 5b41c26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Study variables
2323
VERSION = 1
2424
METRIC = "loss" # Options: "loss", "ndcg"
25-
STUDY_SET = "demo"
25+
STUDY_SET = "full"
2626
CLASSIFIER_TYPE = "svm" # Options: "nb", "log", "svm", "rf"
2727
FEATURE_EXTRACTOR_TYPE = "mxbai" # Options: "tfidf", "onehot", "labse", "bge-m3", "stella", "mxbai", "gist", "e5", "gte", "kalm", "lajavaness", "snowflake"
2828
PICKLE_FOLDER_PATH = Path("synergy-dataset", f"pickles_{FEATURE_EXTRACTOR_TYPE}")

0 commit comments

Comments
 (0)