End of training
Browse files
README.md
CHANGED
|
@@ -19,12 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Accuracy: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
-
- Precision: 0.
|
| 26 |
-
- Recall: 0.
|
| 27 |
-
- Roc Auc: 0.
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.4563
|
| 23 |
+
- Accuracy: 0.8571
|
| 24 |
+
- F1: 0.8571
|
| 25 |
+
- Precision: 0.8571
|
| 26 |
+
- Recall: 0.8571
|
| 27 |
+
- Roc Auc: 0.9037
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
all_results.json
CHANGED
|
@@ -1,5 +1,14 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 13.005357142857143,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"total_flos": 0.0,
|
| 4 |
"train_loss": 1.1151046856029614,
|
| 5 |
"train_runtime": 2232.3924,
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 13.005357142857143,
|
| 3 |
+
"eval_accuracy": 0.8571428571428571,
|
| 4 |
+
"eval_f1": 0.8571428571428571,
|
| 5 |
+
"eval_loss": 0.45630571246147156,
|
| 6 |
+
"eval_precision": 0.8571428571428571,
|
| 7 |
+
"eval_recall": 0.8571428571428571,
|
| 8 |
+
"eval_roc_auc": 0.9036989795918368,
|
| 9 |
+
"eval_runtime": 85.6862,
|
| 10 |
+
"eval_samples_per_second": 1.307,
|
| 11 |
+
"eval_steps_per_second": 0.163,
|
| 12 |
"total_flos": 0.0,
|
| 13 |
"train_loss": 1.1151046856029614,
|
| 14 |
"train_runtime": 2232.3924,
|
runs/Nov03_01-11-52_e1a6a62eafed/events.out.tfevents.1730598654.e1a6a62eafed.2056.15
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30209dbbd748af0a0197ff39997638ee885932fd450c0d46f18603fa466333ad
|
| 3 |
+
size 611
|
test_results.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 13.005357142857143,
|
| 3 |
+
"eval_accuracy": 0.8571428571428571,
|
| 4 |
+
"eval_f1": 0.8571428571428571,
|
| 5 |
+
"eval_loss": 0.45630571246147156,
|
| 6 |
+
"eval_precision": 0.8571428571428571,
|
| 7 |
+
"eval_recall": 0.8571428571428571,
|
| 8 |
+
"eval_roc_auc": 0.9036989795918368,
|
| 9 |
+
"eval_runtime": 85.6862,
|
| 10 |
+
"eval_samples_per_second": 1.307,
|
| 11 |
+
"eval_steps_per_second": 0.163
|
| 12 |
+
}
|