SantiagoSanchezF commited on
Commit
a0c6fde
·
verified ·
1 Parent(s): f8356bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -5,4 +5,47 @@ language:
5
  base_model:
6
  - microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext
7
  pipeline_tag: fill-mask
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  base_model:
6
  - microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext
7
  pipeline_tag: fill-mask
8
+ ---
9
+ # Model Card for Model ID
10
+
11
+ We fine-tuned BiomedBERT using study descriptions from metagenomic projects sourced from MGnify. We applied MLM to unlabelled text data, specifically focusing on the project study descriptions. By fine-tuning the model on domain-specific text, the model now better understands the language and nuances found in metagenomics study description, which helps improve the performance of biome classification tasks.
12
+
13
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
14
+
15
+ ## Model Details
16
+
17
+ ### Model Description
18
+
19
+ <!-- Provide a longer summary of what this model is. -->
20
+
21
+
22
+
23
+ - **Developed by:** SantiagoSanchezF
24
+ - **Model type:** MLM
25
+ - **Language(s) (NLP):** English
26
+ - **License:** [More Information Needed]
27
+ - **Finetuned from model:** microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext
28
+
29
+
30
+ ### Downstream Use [optional]
31
+
32
+ This model isthe base of SantiagoSanchezF/trapiche-biome-classifier
33
+
34
+
35
+ ## Training Details
36
+
37
+ ### Training Data
38
+
39
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
40
+
41
+ [More Information Needed]
42
+
43
+ ### Training Procedure
44
+
45
+ The model was domain adapted by applying masked language modeling (MLM) to a corpus of study descriptions derived from metagenomic projects in MGnify. The input text was tokenized with a maximum sequence length of 256 tokens. A data collator was configured to randomly mask 15% of the input tokens for the MLM task. Training was performed with a batch size of 8, over 3 epochs, and with a learning rate of 5e-5.
46
+
47
+
48
+ ## Citation [optional]
49
+
50
+ TBD
51
+