Instructions to use AIRI-Institute/gena-lm-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AIRI-Institute/gena-lm-bert-base with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForPretraining tokenizer = AutoTokenizer.from_pretrained("AIRI-Institute/gena-lm-bert-base", trust_remote_code=True) model = BertForPretraining.from_pretrained("AIRI-Institute/gena-lm-bert-base", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Commit History
fix: set model autoclass to BertForPreTraining e158c2b
add AutoModel support 1513b6e
update readme 405f485
add link to biorxiv fb75836
add bibtex 9cfc959
fix url ecb1769
upd readme.md, renaming to gena-lm d262a2d
add model card to readme f36dcb4
Yura Kuratov commited on
add dnalm-bert-base model 4630482
Yura Kuratov commited on