Skip to content

Commit edea626

Browse files
fix: LMEval Unitxt CR (#69)
1 parent 5da46d8 commit edea626

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/modules/ROOT/pages/lm-eval-tutorial.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ spec:
9797
taskRecipes:
9898
- card:
9999
name: "cards.wnli" <2>
100-
template: "templates.classification.multi_class.relation.default" <3>
100+
template:
101+
name: "templates.classification.multi_class.relation.default" <3>
101102
logSamples: true
102103
pod:
103104
container:
@@ -332,7 +333,8 @@ spec:
332333
taskRecipes:
333334
- card:
334335
name: cards.wnli
335-
template: templates.classification.multi_class.relation.default
336+
template:
337+
name: templates.classification.multi_class.relation.default
336338
status:
337339
completeTime: "2025-02-06T18:31:20Z"
338340
lastScheduleTime: "2025-02-06T18:13:35Z"
@@ -551,7 +553,8 @@ spec:
551553
value: google/flan-t5-base
552554
taskList:
553555
taskRecipes:
554-
- template: "templates.classification.multi_class.relation.default"
556+
- template:
557+
ref: "templates.classification.multi_class.relation.default"
555558
card:
556559
custom: |
557560
{

0 commit comments

Comments
 (0)