Skip to content

Commit 5d8cf32

Browse files
committed
modified sample config
1 parent ce3d25e commit 5d8cf32

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

sample_config.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"input_directory": "nasa",
33
"output_directory": "nasa_output",
44
"pretrained_model": "all-mpnet-base-v2",
5-
"clust_dist_threshold": 4,
5+
"clust_dist_threshold":1,
66
"tsne_iter": 8000,
7-
"text_max_length": 2048
8-
}
7+
"text_max_length": 2048,
8+
"random_state": 45,
9+
"topic_str_min_df": 0.20
10+
}

0 commit comments

Comments
 (0)