Replies: 1 comment
-
Hi! This limitation has been addressed recently in huggingface/transformers#16461, so now you can pass the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use the sair metic (#1875 (comment)) as the metric for the trainer, but am stuck on how it can be used, since sari expectes
sources
,predictions
, andreferences
as inputs, while anEvalPrediction
object only has the latter two.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions