DanJoshua commited on
Commit
be25288
·
verified ·
1 Parent(s): b284e97

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.1367
23
- - Accuracy: 0.9786
24
- - F1: 0.9786
25
- - Precision: 0.9787
26
- - Recall: 0.9786
27
- - Roc Auc: 0.9981
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.0766
23
+ - Accuracy: 0.9816
24
+ - F1: 0.9816
25
+ - Precision: 0.9817
26
+ - Recall: 0.9816
27
+ - Roc Auc: 0.9988
28
 
29
  ## Model description
30
 
all_results.json CHANGED
@@ -1,5 +1,14 @@
1
  {
2
  "epoch": 16.006603773584906,
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.0886634129534591,
5
  "train_runtime": 6948.2294,
 
1
  {
2
  "epoch": 16.006603773584906,
3
+ "eval_accuracy": 0.9815789473684211,
4
+ "eval_f1": 0.9815751176277491,
5
+ "eval_loss": 0.076634980738163,
6
+ "eval_precision": 0.9816937850794174,
7
+ "eval_recall": 0.9815789473684211,
8
+ "eval_roc_auc": 0.998780749700383,
9
+ "eval_runtime": 205.6847,
10
+ "eval_samples_per_second": 3.695,
11
+ "eval_steps_per_second": 0.248,
12
  "total_flos": 0.0,
13
  "train_loss": 0.0886634129534591,
14
  "train_runtime": 6948.2294,
runs/Nov28_10-10-18_1bc960171bcc/events.out.tfevents.1732795793.1bc960171bcc.2177.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7d0ab7d9de3150b76cf3136f78f65e69206966b1ff41a96d218e355d5cf581b
3
+ size 611
test_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 16.006603773584906,
3
+ "eval_accuracy": 0.9815789473684211,
4
+ "eval_f1": 0.9815751176277491,
5
+ "eval_loss": 0.076634980738163,
6
+ "eval_precision": 0.9816937850794174,
7
+ "eval_recall": 0.9815789473684211,
8
+ "eval_roc_auc": 0.998780749700383,
9
+ "eval_runtime": 205.6847,
10
+ "eval_samples_per_second": 3.695,
11
+ "eval_steps_per_second": 0.248
12
+ }