End of training
Browse files- README.md +29 -14
- all_results.json +38 -0
- eval_results.json +18 -0
- test_results.json +17 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
|
@@ -3,12 +3,27 @@ library_name: transformers
|
|
| 3 |
license: mit
|
| 4 |
base_model: microsoft/deberta-v3-large
|
| 5 |
tags:
|
|
|
|
|
|
|
|
|
|
| 6 |
- generated_from_trainer
|
|
|
|
|
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
| 10 |
- name: QA-DeBERTa-v3-large-binary-3
|
| 11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -16,20 +31,20 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# QA-DeBERTa-v3-large-binary-3
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
-
- Unsafe Precision: 0.
|
| 24 |
-
- Unsafe Recall: 0.
|
| 25 |
-
- Unsafe F1: 0.
|
| 26 |
-
- Unsafe Fpr: 0.
|
| 27 |
-
- Unsafe Aucpr: 0.
|
| 28 |
-
- Safe Precision: 0.
|
| 29 |
-
- Safe Recall: 0.
|
| 30 |
-
- Safe F1: 0.
|
| 31 |
-
- Safe Fpr: 0.
|
| 32 |
-
- Safe Aucpr: 0.
|
| 33 |
|
| 34 |
## Model description
|
| 35 |
|
|
|
|
| 3 |
license: mit
|
| 4 |
base_model: microsoft/deberta-v3-large
|
| 5 |
tags:
|
| 6 |
+
- single_label_classification
|
| 7 |
+
- question-answering
|
| 8 |
+
- text-classification
|
| 9 |
- generated_from_trainer
|
| 10 |
+
datasets:
|
| 11 |
+
- beavertails
|
| 12 |
metrics:
|
| 13 |
- accuracy
|
| 14 |
model-index:
|
| 15 |
- name: QA-DeBERTa-v3-large-binary-3
|
| 16 |
+
results:
|
| 17 |
+
- task:
|
| 18 |
+
name: Text Classification
|
| 19 |
+
type: text-classification
|
| 20 |
+
dataset:
|
| 21 |
+
name: saiteki-kai/Beavertails-it
|
| 22 |
+
type: beavertails
|
| 23 |
+
metrics:
|
| 24 |
+
- name: Accuracy
|
| 25 |
+
type: accuracy
|
| 26 |
+
value: 0.8621618924044315
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 31 |
|
| 32 |
# QA-DeBERTa-v3-large-binary-3
|
| 33 |
|
| 34 |
+
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on the saiteki-kai/Beavertails-it dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
+
- Loss: 0.3184
|
| 37 |
+
- Accuracy: 0.8622
|
| 38 |
+
- Unsafe Precision: 0.8690
|
| 39 |
+
- Unsafe Recall: 0.8859
|
| 40 |
+
- Unsafe F1: 0.8773
|
| 41 |
+
- Unsafe Fpr: 0.1676
|
| 42 |
+
- Unsafe Aucpr: 0.9546
|
| 43 |
+
- Safe Precision: 0.8533
|
| 44 |
+
- Safe Recall: 0.8324
|
| 45 |
+
- Safe F1: 0.8427
|
| 46 |
+
- Safe Fpr: 0.1141
|
| 47 |
+
- Safe Aucpr: 0.9201
|
| 48 |
|
| 49 |
## Model description
|
| 50 |
|
all_results.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 6.0,
|
| 3 |
+
"eval_accuracy": 0.8621618924044315,
|
| 4 |
+
"eval_loss": 0.3183589279651642,
|
| 5 |
+
"eval_runtime": 44.2839,
|
| 6 |
+
"eval_safe_aucpr": 0.9201221570494966,
|
| 7 |
+
"eval_safe_f1": 0.8426927896115731,
|
| 8 |
+
"eval_safe_fpr": 0.1141072015784278,
|
| 9 |
+
"eval_safe_precision": 0.8532543923724578,
|
| 10 |
+
"eval_safe_recall": 0.8323894535498632,
|
| 11 |
+
"eval_samples_per_second": 1357.468,
|
| 12 |
+
"eval_steps_per_second": 2.665,
|
| 13 |
+
"eval_unsafe_aucpr": 0.9545945000895971,
|
| 14 |
+
"eval_unsafe_f1": 0.8773425703881339,
|
| 15 |
+
"eval_unsafe_fpr": 0.1676105464501363,
|
| 16 |
+
"eval_unsafe_precision": 0.8689558103392664,
|
| 17 |
+
"eval_unsafe_recall": 0.8858927984215719,
|
| 18 |
+
"test_accuracy": 0.855072463768116,
|
| 19 |
+
"test_loss": 0.3393045961856842,
|
| 20 |
+
"test_runtime": 48.0452,
|
| 21 |
+
"test_safe_aucpr": 0.9087695866810538,
|
| 22 |
+
"test_safe_f1": 0.8328325216730563,
|
| 23 |
+
"test_safe_fpr": 0.11715447589491113,
|
| 24 |
+
"test_safe_precision": 0.8463077355047031,
|
| 25 |
+
"test_safe_recall": 0.8197796967430475,
|
| 26 |
+
"test_samples_per_second": 1390.191,
|
| 27 |
+
"test_steps_per_second": 2.727,
|
| 28 |
+
"test_unsafe_aucpr": 0.9500140548816017,
|
| 29 |
+
"test_unsafe_f1": 0.8720896429609662,
|
| 30 |
+
"test_unsafe_fpr": 0.18022030325695187,
|
| 31 |
+
"test_unsafe_precision": 0.8615926892950392,
|
| 32 |
+
"test_unsafe_recall": 0.8828455241050885,
|
| 33 |
+
"total_flos": 6.9801745919039e+17,
|
| 34 |
+
"train_loss": 0.297589662237823,
|
| 35 |
+
"train_runtime": 10703.6605,
|
| 36 |
+
"train_samples_per_second": 505.453,
|
| 37 |
+
"train_steps_per_second": 1.975
|
| 38 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 6.0,
|
| 3 |
+
"eval_accuracy": 0.8621618924044315,
|
| 4 |
+
"eval_loss": 0.3183589279651642,
|
| 5 |
+
"eval_runtime": 44.2839,
|
| 6 |
+
"eval_safe_aucpr": 0.9201221570494966,
|
| 7 |
+
"eval_safe_f1": 0.8426927896115731,
|
| 8 |
+
"eval_safe_fpr": 0.1141072015784278,
|
| 9 |
+
"eval_safe_precision": 0.8532543923724578,
|
| 10 |
+
"eval_safe_recall": 0.8323894535498632,
|
| 11 |
+
"eval_samples_per_second": 1357.468,
|
| 12 |
+
"eval_steps_per_second": 2.665,
|
| 13 |
+
"eval_unsafe_aucpr": 0.9545945000895971,
|
| 14 |
+
"eval_unsafe_f1": 0.8773425703881339,
|
| 15 |
+
"eval_unsafe_fpr": 0.1676105464501363,
|
| 16 |
+
"eval_unsafe_precision": 0.8689558103392664,
|
| 17 |
+
"eval_unsafe_recall": 0.8858927984215719
|
| 18 |
+
}
|
test_results.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_accuracy": 0.855072463768116,
|
| 3 |
+
"test_loss": 0.3393045961856842,
|
| 4 |
+
"test_runtime": 48.0452,
|
| 5 |
+
"test_safe_aucpr": 0.9087695866810538,
|
| 6 |
+
"test_safe_f1": 0.8328325216730563,
|
| 7 |
+
"test_safe_fpr": 0.11715447589491113,
|
| 8 |
+
"test_safe_precision": 0.8463077355047031,
|
| 9 |
+
"test_safe_recall": 0.8197796967430475,
|
| 10 |
+
"test_samples_per_second": 1390.191,
|
| 11 |
+
"test_steps_per_second": 2.727,
|
| 12 |
+
"test_unsafe_aucpr": 0.9500140548816017,
|
| 13 |
+
"test_unsafe_f1": 0.8720896429609662,
|
| 14 |
+
"test_unsafe_fpr": 0.18022030325695187,
|
| 15 |
+
"test_unsafe_precision": 0.8615926892950392,
|
| 16 |
+
"test_unsafe_recall": 0.8828455241050885
|
| 17 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 6.0,
|
| 3 |
+
"total_flos": 6.9801745919039e+17,
|
| 4 |
+
"train_loss": 0.297589662237823,
|
| 5 |
+
"train_runtime": 10703.6605,
|
| 6 |
+
"train_samples_per_second": 505.453,
|
| 7 |
+
"train_steps_per_second": 1.975
|
| 8 |
+
}
|
trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|