Update README.md
Browse files
README.md
CHANGED
@@ -24,10 +24,10 @@ The model is intended to be used for automatically identifying and extracting PI
|
|
24 |
|
25 |
The model's performance was evaluated on a held-out validation set using the following metrics:
|
26 |
|
27 |
-
- Precision:
|
28 |
-
- Recall:
|
29 |
-
- F1 Score:
|
30 |
-
- Accuracy:
|
31 |
|
32 |
## Limitations and bias
|
33 |
|
@@ -41,16 +41,16 @@ The model's performance was evaluated on a held-out validation set using the fol
|
|
41 |
- Data used to train and evaluate the model should be handled with caution to avoid the risk of exposing PII.
|
42 |
- Regular monitoring and auditing of the model's predictions may be necessary to identify and mitigate any potential biases or errors.
|
43 |
|
44 |
-
## Training
|
45 |
|
46 |
| Epoch | Training Loss | Validation Loss | Precision | Recall | F1 Score | Accuracy |
|
47 |
|-------|---------------|-----------------|-----------|--------|----------|----------|
|
48 |
-
|
|
49 |
-
|
|
50 |
-
|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
54 |
|
55 |
## Authors
|
56 |
|
|
|
24 |
|
25 |
The model's performance was evaluated on a held-out validation set using the following metrics:
|
26 |
|
27 |
+
- Precision: 94%
|
28 |
+
- Recall: 96%
|
29 |
+
- F1 Score: 95%
|
30 |
+
- Accuracy: 99%
|
31 |
|
32 |
## Limitations and bias
|
33 |
|
|
|
41 |
- Data used to train and evaluate the model should be handled with caution to avoid the risk of exposing PII.
|
42 |
- Regular monitoring and auditing of the model's predictions may be necessary to identify and mitigate any potential biases or errors.
|
43 |
|
44 |
+
## Model Training and Evaluation Results
|
45 |
|
46 |
| Epoch | Training Loss | Validation Loss | Precision | Recall | F1 Score | Accuracy |
|
47 |
|-------|---------------|-----------------|-----------|--------|----------|----------|
|
48 |
+
| 1 | 0.047 | 0.051537 | 91.35% | 95.23% | 93.25% | 98.56% |
|
49 |
+
| 2 | 0.0307 | 0.043873 | 93.27% | 96.10% | 94.66% | 98.75% |
|
50 |
+
| 3 | 0.0208 | 0.04702 | 91.83% | 95.49% | 93.62% | 98.54% |
|
51 |
+
| 4 | 0.0147 | 0.046979 | 93.27% | 94.97% | 94.11% | 98.77% |
|
52 |
+
| 5 | 0.0094 | 0.057863 | 93.41% | 95.92% | 94.65% | 98.70% |
|
53 |
+
|
54 |
|
55 |
## Authors
|
56 |
|