Feature Extraction
Transformers
PyTorch
English
bert
biomedical
bionlp
entity linking
embedding
text-embeddings-inference
Instructions to use andorei/gebert_eng_gat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andorei/gebert_eng_gat with Transformers:
# 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") - Notebooks
- Google Colab
- Kaggle
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
- 15