Closed tejas20 closed 2 years ago
Also example input from table is -
You can load the local model as long as you provide its config info. See this notebook for config info. You can probably use the same configurations of the original T5 (find these in the model-config file).
Thank you, Jay.
I am trying to use ECCO to explain the output of FinedTuned T5 for Conditional Generation model which is fine tuned on table-to-text dataset. I am not able to load my model with the conditional generation. Can you give me an example code of how to load local transformer models?