johnpaulett commited on
Commit
3cad264
·
verified ·
1 Parent(s): eda3eed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # ModernRadBERT-cui-classifier
18
 
19
- This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.1454
22
  - Precision Micro: 0.8664
@@ -29,13 +29,17 @@ It achieves the following results on the evaluation set:
29
  - Hamming Loss: 0.0327
30
  - Label Accuracy: 0.9673
31
 
 
 
 
32
  ## Model description
33
 
34
  More information needed
35
 
36
  ## Intended uses & limitations
37
 
38
- More information needed
 
39
 
40
  ## Training and evaluation data
41
 
 
16
 
17
  # ModernRadBERT-cui-classifier
18
 
19
+ This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the [`unsloth/Radiology_mini`](https://huggingface.co/datasets/unsloth/Radiology_mini) dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.1454
22
  - Precision Micro: 0.8664
 
29
  - Hamming Loss: 0.0327
30
  - Label Accuracy: 0.9673
31
 
32
+
33
+ https://www.johnpaulett.com/2025/modernbert-radiology-fine-tuning-classifier/
34
+
35
  ## Model description
36
 
37
  More information needed
38
 
39
  ## Intended uses & limitations
40
 
41
+ **Not intended for real-world use**, was an example of MLM fine-tuning on a small radiology dataset.
42
+
43
 
44
  ## Training and evaluation data
45