Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
ce343750
"sims/vscode:/vscode.git/clone" did not exist on "c78c3ecc64fd36365596e129de4fae65f6136d1f"
Commit
ce343750
authored
May 27, 2024
by
Yen-Ting Lin
Browse files
Update .gitignore and harness_eval.slurm, and modify _generate_configs.py
parent
a69ad956
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.gitignore
.gitignore
+2
-1
harness_eval.slurm
harness_eval.slurm
+0
-1
lm_eval/tasks/umtceval/default/_generate_configs.py
lm_eval/tasks/umtceval/default/_generate_configs.py
+1
-1
No files found.
.gitignore
View file @
ce343750
...
@@ -24,4 +24,5 @@ examples/wandb
...
@@ -24,4 +24,5 @@ examples/wandb
evals/
evals/
harness_eval_main_log.txt
harness_eval_main_log.txt
None/
None/
logs/
logs/
\ No newline at end of file
eval_results/
\ No newline at end of file
harness_eval.slurm
View file @
ce343750
...
@@ -59,7 +59,6 @@ lm_eval \
...
@@ -59,7 +59,6 @@ lm_eval \
--batch_size 8
\
--batch_size 8
\
--output_path eval_results
\
--output_path eval_results
\
--write_out
\
--write_out
\
--log_samples
\
--verbosity DEBUG
\
--verbosity DEBUG
\
--wandb_args project=lm-eval-harness-integration,job_type=eval,name=
$model
\
--wandb_args project=lm-eval-harness-integration,job_type=eval,name=
$model
\
--hf_hub_log_args hub_results_org=yentinglin,hub_repo_name=lm-eval-results,push_results_to_hub=True,public_repo=False
\
--hf_hub_log_args hub_results_org=yentinglin,hub_repo_name=lm-eval-results,push_results_to_hub=True,public_repo=False
\
...
...
lm_eval/tasks/umtceval/default/_generate_configs.py
View file @
ce343750
...
@@ -10,7 +10,7 @@ from tqdm import tqdm
...
@@ -10,7 +10,7 @@ from tqdm import tqdm
categories
=
{
categories
=
{
"
law
"
:
[
"
default
"
:
[
"default"
,
"default"
,
],
],
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment