Skip to content

Commit

Permalink
add claude foqa eval
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Nov 13, 2024
1 parent 7603cf2 commit 2fa7fbe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions slurm/claude/fanoutqa-eval.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
#
#SBATCH --partition=p_nlp
#SBATCH --job-name=rd-foqa-eval
#
#SBATCH --output=/nlpgpu/data/andrz/logs/%j.%x.log
#SBATCH --error=/nlpgpu/data/andrz/logs/%j.%x.log
#SBATCH --time=7-0
#SBATCH -c 1
#SBATCH --gpus=1
#SBATCH --mem=32G

source slurm/fanout-eval-env.sh
srun python score_fanoutqa.py experiments/fanoutqa/claude/**/results.jsonl

0 comments on commit 2fa7fbe

Please sign in to comment.