Skip to content

Commit

Permalink
use data for path output
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Feb 6, 2025
1 parent 87c171a commit 264b537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/deepseek_r1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion configs/llama70b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 264b537

Please sign in to comment.