DanJoshua commited on
Commit
7fa9bb5
·
verified ·
1 Parent(s): b2fbe66

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.4423
23
- - Accuracy: 0.9
24
- - F1: 0.9000
25
- - Precision: 0.9004
26
- - Recall: 0.9
27
- - Roc Auc: 0.9694
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.4354
23
+ - Accuracy: 0.8975
24
+ - F1: 0.8974
25
+ - Precision: 0.8997
26
+ - Recall: 0.8975
27
+ - Roc Auc: 0.9593
28
 
29
  ## Model description
30
 
all_results.json CHANGED
@@ -1,5 +1,14 @@
1
  {
2
  "epoch": 19.004716981132077,
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.20739825886692698,
5
  "train_runtime": 12386.8873,
 
1
  {
2
  "epoch": 19.004716981132077,
3
+ "eval_accuracy": 0.8975,
4
+ "eval_f1": 0.8973556563918009,
5
+ "eval_loss": 0.43537405133247375,
6
+ "eval_precision": 0.8997485857950974,
7
+ "eval_recall": 0.8975,
8
+ "eval_roc_auc": 0.959253125,
9
+ "eval_runtime": 231.5442,
10
+ "eval_samples_per_second": 3.455,
11
+ "eval_steps_per_second": 0.233,
12
  "total_flos": 0.0,
13
  "train_loss": 0.20739825886692698,
14
  "train_runtime": 12386.8873,
runs/Nov05_21-32-49_2b08c7187904/events.out.tfevents.1730855010.2b08c7187904.337382.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c981284465581362964fb7be6cbd80f18659d487dfc9872a532d33920c66b1
3
+ size 611
test_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 19.004716981132077,
3
+ "eval_accuracy": 0.8975,
4
+ "eval_f1": 0.8973556563918009,
5
+ "eval_loss": 0.43537405133247375,
6
+ "eval_precision": 0.8997485857950974,
7
+ "eval_recall": 0.8975,
8
+ "eval_roc_auc": 0.959253125,
9
+ "eval_runtime": 231.5442,
10
+ "eval_samples_per_second": 3.455,
11
+ "eval_steps_per_second": 0.233
12
+ }