Skip to content

Commit

Permalink
setup bge-m3
Browse files Browse the repository at this point in the history
  • Loading branch information
timovdk committed Jan 28, 2025
1 parent 22b20ad commit 635348e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asreview2-optuna/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
VERSION = 1
STUDY_SET = "demo"
CLASSIFIER_TYPE = "svm" # Options: "nb", "log", "svm", "rf"
FEATURE_EXTRACTOR_TYPE = "labse" # Options: "tfidf", "onehot", "labse", "bge-m3"
FEATURE_EXTRACTOR_TYPE = "bge-m3" # Options: "tfidf", "onehot", "labse", "bge-m3"
PICKLE_FOLDER_PATH = Path("synergy-dataset", f"pickles_{FEATURE_EXTRACTOR_TYPE}")
PRE_PROCESSED_FMS = True # False = on the fly
PARALLELIZE_OBJECTIVE = True
Expand Down

0 comments on commit 635348e

Please sign in to comment.