Update README.md
Browse files
README.md
CHANGED
@@ -59,25 +59,17 @@ We DO NOT recommend to fine-tune this model. It is already meant to be a downstr
|
|
59 |
|
60 |
This model can be directly used for classifying dermatological text data in Spanish EHRs.
|
61 |
|
62 |
-
|
63 |
-
### Downstream Use [optional]
|
64 |
The model can be integrated into healthcare applications for automatic classification of dermatological conditions from patient records.
|
65 |
|
66 |
-
|
67 |
-
[More Information Needed]
|
68 |
-
|
69 |
### Out-of-Scope Use
|
70 |
|
71 |
The model is not suitable for non-medical text classification tasks or for texts in languages other than Spanish.
|
72 |
|
73 |
-
[More Information Needed]
|
74 |
-
|
75 |
## Bias, Risks, and Limitations
|
76 |
|
77 |
This model is fine-tuned on a specific dataset and may not generalize well to other types of medical texts or conditions. Users should be cautious of biases in the training data that could affect the model's performance.
|
78 |
|
79 |
-
[More Information Needed]
|
80 |
-
|
81 |
### Recommendations
|
82 |
|
83 |
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
@@ -103,14 +95,11 @@ outputs = model(input_ids, attention_mask=attention_mask)
|
|
103 |
```
|
104 |
|
105 |
|
106 |
-
[More Information Needed]
|
107 |
-
|
108 |
## Training Details
|
109 |
|
110 |
### Training Data
|
111 |
|
112 |
The model was fine-tuned on the DermatES dataset from Fundaci贸n CTIC, which contains Spanish dermatological EHRs.
|
113 |
-
[More Information Needed]
|
114 |
|
115 |
### Training Procedure
|
116 |
In order to reproduce the experiment it is ESSENTIAL to respect the order of prediction of the three ontology-base features. More details in the original paper of *Dermat*
|
@@ -147,7 +136,7 @@ predicted_diseases = cascade(inputs,information_list,model,tokenizer)
|
|
147 |
```
|
148 |
|
149 |
|
150 |
-
#### Preprocessing
|
151 |
|
152 |
Lowercased, anonymized and accents removed texts
|
153 |
|
@@ -156,14 +145,12 @@ Lowercased, anonymized and accents removed texts
|
|
156 |
|
157 |
- **Training regime:** fp32
|
158 |
|
159 |
-
#### Speeds, Sizes, Times
|
160 |
|
161 |
Epochs: 7
|
162 |
Batch size: 64
|
163 |
Learning rate: 0.0001
|
164 |
|
165 |
-
[More Information Needed]
|
166 |
-
|
167 |
## Evaluation
|
168 |
|
169 |
|
@@ -175,8 +162,6 @@ Lowercased, anonymized and accents removed texts
|
|
175 |
|
176 |
The evaluation was performed on 0.2 of the [DermatES](https://huggingface.co/datasets/fundacionctic/DermatES) dataset.
|
177 |
|
178 |
-
[More Information Needed]
|
179 |
-
|
180 |
#### Factors
|
181 |
|
182 |
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
@@ -230,14 +215,12 @@ Two NVIDIA GPUs were used for the fine-tuning process.
|
|
230 |
|
231 |
The fine-tuning was performed using the 馃 Transformers library.
|
232 |
|
233 |
-
## Citation
|
234 |
|
235 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
236 |
|
237 |
**BibTeX:** Coming soon
|
238 |
|
239 |
-
[More Information Needed]
|
240 |
-
|
241 |
**APA:**
|
242 |
|
243 |
[More Information Needed]
|
@@ -250,10 +233,11 @@ The fine-tuning was performed using the 馃 Transformers library.
|
|
250 |
|
251 |
[More Information Needed]
|
252 |
|
253 |
-
## Model Card Authors
|
254 |
|
255 |
Leon-Paul Schaub Torre, Pelayo Quiros and Helena Garcia-Mieres
|
256 |
|
257 |
## Model Card Contact
|
258 |
|
259 |
-
leon.schaub@fundacionctic.org
|
|
|
|
59 |
|
60 |
This model can be directly used for classifying dermatological text data in Spanish EHRs.
|
61 |
|
62 |
+
### Downstream Use
|
|
|
63 |
The model can be integrated into healthcare applications for automatic classification of dermatological conditions from patient records.
|
64 |
|
|
|
|
|
|
|
65 |
### Out-of-Scope Use
|
66 |
|
67 |
The model is not suitable for non-medical text classification tasks or for texts in languages other than Spanish.
|
68 |
|
|
|
|
|
69 |
## Bias, Risks, and Limitations
|
70 |
|
71 |
This model is fine-tuned on a specific dataset and may not generalize well to other types of medical texts or conditions. Users should be cautious of biases in the training data that could affect the model's performance.
|
72 |
|
|
|
|
|
73 |
### Recommendations
|
74 |
|
75 |
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
|
|
95 |
```
|
96 |
|
97 |
|
|
|
|
|
98 |
## Training Details
|
99 |
|
100 |
### Training Data
|
101 |
|
102 |
The model was fine-tuned on the DermatES dataset from Fundaci贸n CTIC, which contains Spanish dermatological EHRs.
|
|
|
103 |
|
104 |
### Training Procedure
|
105 |
In order to reproduce the experiment it is ESSENTIAL to respect the order of prediction of the three ontology-base features. More details in the original paper of *Dermat*
|
|
|
136 |
```
|
137 |
|
138 |
|
139 |
+
#### Preprocessing
|
140 |
|
141 |
Lowercased, anonymized and accents removed texts
|
142 |
|
|
|
145 |
|
146 |
- **Training regime:** fp32
|
147 |
|
148 |
+
#### Speeds, Sizes, Times
|
149 |
|
150 |
Epochs: 7
|
151 |
Batch size: 64
|
152 |
Learning rate: 0.0001
|
153 |
|
|
|
|
|
154 |
## Evaluation
|
155 |
|
156 |
|
|
|
162 |
|
163 |
The evaluation was performed on 0.2 of the [DermatES](https://huggingface.co/datasets/fundacionctic/DermatES) dataset.
|
164 |
|
|
|
|
|
165 |
#### Factors
|
166 |
|
167 |
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
|
|
215 |
|
216 |
The fine-tuning was performed using the 馃 Transformers library.
|
217 |
|
218 |
+
## Citation
|
219 |
|
220 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
221 |
|
222 |
**BibTeX:** Coming soon
|
223 |
|
|
|
|
|
224 |
**APA:**
|
225 |
|
226 |
[More Information Needed]
|
|
|
233 |
|
234 |
[More Information Needed]
|
235 |
|
236 |
+
## Model Card Authors
|
237 |
|
238 |
Leon-Paul Schaub Torre, Pelayo Quiros and Helena Garcia-Mieres
|
239 |
|
240 |
## Model Card Contact
|
241 |
|
242 |
+
leon.schaub@fundacionctic.org
|
243 |
+
pelayo.quiros@fundacionctic.org
|