-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_add_thinking.yaml
More file actions
31 lines (25 loc) · 919 Bytes
/
example_add_thinking.yaml
File metadata and controls
31 lines (25 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Example configuration for adding thinking traces to existing Q&A data
# This demonstrates using the system to augment existing datasets
goal: Add thinking traces to existing Q&A pairs for reasoning model training
teacher_model: gemini-2.5-flash
api_type: vertex
generation_config:
temperature: 0.7
top_p: 0.9
vertex_config:
project_id: your-project-id
location: us-central1
bucket_name: your-bucket-name
input_data_metadata:
path: data/your_qa_data.parquet # Can be parquet from previous round
tokens_per_part: 200000000
data_gen_procedures:
round_1:
prompt_name: add_thinking_traces
extraction_config: extraction_configs/add_thinking_traces.yaml
has_branching: false # 1:1 transformation
validation:
enabled: true
filter_1: is_valid == True only if the value of column thinking is not null
output:
output_format: format_templates/chat_format_qa_with_thinking.py