Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# CT-BERT-JPN
|
6 |
+
|
7 |
+
CT-BERT-JPN is a Japanese BERT-based model for multilabel classification of abnormal findings in radiology reports, fine-tuned on the [CT-RATE-JPN](https://huggingface.co/datasets/YYama0/CT-RATE-JPN) dataset.
|
8 |
+
|
9 |
+
## Model Overview
|
10 |
+
|
11 |
+
This model is based on [BERT base Japanese v3](https://huggingface.co/tohoku-nlp/bert-base-japanese-v3), and has been fine-tuned on the [CT-RATE-JPN](https://huggingface.co/datasets/YYama0/CT-RATE-JPN) dataset, which provides Japanese translations of radiology reports from the [CT-RATE]((https://huggingface.co/datasets/ibrahimhamamci/CT-RATE)) dataset. The training data consists of deduplicated radiology reports with corresponding abnormality labels.
|
12 |
+
|
13 |
+
## Model Performance
|
14 |
+
|
15 |
+
Coming soon...
|
16 |
+
|
17 |
+
## Citation
|
18 |
+
|
19 |
+
### Base BERT Model:
|
20 |
+
Please cite the original BERT Japanese model from [cl-tohoku/bert-japanese].
|
21 |
+
|
22 |
+
### CT-RATE Dataset:
|
23 |
+
Please visit the [original CT-RATE repository](https://huggingface.co/datasets/ibrahimhamamci/CT-RATE) for the appropriate citation information.
|
24 |
+
|
25 |
+
### CT-RATE-JPN:
|
26 |
+
Citation information will be provided upon the release of our forthcoming paper.
|
27 |
+
|
28 |
+
## License
|
29 |
+
|
30 |
+
This model is released under the Creative Commons Attribution-NonCommercial-ShareAlike (CC-BY-NC-SA) license, maintaining consistency with the original CT-RATE dataset.
|
31 |
+
|
32 |
+
This license requires:
|
33 |
+
- Non-commercial use only
|
34 |
+
- Appropriate attribution
|
35 |
+
- Sharing of derivative works under the same license terms
|
36 |
+
|
37 |
+
## Acknowledgments
|
38 |
+
|
39 |
+
- The original BERT Japanese model developers (cl-tohoku)
|
40 |
+
- The CT-RATE dataset creators
|