Training complete
Browse files
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [emilyalsentzer/Bio_ClinicalBERT](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
-
- Accuracy: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -44,32 +44,27 @@ More information needed
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
-
- learning_rate:
|
48 |
-
- train_batch_size:
|
49 |
-
- eval_batch_size:
|
50 |
- seed: 42
|
51 |
-
- gradient_accumulation_steps: 4
|
52 |
-
- total_train_batch_size: 64
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: linear
|
55 |
-
- lr_scheduler_warmup_ratio: 0.
|
56 |
-
- num_epochs:
|
57 |
- mixed_precision_training: Native AMP
|
58 |
|
59 |
### Training results
|
60 |
|
61 |
-
| Training Loss | Epoch
|
62 |
-
|
63 |
-
| No log | 0
|
64 |
-
|
|
65 |
-
| 0.1751 | 2.9990 | 758 | 0.0870 | 0.7932 | 0.7944 | 0.7938 | 0.9746 |
|
66 |
-
| 0.0409 | 4.0 | 1011 | 0.0970 | 0.8050 | 0.8026 | 0.8038 | 0.9749 |
|
67 |
-
| 0.0409 | 4.9852 | 1260 | 0.1111 | 0.8031 | 0.7991 | 0.8011 | 0.9748 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
71 |
|
72 |
- Transformers 4.44.2
|
73 |
-
- Pytorch 2.4.
|
74 |
- Datasets 2.21.0
|
75 |
- Tokenizers 0.19.1
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [emilyalsentzer/Bio_ClinicalBERT](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.0676
|
25 |
+
- Precision: 0.8088
|
26 |
+
- Recall: 0.8196
|
27 |
+
- F1: 0.8142
|
28 |
+
- Accuracy: 0.9796
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 5e-05
|
48 |
+
- train_batch_size: 32
|
49 |
+
- eval_batch_size: 32
|
50 |
- seed: 42
|
|
|
|
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
+
- lr_scheduler_warmup_ratio: 0.1
|
54 |
+
- num_epochs: 2
|
55 |
- mixed_precision_training: Native AMP
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
60 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
61 |
+
| No log | 1.0 | 231 | 0.0876 | 0.7650 | 0.7897 | 0.7771 | 0.9734 |
|
62 |
+
| No log | 2.0 | 462 | 0.0676 | 0.8088 | 0.8196 | 0.8142 | 0.9796 |
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
- Transformers 4.44.2
|
68 |
+
- Pytorch 2.4.1+cu121
|
69 |
- Datasets 2.21.0
|
70 |
- Tokenizers 0.19.1
|
runs/Sep05_12-03-33_83295d15965e/events.out.tfevents.1725537813.83295d15965e.5325.3
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ffb8c34ee62453d9dc3b26ff9bb1fb2979c64f41a63f017301349d1cdf866cf
|
3 |
+
size 6996
|