You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use this model in the inference regime, but I want to provide my text instead of looking at the validation text. However, the code has many moving parts, and I need some help.
This is the flow in which I would expect a typical inference to work. (text (set of reviews) -> pre-processing -> model -> output_summary)
Any tips for translating the above flow in your code?
Thanks.
The text was updated successfully, but these errors were encountered:
Can I even run this code without gold summaries? The data pipeline expects the summaries1, summaries2, summaries3 columns that I don't have during inference.
Hello,
I want to use this model in the inference regime, but I want to provide my text instead of looking at the validation text. However, the code has many moving parts, and I need some help.
This is the flow in which I would expect a typical inference to work. (text (set of reviews) -> pre-processing -> model -> output_summary)
Any tips for translating the above flow in your code?
Thanks.
The text was updated successfully, but these errors were encountered: