Skip to content

Commit

Permalink
docs: update adding_dataset.rst (#927)
Browse files Browse the repository at this point in the history
minor fix

Signed-off-by: Yotam Perlitz <yotam.perlitz@ibm.com>
  • Loading branch information
eltociear authored and perlitz committed Jun 23, 2024
1 parent 7c973cd commit b3f0bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/adding_dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ While language models generate textual predictions, the metrics often evaluate o
spearman correlation is evaluated on numeric predictions vs numeric reference, and multi-label F1 is evaluated on a list of string class name prediction_type
vs a reference list of string classes. The `prediction_type` of the task defines the common prediction (and reference) types for all metrics of the task.

Note that the the Task does not perform any verbalization or formatting of the task input and output fields - this is the responsibility of the Template.
Note that the Task does not perform any verbalization or formatting of the task input and output fields - this is the responsibility of the Template.

In our example, we will formalize a translation task between `source_language` and a `target_language`.
The text to translate is in the field `text` and the reference answer in the `translation` field.
Expand Down

0 comments on commit b3f0bc9

Please sign in to comment.