how to use T5 in dlt? #45
Answered
by
xhluca
hongyinjie
asked this question in
Q&A
-
is there code sample...? I want to test it! |
Beta Was this translation helpful? Give feedback.
Answered by
xhluca
Dec 8, 2021
Replies: 1 comment 1 reply
-
It's already available on huggingface: https://twitter.com/Thom_Wolf/status/1244646461914169344/photo/1 I'm not very familiar with T5's translation capabilities (i know you can use prompt but not sure the coverage and accuracy), and it also seems it mostly only works well with larger models, which is hard to test for this library. If you are interested in contributing by adding the model + tests to this project I'm happy to welcome a PR :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xhluca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's already available on huggingface: https://twitter.com/Thom_Wolf/status/1244646461914169344/photo/1
I'm not very familiar with T5's translation capabilities (i know you can use prompt but not sure the coverage and accuracy), and it also seems it mostly only works well with larger models, which is hard to test for this library. If you are interested in contributing by adding the model + tests to this project I'm happy to welcome a PR :)