We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12122d8 commit ecb8130Copy full SHA for ecb8130
docs/modules/ROOT/pages/lm-eval-tutorial.adoc
@@ -97,7 +97,8 @@ spec:
97
taskRecipes:
98
- card:
99
name: "cards.wnli" <2>
100
- template: "templates.classification.multi_class.relation.default" <3>
+ template:
101
+ name: "templates.classification.multi_class.relation.default" <3>
102
logSamples: true
103
pod:
104
container:
@@ -539,7 +540,8 @@ spec:
539
540
value: google/flan-t5-base
541
taskList:
542
- - template: "templates.classification.multi_class.relation.default"
543
+ - template:
544
+ name: "templates.classification.multi_class.relation.default"
545
card:
546
custom: |
547
{
0 commit comments