Skip to content
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

Any pointers to how to use this model for inference ( user provided text rather than the validation review text in csv) #1

Open
mancunian1792 opened this issue Jan 30, 2022 · 2 comments

Comments

@mancunian1792
Copy link

mancunian1792 commented Jan 30, 2022

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.

@abrazinskas
Copy link
Owner

Hello, you could format your text into CSV files that the system expects. I will create a simpler interface for inference but it will take some time.

@mancunian1792
Copy link
Author

mancunian1792 commented Feb 19, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants