Unverified Commit 6c8fad4f authored by smanjil's avatar smanjil Committed by GitHub
Browse files

replace performance table with markdown (#8565)



* replace performance table with markdown

* Update model_cards/smanjil/German-MedBERT/README.md
Co-authored-by: default avatarJulien Chaumond <chaumond@gmail.com>
parent e7f77fc5
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
language: de language: de
tags: tags:
- exbert - exbert
- German
--- ---
<a href="https://huggingface.co/exbert/?model=smanjil/German-MedBERT"> <a href="https://huggingface.co/exbert/?model=smanjil/German-MedBERT">
...@@ -10,7 +11,7 @@ tags: ...@@ -10,7 +11,7 @@ tags:
# German Medical BERT # German Medical BERT
This is a fine-tuned model on Medical domain for German language and based on German BERT. This is a fine-tuned model on Medical domain for German language and based on German BERT. This model has only been trained to improve on target task (Masked Language Model). It can later be used to perform a downstream task of your needs, while I performed it for NTS-ICD-10 text classification task.
## Overview ## Overview
**Language model:** bert-base-german-cased **Language model:** bert-base-german-cased
...@@ -30,7 +31,12 @@ This is a fine-tuned model on Medical domain for German language and based on Ge ...@@ -30,7 +31,12 @@ This is a fine-tuned model on Medical domain for German language and based on Ge
- Although had to train for upto 25 epochs for classification. - Although had to train for upto 25 epochs for classification.
## Performance (Micro precision, recall and f1 score for multilabel code classification) ## Performance (Micro precision, recall and f1 score for multilabel code classification)
![performance](https://raw.githubusercontent.com/smanjil/finetune-lm/master/performance.png)
|Models |P |R |F1 |
|:-------------- |:------|:------|:------|
|German BERT |86.04 |75.82 |80.60 |
|German MedBERT-256 |87.41 |77.97 |82.42 |
|German MedBERT-512 |87.75 |78.26 |82.73 |
## Author ## Author
Manjil Shrestha: `shresthamanjil21 [at] gmail.com` Manjil Shrestha: `shresthamanjil21 [at] gmail.com`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment