How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("feature-extraction", model="andorei/gebert_eng_gat")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("andorei/gebert_eng_gat")
model = AutoModel.from_pretrained("andorei/gebert_eng_gat")
Quick Links

The GEBERT model pre-trained with GAT graph encoder.

The model was published at CLEF 2023 conference. The source code is available at github.

Pretraining data: biomedical concept graph and concept names from the UMLS (2020AB release).

Base model: microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext.

@inproceedings{sakhovskiy2023gebert,
author="Sakhovskiy, Andrey
and Semenova, Natalia
and Kadurin, Artur
and Tutubalina, Elena",
title="Graph-Enriched Biomedical Entity Representation Transformer",
booktitle="Experimental IR Meets Multilinguality, Multimodality, and Interaction",
year="2023",
publisher="Springer Nature Switzerland",
address="Cham",
pages="109--120",
isbn="978-3-031-42448-9"
}
Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support