textgrad icon indicating copy to clipboard operation
textgrad copied to clipboard

Support a regression task?

Open zhoumengbo opened this issue 1 year ago • 0 comments

In analyzing this project, I noticed that the current task description uses "correct/incorrect" to describe the model's output. However, this approach is more suited for classification tasks. I am currently using this project for a task, but my task is a regression task. How should I adjust the model architecture to support a regression task? For example, should the loss function be modified?

zhoumengbo avatar Dec 20 '24 09:12 zhoumengbo