Skip to content

Commit

Permalink
update buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Feb 5, 2025
1 parent cc2b99c commit 8b74bb3
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 @@ -5,7 +5,7 @@ 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

gcp_bucket = "gs://synthetic-1/generated_dataset/deepseek_r1"
gcp_bucket = "gs://synthetic-1-datasets/generated_dataset/deepseek_r1"

[data]
batch_size = 512
Expand Down
2 changes: 1 addition & 1 deletion configs/llama70b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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

gcp_bucket = "gs://synthetic-1/generated_dataset/llama70b"
gcp_bucket = "gs://synthetic-1-datasets/generated_dataset/llama70b"

[data]
batch_size = 512
Expand Down

0 comments on commit 8b74bb3

Please sign in to comment.