leon93 commited on
Commit
2ec771b
1 Parent(s): 4458863

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ This is a fine-tuned version of the pre-trained biomedical language model [bsc-b
25
 
26
  This model has been fine-tuned for text classification on dermatological Spanish electronic health records (EHR). It leverages the pre-trained biomedical language understanding from the [bsc-bio-ehr-es](https://huggingface.co/PlanTL-GOB-ES/bsc-bio-ehr-es) model and adapts it to classify dermatology-related texts effectively.
27
  The model is intended to predict among 25 different skin diseases from a medical record. It could be a first visit or a follow-up visit.
28
- It takes as input three things:
29
  - *textual medical record:* the EHR written by a doctor
30
  - *disease type:* the type of disease associated with the EHR
31
  - *disease location:* the location in the body of the disease
 
25
 
26
  This model has been fine-tuned for text classification on dermatological Spanish electronic health records (EHR). It leverages the pre-trained biomedical language understanding from the [bsc-bio-ehr-es](https://huggingface.co/PlanTL-GOB-ES/bsc-bio-ehr-es) model and adapts it to classify dermatology-related texts effectively.
27
  The model is intended to predict among 25 different skin diseases from a medical record. It could be a first visit or a follow-up visit.
28
+ It takes as input four features:
29
  - *textual medical record:* the EHR written by a doctor
30
  - *disease type:* the type of disease associated with the EHR
31
  - *disease location:* the location in the body of the disease