bio infrastructure funding natural language processing BERT

Biodata Resource Inventory

This repository holds the fine-tuned models used in the biodata resource inventory conducted in 2022 by the Global Biodata Coalition in collaboration with Chan Zuckerberg Initiative.

Repository Overview

The fine-tuned models for both the article classification and NER tasks are present, and each has an associated modelcard.

.
├── article_classifier.pt                  # Article classification model checkpoint
├── article_classifier_modelcard.md        # Model card for article classification model
├── name_entity_recognition.pt             # NER model checkpoint
└── name_entity_recognition_modelcard.pt   # Modelcard for NER model

Associated Code

The associated code, data, and documentation for this project can be found on GitHub.