Training in progress epoch 0
Browse files- README.md +5 -6
- config.json +1 -1
- tf_model.h5 +1 -1
- tokenizer_config.json +0 -7
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_keras_callback
|
4 |
model-index:
|
@@ -11,10 +12,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# FatemehYp/clinicalbert-complete_Diagnosis_in_responses_finetuned-squad
|
13 |
|
14 |
-
This model
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Train Loss:
|
17 |
-
- Epoch:
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -40,9 +41,7 @@ The following hyperparameters were used during training:
|
|
40 |
|
41 |
| Train Loss | Epoch |
|
42 |
|:----------:|:-----:|
|
43 |
-
|
|
44 |
-
| 0.9382 | 1 |
|
45 |
-
| 0.7541 | 2 |
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: medicalai/ClinicalBERT
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
model-index:
|
|
|
12 |
|
13 |
# FatemehYp/clinicalbert-complete_Diagnosis_in_responses_finetuned-squad
|
14 |
|
15 |
+
This model is a fine-tuned version of [medicalai/ClinicalBERT](https://huggingface.co/medicalai/ClinicalBERT) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 2.5659
|
18 |
+
- Epoch: 0
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
41 |
|
42 |
| Train Loss | Epoch |
|
43 |
|:----------:|:-----:|
|
44 |
+
| 2.5659 | 0 |
|
|
|
|
|
45 |
|
46 |
|
47 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForQuestionAnswering"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "medicalai/ClinicalBERT",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForQuestionAnswering"
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 539068392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83ebaedb1c01d0cb12ba0593c0a3ec22d5abfefe25a64b0267a9661501eec880
|
3 |
size 539068392
|
tokenizer_config.json
CHANGED
@@ -5,19 +5,12 @@
|
|
5 |
"do_lower_case": true,
|
6 |
"full_tokenizer_file": null,
|
7 |
"mask_token": "[MASK]",
|
8 |
-
"max_length": 384,
|
9 |
"model_max_length": 1000000000000000019884624838656,
|
10 |
"never_split": null,
|
11 |
-
"pad_to_multiple_of": null,
|
12 |
"pad_token": "[PAD]",
|
13 |
-
"pad_token_type_id": 0,
|
14 |
-
"padding_side": "right",
|
15 |
"sep_token": "[SEP]",
|
16 |
-
"stride": 128,
|
17 |
"strip_accents": null,
|
18 |
"tokenize_chinese_chars": true,
|
19 |
"tokenizer_class": "DistilBertTokenizer",
|
20 |
-
"truncation_side": "right",
|
21 |
-
"truncation_strategy": "only_second",
|
22 |
"unk_token": "[UNK]"
|
23 |
}
|
|
|
5 |
"do_lower_case": true,
|
6 |
"full_tokenizer_file": null,
|
7 |
"mask_token": "[MASK]",
|
|
|
8 |
"model_max_length": 1000000000000000019884624838656,
|
9 |
"never_split": null,
|
|
|
10 |
"pad_token": "[PAD]",
|
|
|
|
|
11 |
"sep_token": "[SEP]",
|
|
|
12 |
"strip_accents": null,
|
13 |
"tokenize_chinese_chars": true,
|
14 |
"tokenizer_class": "DistilBertTokenizer",
|
|
|
|
|
15 |
"unk_token": "[UNK]"
|
16 |
}
|