schackartk commited on
Commit
0e5aaef
β€’
1 Parent(s): ff777d3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - bio
7
+ - infrastructure
8
+ - funding
9
+ - natural language processing
10
+ - BERT
11
+ ---
12
+
13
+ # Biodata Resource Inventory
14
+
15
+ This repository holds the fine-tuned models used in the biodata resource inventory conducted in 2022 by the
16
+ [Global Biodata Coalition](https://globalbiodata.org/) in collaboration with [Chan Zuckerberg Initiative](https://chanzuckerberg.com/).
17
+
18
+ ## Repository Overview
19
+
20
+ The fine-tuned models for both the article classification and NER tasks are present, and each has an associated modelcard.
21
+
22
+ ```sh
23
+ .
24
+ β”œβ”€β”€ article_classifier.pt # Article classification model checkpoint
25
+ β”œβ”€β”€ article_classifier_modelcard.md # Model card for article classification model
26
+ β”œβ”€β”€ name_entity_recognition.pt # NER model checkpoint
27
+ └── name_entity_recognition_modelcard.pt # Modelcard for NER model
28
+ ```
29
+
30
+ ## Associated Code
31
+
32
+ The associated code, data, and documentation for this project can be found on [GitHub](https://github.com/globalbiodata/inventory_2022/tree/inventory_2022_dev).