Chris Alexiuk
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,8 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: med_nonmed
|
10 |
results: []
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,22 +17,25 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# med_nonmed
|
17 |
|
18 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the
|
|
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.0135
|
21 |
- F1: 0.9934
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
-
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
-
|
|
|
|
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
33 |
-
|
34 |
|
35 |
## Training procedure
|
36 |
|
@@ -58,4 +63,4 @@ The following hyperparameters were used during training:
|
|
58 |
- Transformers 4.34.0
|
59 |
- Pytorch 2.0.1+cu118
|
60 |
- Datasets 2.14.5
|
61 |
-
- Tokenizers 0.14.1
|
|
|
8 |
model-index:
|
9 |
- name: med_nonmed
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- ai-maker-space/medical_nonmedical
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
17 |
|
18 |
# med_nonmed
|
19 |
|
20 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [Medical/Non-Medical Dataset](https://huggingface.co/datasets/ai-maker-space/medical_nonmedical) dataset.
|
21 |
+
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.0135
|
24 |
- F1: 0.9934
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
+
A fine-tuned classifier based on the DistilBERT Base Uncased model.
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
+
This model can be used for rough filtering of medical/non-medical text. Potential use-case includes filtering emails.
|
33 |
+
|
34 |
+
The model is in v0 and should not be used in critical functions without proper evaluation and risk assessment.
|
35 |
|
36 |
## Training and evaluation data
|
37 |
|
38 |
+
The model was trained on a custom dataset that can be found [here](https://huggingface.co/datasets/ai-maker-space/medical_nonmedical) which is a composite of two separate medical and non-medical datasets.
|
39 |
|
40 |
## Training procedure
|
41 |
|
|
|
63 |
- Transformers 4.34.0
|
64 |
- Pytorch 2.0.1+cu118
|
65 |
- Datasets 2.14.5
|
66 |
+
- Tokenizers 0.14.1
|