Skip to content

Commit 777b365

Browse files
fix(config): Update example configuration file
1 parent cd62a84 commit 777b365

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/config.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
qa_form: atomic
21
data_type: raw
32
input_file: resources/examples/raw_demo.jsonl
43
tokenizer: cl100k_base
54
quiz_samples: 2
65
traverse_strategy:
6+
qa_form: atomic
77
bidirectional: true
88
difficulty_order:
99
- medium

configs/graphgen_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
qa_form: multi-hop
21
data_type: raw
32
input_file: resources/examples/raw_demo.jsonl
43
tokenizer: cl100k_base
54
quiz_samples: 2
65
traverse_strategy:
6+
qa_form: atomic
77
bidirectional: true
88
difficulty_order:
99
- medium

0 commit comments

Comments
 (0)