MannLabs / alphapeptdeep

Deep learning framework for proteomics
Apache License 2.0
101 stars 19 forks source link

Copy transformer code from huggingface due to too many breaking changes #178

Open jalew188 opened 2 weeks ago

jalew188 commented 2 weeks ago

As huggingface upgrades time to time, making the import very unstable. And peptdeep only requires the model code, without other dependencies such as tokenizer and others, so we should copy the model code into peptdeep to make this package more stable.