Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

SentencePair Regression #688

@overlookcurl

Description

@overlookcurl

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.

image

  1. If my approach is right to use TextPairClassificationProcessor, what should I provide for label_list in the regression case?
  2. 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

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions