PuxAI commited on
Commit
b8bb874
·
verified ·
1 Parent(s): 53b4c9f

Completed Filter Training With Correct Test Set

Browse files
Files changed (2) hide show
  1. README.md +68 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/deberta-v3-small
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - f1
9
+ - recall
10
+ - precision
11
+ model-index:
12
+ - name: PII-Binary-Filter-Extreme-Recall-Fix
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # PII-Binary-Filter-Extreme-Recall-Fix
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: 3.1566
24
+ - F1: 0.0678
25
+ - Recall: 1.0
26
+ - Precision: 0.0351
27
+ - Trash Caught: 0.2431
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 1e-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
52
+ - num_epochs: 5
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Recall | Precision | Trash Caught |
57
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:---------:|:------------:|
58
+ | 0.2949 | 1.0 | 665 | 3.4996 | 0.0522 | 1.0 | 0.0268 | 0.0 |
59
+ | 0.1957 | 2.0 | 1330 | 2.6878 | 0.0602 | 0.8333 | 0.0312 | 0.2890 |
60
+ | 0.1554 | 3.0 | 1995 | 3.1566 | 0.0678 | 1.0 | 0.0351 | 0.2431 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.56.0
66
+ - Pytorch 2.8.0+cu129
67
+ - Datasets 4.8.2
68
+ - Tokenizers 0.22.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30d839de27c9a078d754b948064bb2d20050e688ad78558e8734333e10e9d433
3
  size 567300568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f258bd9069c0cfe382350898e9d81f4c790b12adafa1b8d09760874994e90c38
3
  size 567300568