Instructions to use zhihan1996/DNA_bert_6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zhihan1996/DNA_bert_6 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="zhihan1996/DNA_bert_6", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("zhihan1996/DNA_bert_6", trust_remote_code=True) model = AutoModelForMaskedLM.from_pretrained("zhihan1996/DNA_bert_6", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
May I ask which animal DNA was used as the training set by the author? Is it eukaryotic or prokaryotic? Has the author's model been published in any relevant papers?
#7
by ccccy - opened
I would like to use this model in my experiment and cite the author's article.
Please see https://academic.oup.com/bioinformatics/article/37/15/2112/6128680 for the citation and more details. Thanks.