CoolFace
Modelpublic

kiddothe2b/biomedical-longformer-base

sourceHugging Facecc-by-nc-sa-4.0updated 4y agoView on Hugging Face
0likes147downloads
Model Card

Biomedical Longformer (base)

This is a derivative model based on microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract BERT model developed in the work "Fine-Tuning Large Neural Language Models for Biomedical Natural Language Processing" by Tinn et al. (2021). All model parameters where cloned from the original model, while the positional embeddings were extended by cloning the original embeddings multiple times following Beltagy et al. (2020) using a python script similar to this one (https://github.com/allenai/longformer/blob/master/scripts/convertmodelto_long.ipynb).