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.6343
|
| 23 |
+
- Accuracy: 0.6875
|
| 24 |
+
- F1: 0.6537
|
| 25 |
+
- Precision: 0.8077
|
| 26 |
+
- Recall: 0.6875
|
| 27 |
+
- Roc Auc: 0.7296
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
all_results.json
CHANGED
|
@@ -1,5 +1,14 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 22.011111111111113,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"total_flos": 0.0,
|
| 4 |
"train_loss": 0.4831820335653093,
|
| 5 |
"train_runtime": 4324.1379,
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 22.011111111111113,
|
| 3 |
+
"eval_accuracy": 0.6875,
|
| 4 |
+
"eval_f1": 0.6536796536796536,
|
| 5 |
+
"eval_loss": 0.6343340277671814,
|
| 6 |
+
"eval_precision": 0.8076923076923077,
|
| 7 |
+
"eval_recall": 0.6875,
|
| 8 |
+
"eval_roc_auc": 0.729591836734694,
|
| 9 |
+
"eval_runtime": 84.2734,
|
| 10 |
+
"eval_samples_per_second": 1.329,
|
| 11 |
+
"eval_steps_per_second": 0.024,
|
| 12 |
"total_flos": 0.0,
|
| 13 |
"train_loss": 0.4831820335653093,
|
| 14 |
"train_runtime": 4324.1379,
|
runs/Nov04_11-08-11_484667db42d4/events.out.tfevents.1730722906.484667db42d4.54441.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36881b5087f27a87463e53ad2166fe35ecc957f46eaf72ff455b712791e16e42
|
| 3 |
+
size 601
|
test_results.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 22.011111111111113,
|
| 3 |
+
"eval_accuracy": 0.6875,
|
| 4 |
+
"eval_f1": 0.6536796536796536,
|
| 5 |
+
"eval_loss": 0.6343340277671814,
|
| 6 |
+
"eval_precision": 0.8076923076923077,
|
| 7 |
+
"eval_recall": 0.6875,
|
| 8 |
+
"eval_roc_auc": 0.729591836734694,
|
| 9 |
+
"eval_runtime": 84.2734,
|
| 10 |
+
"eval_samples_per_second": 1.329,
|
| 11 |
+
"eval_steps_per_second": 0.024
|
| 12 |
+
}
|