ireneisdoomed
commited on
Commit
•
bbffacc
1
Parent(s):
6264835
Update README.md
Browse files
README.md
CHANGED
@@ -2,32 +2,50 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
5 |
model-index:
|
6 |
-
- name:
|
7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
#
|
|
|
|
|
|
|
14 |
|
15 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 0.0899
|
18 |
- Accuracy Thresh: 0.9760
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
-
|
27 |
|
28 |
## Training and evaluation data
|
29 |
|
30 |
-
|
|
|
|
|
31 |
|
32 |
## Training procedure
|
33 |
|
@@ -60,4 +78,4 @@ The following hyperparameters were used during training:
|
|
60 |
- Transformers 4.26.0
|
61 |
- Pytorch 1.12.1+cu102
|
62 |
- Datasets 2.9.0
|
63 |
-
- Tokenizers 0.13.2
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- medical
|
6 |
model-index:
|
7 |
+
- name: stop_reasons_classificator_multilabel
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- opentargets/clinical_trial_reason_to_stop
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
metrics:
|
14 |
+
- accuracy
|
15 |
+
library_name: transformers
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
should probably proofread and complete it, then remove this comment. -->
|
20 |
|
21 |
+
# stop_reasons_classificator_multilabel
|
22 |
+
|
23 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the task of classification of why a clinical trial has stopped early in 17 different classes. The datased used for fine tuning was manually curated by a group of experts in Open Targets and is also available for download at the [Hub](https://huggingface.co/datasets/opentargets/clinical_trial_reason_to_stop).
|
24 |
+
|
25 |
|
|
|
26 |
It achieves the following results on the evaluation set:
|
27 |
- Loss: 0.0899
|
28 |
- Accuracy Thresh: 0.9760
|
29 |
|
30 |
## Model description
|
31 |
|
32 |
+
This research has been done by Olesya Razuvayevskaya (@LesyaR).
|
33 |
+
|
34 |
+
We fine-tuned BERT model for the task of predicting the stop reasons on the training set of 3,571
|
35 |
+
human-annotated stopped clinical trials (Devlin et al., 2018). We used a BERT uncased pre-trained
|
36 |
+
model with a one-layer feed-forward classifier. The fine-tuning was performed by using the
|
37 |
+
Hugging Face transformer library (Wolf et al., 2019). The classifier uses 50 hidden units and the
|
38 |
+
ReLu activation function.
|
39 |
|
40 |
## Intended uses & limitations
|
41 |
|
42 |
+
This model is intended to be used by the whole scientific community. It is Apache 2.0 licensed.
|
43 |
|
44 |
## Training and evaluation data
|
45 |
|
46 |
+
An expert-curated data set of >5000 reasons why a clinical trials have stopped. These data have been extracted from clinicaltrials.gov.
|
47 |
+
|
48 |
+
A set of experts from the Open Targets Consortium assigned these free text labels to a set of 17 different classes after receiving training.
|
49 |
|
50 |
## Training procedure
|
51 |
|
|
|
78 |
- Transformers 4.26.0
|
79 |
- Pytorch 1.12.1+cu102
|
80 |
- Datasets 2.9.0
|
81 |
+
- Tokenizers 0.13.2
|