DanJoshua commited on
Commit
47fdf89
·
verified ·
1 Parent(s): c5da75c

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.4218
23
- - Accuracy: 0.8519
24
- - F1: 0.8519
25
- - Precision: 0.8519
26
- - Recall: 0.8519
27
- - Roc Auc: 0.9100
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.5344
23
+ - Accuracy: 0.8661
24
+ - F1: 0.8660
25
+ - Precision: 0.8671
26
+ - Recall: 0.8661
27
+ - Roc Auc: 0.9058
28
 
29
  ## Model description
30
 
all_results.json CHANGED
@@ -1,5 +1,14 @@
1
  {
2
  "epoch": 74.01333333333334,
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.28845465143521626,
5
  "train_runtime": 11386.9322,
 
1
  {
2
  "epoch": 74.01333333333334,
3
+ "eval_accuracy": 0.8660714285714286,
4
+ "eval_f1": 0.865975269246111,
5
+ "eval_loss": 0.5343760251998901,
6
+ "eval_precision": 0.8671250399744164,
7
+ "eval_recall": 0.8660714285714286,
8
+ "eval_roc_auc": 0.9057716836734694,
9
+ "eval_runtime": 82.1548,
10
+ "eval_samples_per_second": 1.363,
11
+ "eval_steps_per_second": 0.073,
12
  "total_flos": 0.0,
13
  "train_loss": 0.28845465143521626,
14
  "train_runtime": 11386.9322,
runs/Nov03_01-56-05_e1a6a62eafed/events.out.tfevents.1730610445.e1a6a62eafed.2056.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3278ba5c832d132008d24e5594b2262c2c04e10407e3e50a279ac3af1f57cc2
3
+ size 611
test_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 74.01333333333334,
3
+ "eval_accuracy": 0.8660714285714286,
4
+ "eval_f1": 0.865975269246111,
5
+ "eval_loss": 0.5343760251998901,
6
+ "eval_precision": 0.8671250399744164,
7
+ "eval_recall": 0.8660714285714286,
8
+ "eval_roc_auc": 0.9057716836734694,
9
+ "eval_runtime": 82.1548,
10
+ "eval_samples_per_second": 1.363,
11
+ "eval_steps_per_second": 0.073
12
+ }