End of training
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 [latterworks/highlightedreport-classifier-test](https://huggingface.co/latterworks/highlightedreport-classifier-test) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Accuracy: 0
|
25 |
-
- Loss: 0.
|
26 |
-
- F1: 0
|
27 |
-
- Precision: 0
|
28 |
-
- Recall: 0
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -44,18 +44,21 @@ More information needed
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
-
- learning_rate:
|
48 |
- train_batch_size: 128
|
49 |
- eval_batch_size: 128
|
50 |
- seed: 42
|
51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
52 |
- lr_scheduler_type: linear
|
53 |
- lr_scheduler_warmup_ratio: 0.1
|
54 |
-
- num_epochs:
|
55 |
- mixed_precision_training: Native AMP
|
56 |
|
57 |
### Training results
|
58 |
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [latterworks/highlightedreport-classifier-test](https://huggingface.co/latterworks/highlightedreport-classifier-test) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Accuracy: 1.0
|
25 |
+
- Loss: 0.0772
|
26 |
+
- F1: 1.0
|
27 |
+
- Precision: 1.0
|
28 |
+
- Recall: 1.0
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 1e-05
|
48 |
- train_batch_size: 128
|
49 |
- eval_batch_size: 128
|
50 |
- seed: 42
|
51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
52 |
- lr_scheduler_type: linear
|
53 |
- lr_scheduler_warmup_ratio: 0.1
|
54 |
+
- num_epochs: 10
|
55 |
- mixed_precision_training: Native AMP
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
+
| Training Loss | Epoch | Step | Accuracy | Validation Loss | F1 | Precision | Recall |
|
60 |
+
|:-------------:|:-----:|:----:|:--------:|:---------------:|:---:|:---------:|:------:|
|
61 |
+
| No log | 10.0 | 10 | 1.0 | 0.0772 | 1.0 | 1.0 | 1.0 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
runs/Mar20_15-13-55_b7ec9d30de87/events.out.tfevents.1742483659.b7ec9d30de87.1203.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eae58b810be94eb80714258d45b223caba51aa69d48ac7b2e8648cede4d73978
|
3 |
+
size 551
|