Description
I am struggling to understand if there is an easy to finetune a Hyena model (EVO2) on a sequence leve ( e.g. ATCGATCG -> 1) and token level classification task ( e.g. ATCGATCG -> 10001000)
If so I am not sure what are the modules I should add / modify to allow for this.
Solution desired
Having a sequence / token level finetuning strategy to choose from or a solution to implement it on my side.
Any help on this issue would be very much appreciated.