## Third-Party Base Model Notices RAMER source code in this repository is licensed under MIT (see `LICENSE`). The pretrained/base models used by RAMER are provided under their own upstream licenses, which are not replaced by RAMER's MIT license. ### 1) ProtTrans (ProtT5) - Source repository: https://github.com/agemagician/ProtTrans - Upstream license: MIT - Upstream license file: https://github.com/agemagician/ProtTrans/blob/master/LICENSE - Usage in RAMER: inference and fine-tuning ### 2) MolT5 - Source repository: https://github.com/blender-nlp/MolT5 - Upstream license: BSD 3-Clause - Upstream license file: https://github.com/blender-nlp/MolT5/blob/main/LICENSE - Usage in RAMER: inference ### 3) GearNet - Source repository: https://github.com/DeepGraphLearning/GearNet - Upstream license: MIT - Upstream license file: https://github.com/DeepGraphLearning/GearNet/blob/main/LICENSE - Usage in RAMER: inference ## Compliance Notes - When redistributing RAMER code, keep the MIT `LICENSE` file in this repository. - When redistributing model checkpoints/weights derived from third-party models, follow each upstream model license and notice requirements.