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

Does Nemo support soft targets or doing regression? #11536

Open
m-harmonic opened this issue Dec 10, 2024 · 0 comments
Open

Does Nemo support soft targets or doing regression? #11536

m-harmonic opened this issue Dec 10, 2024 · 0 comments
Assignees

Comments

@m-harmonic
Copy link

Is your feature request related to a problem? Please describe.

I'm trying to do supervised learning given labeled data of an input token sequence mapping to a probability output. Does Nemo support a simple way to do this? For example, via soft targets (predicting one of two tokens each with a certain probability that sums to 1) as opposed to 1-hot vectors, or otherwise doing regression for a continuous value?

Describe the solution you'd like

Some modification to standard SFT training for example.

Describe alternatives you've considered

Have tried looking at distillation as a proxy, where the probabilities imitate the logits produced by a teacher model. But this is quite cumbersome.

Additional context

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