How to use GleghornLab/AT_EXP with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="GleghornLab/AT_EXP")
# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("GleghornLab/AT_EXP") model = AutoModelForMaskedLM.from_pretrained("GleghornLab/AT_EXP")
Please see our paper and Github for more details https://www.biorxiv.org/content/10.1101/2024.07.30.605924v1
https://github.com/Gleghorn-Lab/AnnotationVocabulary
Files info