Skip to content

Commit

Permalink
update task set
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitaB committed Jul 26, 2023
1 parent dd70413 commit c739a77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evaluation/experiments/evaluation_2023_07_26.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local utils = import 'utils.libsonnet';

local rc20_tasks = import 'task_sets/rc20_tasks.libsonnet';
local gen_tasks = import 'task_sets/gen_tasks.libsonnet';
local summary_tasks = import 'task_sets/summary_tasks.libsonnet';
local ppl_suite = import 'task_sets/eval_suite_ppl_val_v2_small.libsonnet';


Expand Down Expand Up @@ -35,6 +36,7 @@ local models = [
local task_sets = [
rc20_tasks.task_set,
gen_tasks.task_set,
summary_tasks.task_set,
ppl_suite.task_set
];

Expand Down

0 comments on commit c739a77

Please sign in to comment.