hyena-dna icon indicating copy to clipboard operation
hyena-dna copied to clipboard

Predicting probability vectors of equal length to input sequence

Open CherWeiYuan opened this issue 1 year ago • 0 comments

Hi Eric and HazyResearch team

Thank you for providing such exciting research to the public!

I am currently interested in whether HyenaDNA fine-tuning can operate without the binary classification decoder.

The reason is because I wish to predict at least two probabilities per input nucleotide, for instance: input: [A, T, C, G, ...] output: [ [0.8, 0, 0, 0], [0, 0, 0, 0.7] ]

May I seek your advice on whether this is possible, and if so, how to do so?

Thank you for your time.

Best Regards WY

CherWeiYuan avatar Feb 23 '24 09:02 CherWeiYuan