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
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Question
Hi. Thank you for this wonderful repository. I am still in the early stages of using FARM.
I want to perform a sentencepair regression task with FARM. Basically I have two continues values for each sentence pair. I was going to use two regression heads for that.
However, I noticed that There is no seperate processor for this. (TextPairRegressionProcessor), So I assumed that I have to use TextPairClassificationProcessor with task_type regression.
Then I was examining the TextPairClassificationProcessor and noticed that it always checks for label_list.
If my approach is right to use TextPairClassificationProcessor, what should I provide for label_list in the regression case?
If it is not will you be able to tell me the correct process to do text pair regression task?
Thank you in Advance and Thank you for this wonderful repo again