-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a BLEU metric #65
Comments
Linking a comment here which explains the difficulty with BLEU: For ROUGE Score, I used a |
If this issue is open, I would want to work on implementing the BLEU metric. |
Hello, @arcAman07! I'm currently working on this. |
Cool, wasn't aware of it 👍 |
Rough Implementation: https://colab.research.google.com/drive/1uX5V98N1apnNHJTLQAecIz2H8yQfL5fK?usp=sharing |
Splitting this issue out from #38.
We should add a BLEU metric as
keras_nlp.metrics.Bleu
.The text was updated successfully, but these errors were encountered: