Instructions to use AIRI-Institute/gena-lm-bert-base-fly 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-fly with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="AIRI-Institute/gena-lm-bert-base-fly", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("AIRI-Institute/gena-lm-bert-base-fly", trust_remote_code=True) model = AutoModelForMaskedLM.from_pretrained("AIRI-Institute/gena-lm-bert-base-fly", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
update model imports to be compatible with transformers 4.56.0 3c9f8c3 verified
readme: update bib entry and links - GENA in NAR 2d8c66d verified
fix link to paper a8ad083
Yura Kuratov commited on
add fly data info to readme 6c97194
Yura Kuratov commited on
update paper links in readme 32b0375
Yura Kuratov commited on
upload GENA-LM Fly model a34e087
Yura Kuratov commited on