Training completed!
Browse files
README.md
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- precision
|
6 |
+
- recall
|
7 |
+
model-index:
|
8 |
+
- name: deberta-pii-finetuned
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# deberta-pii-finetuned
|
16 |
+
|
17 |
+
This model was trained from scratch on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0033
|
20 |
+
- F Beta: 0.7862
|
21 |
+
- Precision: 0.9914
|
22 |
+
- Recall: 0.7797
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 5e-06
|
42 |
+
- train_batch_size: 8
|
43 |
+
- eval_batch_size: 16
|
44 |
+
- seed: 42
|
45 |
+
- gradient_accumulation_steps: 3
|
46 |
+
- total_train_batch_size: 24
|
47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
+
- lr_scheduler_type: cosine
|
49 |
+
- lr_scheduler_warmup_ratio: 0.01
|
50 |
+
- num_epochs: 1
|
51 |
+
- mixed_precision_training: Native AMP
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | F Beta | Precision | Recall |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|
|
57 |
+
| 0.0001 | 0.27 | 70 | 0.0119 | 0.3263 | 0.9775 | 0.3178 |
|
58 |
+
| 0.002 | 0.54 | 140 | 0.0044 | 0.7110 | 0.9904 | 0.7030 |
|
59 |
+
| 0.0003 | 0.82 | 210 | 0.0033 | 0.7862 | 0.9914 | 0.7797 |
|
60 |
+
|
61 |
+
|
62 |
+
### Framework versions
|
63 |
+
|
64 |
+
- Transformers 4.37.2
|
65 |
+
- Pytorch 2.0.0
|
66 |
+
- Datasets 2.1.0
|
67 |
+
- Tokenizers 0.15.0
|
runs/Feb17_05-47-38_7f7d15bc24af/events.out.tfevents.1708148874.7f7d15bc24af.26.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcd9fb9fcfda184ee545424b243d008b13e3f16ee7e57a8f43658f308f1ffa4a
|
3 |
+
size 20115
|