Creat README.md file
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<b>TNM-Classifier</b>
|
2 |
+
|
3 |
+
<b>Overview</b>
|
4 |
+
|
5 |
+
TNM-Classifier is a model based on BERT designed to predict the TNM classification of cancer from radiology reports of lung cancer patients. This model is based on the NTCIR-17 MedNLP-SC Radiology Report Subtask (MedTxt-RR) and has been retrained using the corpus released in MedTxt-RR.
|
6 |
+
This model is for the model in [this github](https://github.com/sociocom/TNM-Classifier-Tester).
|
7 |
+
|
8 |
+
<b>Model Features</b>
|
9 |
+
|
10 |
+
- **Model Architecture**: JMedRoBERTa (manbyo-wordpiece)
|
11 |
+
- **Training Data**: MedTxt-RR corpus
|
12 |
+
- **Use Case**: TNM classification of lung cancer (predicting tumor size, lymph node involvement, and distant metastasis)
|