DanJoshua commited on
Commit
7fcc3cd
·
verified ·
1 Parent(s): 4750007

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.7004
23
- - Accuracy: 0.895
24
- - F1: 0.8948
25
- - Precision: 0.8982
26
- - Recall: 0.895
27
- - Roc Auc: 0.9686
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.5293
23
+ - Accuracy: 0.89
24
+ - F1: 0.8900
25
+ - Precision: 0.8902
26
+ - Recall: 0.89
27
+ - Roc Auc: 0.9532
28
 
29
  ## Model description
30
 
all_results.json CHANGED
@@ -1,5 +1,14 @@
1
  {
2
  "epoch": 14.033333333333333,
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.17177670220534005,
5
  "train_runtime": 8691.452,
 
1
  {
2
  "epoch": 14.033333333333333,
3
+ "eval_accuracy": 0.89,
4
+ "eval_f1": 0.8899889988998899,
5
+ "eval_loss": 0.5292538404464722,
6
+ "eval_precision": 0.89015606242497,
7
+ "eval_recall": 0.89,
8
+ "eval_roc_auc": 0.9531875,
9
+ "eval_runtime": 259.9204,
10
+ "eval_samples_per_second": 3.078,
11
+ "eval_steps_per_second": 0.308,
12
  "total_flos": 0.0,
13
  "train_loss": 0.17177670220534005,
14
  "train_runtime": 8691.452,
runs/Nov01_00-06-42_e209f47a7eb7/events.out.tfevents.1730428578.e209f47a7eb7.7991.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b99b23221ca743de7272ed4bdc2b27dba272f5251c108e5c27b4d46e6dddca1a
3
+ size 611
test_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 14.033333333333333,
3
+ "eval_accuracy": 0.89,
4
+ "eval_f1": 0.8899889988998899,
5
+ "eval_loss": 0.5292538404464722,
6
+ "eval_precision": 0.89015606242497,
7
+ "eval_recall": 0.89,
8
+ "eval_roc_auc": 0.9531875,
9
+ "eval_runtime": 259.9204,
10
+ "eval_samples_per_second": 3.078,
11
+ "eval_steps_per_second": 0.308
12
+ }