PuxAI commited on
Commit
2ccf4be
·
verified ·
1 Parent(s): 1416052

Completed Filter Training With Full TP/FP/FN Distribution

Browse files
Files changed (1) hide show
  1. README.md +13 -13
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.1454
24
- - F1: 0.9819
25
- - Recall: 0.9854
26
- - Precision: 0.9784
27
- - Trash Caught: 0.5550
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: 2e-05
47
- - train_batch_size: 16
48
- - eval_batch_size: 32
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 | 499 | 0.1384 | 0.9777 | 0.9926 | 0.9632 | 0.2248 |
59
- | 0.3028 | 2.0 | 998 | 0.1125 | 0.9834 | 0.9948 | 0.9721 | 0.4174 |
60
- | 0.1833 | 3.0 | 1497 | 0.1465 | 0.9782 | 0.9782 | 0.9782 | 0.5550 |
61
- | 0.1336 | 4.0 | 1996 | 0.1366 | 0.9841 | 0.9917 | 0.9766 | 0.5138 |
62
- | 0.0987 | 5.0 | 2495 | 0.1454 | 0.9819 | 0.9854 | 0.9784 | 0.5550 |
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