diff --git a/configs/deepseek_r1.toml b/configs/deepseek_r1.toml index 1c97fdd..c6501d2 100644 --- a/configs/deepseek_r1.toml +++ b/configs/deepseek_r1.toml @@ -4,7 +4,7 @@ sample_per_file = 512 temperature = 0.6 # 0.6 is the value from the R1 model card for evaluation top_p = 0.95 # 0.95 is the value from the R1 model card for evaluation max_tokens = 12288 - +path_output = "/data" gcp_bucket = "gs://synthetic-1-datasets/generated_dataset/deepseek_r1" [data] diff --git a/configs/llama70b.toml b/configs/llama70b.toml index 439664e..43f9f90 100644 --- a/configs/llama70b.toml +++ b/configs/llama70b.toml @@ -4,7 +4,7 @@ sample_per_file = 512 temperature = 0.6 # 0.6 is the value from the R1 model card for evaluation top_p = 0.95 # 0.95 is the value from the R1 model card for evaluation max_tokens = 12288 - +path_output = "/data" gcp_bucket = "gs://synthetic-1-datasets/generated_dataset/llama70b" [data]