Skip to content

Commit

Permalink
Remove unused constants in delphi/eval/constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidhyani committed Feb 23, 2024
1 parent 8ea7ab4 commit 53e0eb0
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/delphi/eval/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,3 @@
"delphi-llama2-12.8m",
"delphi-llama2-25.6m",
]

LLAMA2_LOGPROB_DATASETS = [
"transcendingvictor/delphi-llama2-100k-validation-logprobs",
"transcendingvictor/delphi-llama2-200k-validation-logprobs",
"transcendingvictor/delphi-llama2-400k-validation-logprobs",
"transcendingvictor/delphi-llama2-800k-validation-logprobs",
"transcendingvictor/delphi-llama2-1.6m-validation-logprobs",
"transcendingvictor/delphi-llama2-3.2m-validation-logprobs",
"transcendingvictor/delphi-llama2-6.4m-validation-logprobs",
"transcendingvictor/delphi-llama2-12.8m-validation-logprobs",
"transcendingvictor/delphi-llama2-25.6m-validation-logprobs",
]

LLAMA2_HF_MODELS = [
"delphi-suite/delphi-llama2-100k",
"delphi-suite/delphi-llama2-200k",
"delphi-suite/delphi-llama2-400k",
"delphi-suite/delphi-llama2-800k",
"delphi-suite/delphi-llama2-1.6m",
"delphi-suite/delphi-llama2-3.2m",
"delphi-suite/delphi-llama2-6.4m",
"delphi-suite/delphi-llama2-12.8m",
"delphi-suite/delphi-llama2-25.6m",
]

0 comments on commit 53e0eb0

Please sign in to comment.