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,12 +44,12 @@ More information needed
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
-
- learning_rate: 0.
|
48 |
-
- train_batch_size:
|
49 |
-
- eval_batch_size:
|
50 |
- seed: 42
|
51 |
- gradient_accumulation_steps: 4
|
52 |
-
- total_train_batch_size:
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: cosine_with_restarts
|
55 |
- lr_scheduler_warmup_ratio: 0.05
|
@@ -60,16 +60,16 @@ The following hyperparameters were used during training:
|
|
60 |
|
61 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
62 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
63 |
-
| No log | 0.
|
64 |
-
| No log | 2.0 |
|
65 |
-
| No log | 2.
|
66 |
-
| No log | 4.0 |
|
67 |
-
| No log | 4.
|
68 |
-
| No log | 6.0 |
|
69 |
-
| No log | 6.
|
70 |
-
| No log | 8.0 |
|
71 |
-
| No log | 8.
|
72 |
-
| No log | 9.
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
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.1228
|
25 |
+
- Precision: 0.6701
|
26 |
+
- Recall: 0.6809
|
27 |
+
- F1: 0.6754
|
28 |
+
- Accuracy: 0.9657
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 0.01
|
48 |
+
- train_batch_size: 512
|
49 |
+
- eval_batch_size: 512
|
50 |
- seed: 42
|
51 |
- gradient_accumulation_steps: 4
|
52 |
+
- total_train_batch_size: 2048
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: cosine_with_restarts
|
55 |
- lr_scheduler_warmup_ratio: 0.05
|
|
|
60 |
|
61 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
62 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
63 |
+
| No log | 0.9697 | 16 | 0.2938 | 0.4425 | 0.5130 | 0.4751 | 0.9361 |
|
64 |
+
| No log | 2.0 | 33 | 0.1815 | 0.5546 | 0.5873 | 0.5705 | 0.9535 |
|
65 |
+
| No log | 2.9697 | 49 | 0.1617 | 0.5838 | 0.6189 | 0.6008 | 0.9575 |
|
66 |
+
| No log | 4.0 | 66 | 0.1482 | 0.6070 | 0.6396 | 0.6229 | 0.9602 |
|
67 |
+
| No log | 4.9697 | 82 | 0.1340 | 0.6465 | 0.6563 | 0.6513 | 0.9633 |
|
68 |
+
| No log | 6.0 | 99 | 0.1306 | 0.6561 | 0.6638 | 0.6599 | 0.9641 |
|
69 |
+
| No log | 6.9697 | 115 | 0.1290 | 0.6569 | 0.6705 | 0.6636 | 0.9645 |
|
70 |
+
| No log | 8.0 | 132 | 0.1246 | 0.6664 | 0.6794 | 0.6728 | 0.9654 |
|
71 |
+
| No log | 8.9697 | 148 | 0.1230 | 0.6699 | 0.6793 | 0.6745 | 0.9656 |
|
72 |
+
| No log | 9.6970 | 160 | 0.1228 | 0.6701 | 0.6809 | 0.6754 | 0.9657 |
|
73 |
|
74 |
|
75 |
### Framework versions
|