DanJoshua commited on
Commit
1208b1b
·
verified ·
1 Parent(s): 3a6b2b7

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.7158
23
- - Accuracy: 0.7679
24
- - F1: 0.7672
25
- - Precision: 0.7710
26
- - Recall: 0.7679
27
- - Roc Auc: 0.8278
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.5108
23
+ - Accuracy: 0.8036
24
+ - F1: 0.8030
25
+ - Precision: 0.8071
26
+ - Recall: 0.8036
27
+ - Roc Auc: 0.8383
28
 
29
  ## Model description
30
 
all_results.json CHANGED
@@ -1,5 +1,14 @@
1
  {
2
  "epoch": 20.004545454545454,
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.4175205506569098,
5
  "train_runtime": 3515.1677,
 
1
  {
2
  "epoch": 20.004545454545454,
3
+ "eval_accuracy": 0.8035714285714286,
4
+ "eval_f1": 0.8030060761112888,
5
+ "eval_loss": 0.5107570290565491,
6
+ "eval_precision": 0.8070967741935483,
7
+ "eval_recall": 0.8035714285714286,
8
+ "eval_roc_auc": 0.8383290816326531,
9
+ "eval_runtime": 85.1058,
10
+ "eval_samples_per_second": 1.316,
11
+ "eval_steps_per_second": 0.071,
12
  "total_flos": 0.0,
13
  "train_loss": 0.4175205506569098,
14
  "train_runtime": 3515.1677,
runs/Nov04_17-17-42_6ef8f1e22bc7/events.out.tfevents.1730744318.6ef8f1e22bc7.454.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7762ace57a5e18bbe9e43e19ae324e51a6db10cb8b3d82e512021de1e35e7460
3
+ size 611
test_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.004545454545454,
3
+ "eval_accuracy": 0.8035714285714286,
4
+ "eval_f1": 0.8030060761112888,
5
+ "eval_loss": 0.5107570290565491,
6
+ "eval_precision": 0.8070967741935483,
7
+ "eval_recall": 0.8035714285714286,
8
+ "eval_roc_auc": 0.8383290816326531,
9
+ "eval_runtime": 85.1058,
10
+ "eval_samples_per_second": 1.316,
11
+ "eval_steps_per_second": 0.071
12
+ }