File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ data_type: raw
2+ input_file: resources/examples/raw_demo.jsonl
3+ student_model: gpt-4o-mini
4+ teacher_model: gpt-4o-mini
5+ tokenizer: cl100k_base
6+ quiz_samples: 2
7+ traverse_strategy:
8+ bidirectional: true
9+ difficulty_order:
10+ - medium
11+ - medium
12+ - medium
13+ edge_sampling: max_loss
14+ expand_method: max_tokens
15+ isolated_node_strategy: add
16+ max_depth: 2
17+ max_extra_edges: 5
18+ max_tokens: 256
19+ web_search: false
Original file line number Diff line number Diff line change 1+ data_type : raw
2+ input_file : resources/examples/raw_demo.jsonl
3+ student_model : gpt-4o-mini
4+ teacher_model : gpt-4o-mini
5+ tokenizer : cl100k_base
6+ quiz_samples : 2
7+ traverse_strategy :
8+ bidirectional : true
9+ difficulty_order :
10+ - medium
11+ - medium
12+ - medium
13+ edge_sampling : max_loss
14+ expand_method : max_tokens
15+ isolated_node_strategy : ignore
16+ max_depth : 5
17+ max_extra_edges : 5
18+ max_tokens : 256
19+ web_search : false
You can’t perform that action at this time.
0 commit comments