Open lunar333 opened 10 months ago
in the bart_score.py, there is only reference based method, but no src to hyp
You can customize your inputs to the scorer, for example,
bart_scorer.score(['my src sentence'], ['my hpy sentence'])
in the bart_score.py, there is only reference based method, but no src to hyp