Skip to content

Commit

Permalink
add log prime
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Feb 5, 2025
1 parent 4598354 commit 3e01c45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions configs/deepseek_r1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ max_tokens = 12288
[data]
batch_size = 512
path = "PrimeIntellect/verifiable-coding-problems,PrimeIntellect/verifiable-math-problems,PrimeIntellect/synthetic-code-understanding,PrimeIntellect/real-world-swe-problems,PrimeIntellect/stackexchange-question-answering"
prime_log = true
3 changes: 2 additions & 1 deletion configs/llama70b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ top_p = 0.95 # 0.95 is the value from the R1 model card for evaluation

[data]
batch_size = 512
path = "PrimeIntellect/verifiable-coding-problems,PrimeIntellect/verifiable-math-problems,PrimeIntellect/synthetic-code-understanding,PrimeIntellect/real-world-swe-problems,PrimeIntellect/stackexchange-question-answering"
path = "PrimeIntellect/verifiable-coding-problems,PrimeIntellect/verifiable-math-problems,PrimeIntellect/synthetic-code-understanding,PrimeIntellect/real-world-swe-problems,PrimeIntellect/stackexchange-question-answering"
prime_log = true

0 comments on commit 3e01c45

Please sign in to comment.