We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9cf0f commit 45b4478Copy full SHA for 45b4478
config.yaml
@@ -1,31 +1,24 @@
1
-experiment_name: "knn_150_20_65"
+experiment_name: "Webservice"
2
3
mini_batch:
4
- size: 4
+ size: 1
5
# N means the number of cluster text in one inference
6
# strongly recommend to set N to half ~ two-thirds of your VRAM(GB)
7
8
-data:
9
- source: "youtube" # "opensource"
10
- opensource: "ccdv/govreport-summarization"
11
- youtube: "WhiteboardLLM/Data"
12
- index_set: 3
13
-
14
segment:
15
args:
16
- n_word: 150
+ n_word: 30
17
n_overlap: 0
18
fix_size: False
19
20
concat:
21
- method: "concate_knn"
+ method: "concate_kmeans"
22
23
- k: 20
24
- threshold: 0.65
+ k: 5
25
26
summary:
27
28
- min_length: 100
+ min_length: 30
29
max_length: 1024
30
31
-save_summaries: True
+save_summaries: False
0 commit comments