huggingface / transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
https://huggingface.co/transformers
Apache License 2.0
133k stars 26.54k forks source link

Seq TransfoRNA #31345

Open yak-hbdx opened 3 months ago

yak-hbdx commented 3 months ago

Model description

The Seq TransfoRNA model is intended to map short RNA fragments (18 nt. to 30 nt.) back to their parental precursor. The model is trained in a supervised manner to classify ~2k subclasses belonging to 11 major classes.

Open source status

Provide useful links for the implementation

https://github.com/gitHBDX/TransfoRNA/tree/master/transforna/src/model @yak-hbdx @jje-hbdx @tos-hbdx

amyeroberts commented 3 months ago

cc @Rocketknight1

Rocketknight1 commented 3 months ago

Hi @yak-hbdx, if you or anyone else wants to try adding this model, you can follow the guide here for uploading custom models to the Hub.