Milad Alshomary
updating the embedding space
75cc8bf
raw
history blame contribute delete
786 Bytes
# config.yaml
instances_to_explain_path: "./datasets/hrs_explanations.json"
instances_to_explain_url: "https://huggingface.co/datasets/miladalsh/explanation_tool_files/resolve/main/hrs_explanations_luar_clusters_18_balanced.json?/download=true"
interp_space_path: "./datasets/sentence_luar_interp_clusters_25/"
interp_space_url: "https://huggingface.co/datasets/miladalsh/explanation_tool_files/resolve/main/sentence_luar_interp_clusters_25.zip?download=true"
gram2vec_feats_path: "./datasets/gram2vec_feats.csv"
gram2vec_feats_url: "https://huggingface.co/datasets/miladalsh/explanation_tool_files/resolve/main/gram2vec_feats.csv?download=true"
style_feat_clm: "llm_tfidf_weights"
top_k: 10
only_llm_feats: false
only_gram2vec_feats: false