Instructions to use lhallee/CodonBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lhallee/CodonBERT with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("lhallee/CodonBERT") model = AutoModelForPreTraining.from_pretrained("lhallee/CodonBERT") - Notebooks
- Google Colab
- Kaggle
This is just a set of weights of the CodonBERT out of Sanofi
https://github.com/Sanofi-Public/CodonBERT
Their license here:
IP License Notice: Permission is hereby granted, free of charge, for academic research purposes only and for non-commercial use only, to any person from an academic research or non-profit organization obtaining a copy of these models, software, datasets and/or algorithms (including, but not limited to, machine-learning model code, trained model weights, inference-enabling code, training-enabling code, fine-tuning enabling code and other elements) and/or associated documentation files (collectively the “Materials”) to use, copy, modify, or merge the Materials, subject to the following conditions: this IP License Notice shall be included in all copies of the Materials or of substantial portions of the Materials. For purposes of this notice, “non-commercial use” excludes uses foreseeably resulting in a commercial benefit or monetary gain. All other rights are reserved. The Materials are provided 'as is", without warranty of any kind, express or implied, including the warranties of noninfringement.
- Downloads last month
- 130