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.3149
|
| 23 |
+
- Accuracy: 0.8675
|
| 24 |
+
- F1: 0.8671
|
| 25 |
+
- Precision: 0.8720
|
| 26 |
+
- Recall: 0.8675
|
| 27 |
+
- Roc Auc: 0.9491
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
all_results.json
CHANGED
|
@@ -1,5 +1,14 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 14.00377358490566,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"total_flos": 0.0,
|
| 4 |
"train_loss": 0.3328045028674452,
|
| 5 |
"train_runtime": 9464.731,
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 14.00377358490566,
|
| 3 |
+
"eval_accuracy": 0.8675,
|
| 4 |
+
"eval_f1": 0.8670979713633742,
|
| 5 |
+
"eval_loss": 0.3148505985736847,
|
| 6 |
+
"eval_precision": 0.872001214697844,
|
| 7 |
+
"eval_recall": 0.8675,
|
| 8 |
+
"eval_roc_auc": 0.9490968750000001,
|
| 9 |
+
"eval_runtime": 283.4559,
|
| 10 |
+
"eval_samples_per_second": 2.822,
|
| 11 |
+
"eval_steps_per_second": 0.095,
|
| 12 |
"total_flos": 0.0,
|
| 13 |
"train_loss": 0.3328045028674452,
|
| 14 |
"train_runtime": 9464.731,
|
runs/Nov28_10-55-25_2c0079de97b1/events.out.tfevents.1732801086.2c0079de97b1.1900.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9102c2eb00a367a9a9aee7caa1e3688012ce525f619520dfc7ca06eb4955aee7
|
| 3 |
+
size 611
|
test_results.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 14.00377358490566,
|
| 3 |
+
"eval_accuracy": 0.8675,
|
| 4 |
+
"eval_f1": 0.8670979713633742,
|
| 5 |
+
"eval_loss": 0.3148505985736847,
|
| 6 |
+
"eval_precision": 0.872001214697844,
|
| 7 |
+
"eval_recall": 0.8675,
|
| 8 |
+
"eval_roc_auc": 0.9490968750000001,
|
| 9 |
+
"eval_runtime": 283.4559,
|
| 10 |
+
"eval_samples_per_second": 2.822,
|
| 11 |
+
"eval_steps_per_second": 0.095
|
| 12 |
+
}
|