Completed Filter Training With Full TP/FP/FN Distribution
Browse files
README.md
CHANGED
|
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
-
- Recall: 0.
|
| 26 |
-
- Precision: 0.
|
| 27 |
-
- Trash Caught: 0.
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
@@ -43,9 +43,9 @@ More information needed
|
|
| 43 |
### Training hyperparameters
|
| 44 |
|
| 45 |
The following hyperparameters were used during training:
|
| 46 |
-
- learning_rate:
|
| 47 |
-
- train_batch_size:
|
| 48 |
-
- eval_batch_size:
|
| 49 |
- seed: 42
|
| 50 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 51 |
- lr_scheduler_type: linear
|
|
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Recall | Precision | Trash Caught |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:---------:|:------------:|
|
| 58 |
-
| No log | 1.0 |
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.1328
|
| 24 |
+
- F1: 0.9811
|
| 25 |
+
- Recall: 0.9969
|
| 26 |
+
- Precision: 0.9658
|
| 27 |
+
- Trash Caught: 0.2798
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 43 |
### Training hyperparameters
|
| 44 |
|
| 45 |
The following hyperparameters were used during training:
|
| 46 |
+
- learning_rate: 1e-05
|
| 47 |
+
- train_batch_size: 32
|
| 48 |
+
- eval_batch_size: 64
|
| 49 |
- seed: 42
|
| 50 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 51 |
- lr_scheduler_type: linear
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Recall | Precision | Trash Caught |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:---------:|:------------:|
|
| 58 |
+
| No log | 1.0 | 250 | 0.1488 | 0.9767 | 0.9978 | 0.9565 | 0.0734 |
|
| 59 |
+
| 0.3046 | 2.0 | 500 | 0.1534 | 0.9774 | 0.9996 | 0.9562 | 0.0642 |
|
| 60 |
+
| 0.3046 | 3.0 | 750 | 0.1259 | 0.9800 | 0.9969 | 0.9638 | 0.2339 |
|
| 61 |
+
| 0.1678 | 4.0 | 1000 | 0.1344 | 0.9806 | 0.9973 | 0.9644 | 0.2477 |
|
| 62 |
+
| 0.1678 | 5.0 | 1250 | 0.1328 | 0.9811 | 0.9969 | 0.9658 | 0.2798 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|