cgoosen/prompt-tackler
Browse files- README.md +16 -10
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -5,6 +5,9 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: Prompt-Guard-finetuned-ctf-86M
|
10 |
results: []
|
@@ -17,8 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -47,14 +53,14 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
-
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
model-index:
|
12 |
- name: Prompt-Guard-finetuned-ctf-86M
|
13 |
results: []
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0093
|
24 |
+
- Accuracy: 0.9983
|
25 |
+
- Precision: 0.9983
|
26 |
+
- Recall: 0.9983
|
27 |
+
- F1: 0.9983
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| 0.0225 | 1.0 | 4481 | 0.0095 | 0.9977 | 0.9977 | 0.9977 | 0.9977 |
|
59 |
+
| 0.0058 | 2.0 | 8962 | 0.0105 | 0.9980 | 0.9980 | 0.9980 | 0.9980 |
|
60 |
+
| 0.004 | 3.0 | 13443 | 0.0093 | 0.9983 | 0.9983 | 0.9983 | 0.9983 |
|
61 |
+
| 0.0036 | 4.0 | 17924 | 0.0130 | 0.9981 | 0.9981 | 0.9981 | 0.9981 |
|
62 |
+
| 0.0 | 5.0 | 22405 | 0.0138 | 0.9987 | 0.9987 | 0.9987 | 0.9987 |
|
63 |
+
| 0.0009 | 6.0 | 26886 | 0.0175 | 0.9981 | 0.9981 | 0.9981 | 0.9981 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 737722356
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:692024f3916b640470ffda774dabc14b20f421dbf7458d567f04a5b816a4e60b
|
3 |
size 737722356
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96678d179af42102cca8b1df9df88c6d46e58c7ebe55d0a669b285ae14e0a7a5
|
3 |
size 5048
|