update model files 1333c76
Hung Thinh Truong commited on
How to use joey234/BioLinkBERT-base-EBMNLP with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("joey234/BioLinkBERT-base-EBMNLP", device_map="auto")