DanJoshua commited on
Commit
f114ec8
·
verified ·
1 Parent(s): eefcf33

End of training

Browse files
README.md CHANGED
@@ -18,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.4668
22
- - Accuracy: 0.8531
23
- - F1: 0.8530
24
- - Precision: 0.8542
25
 
26
  ## Model description
27
 
 
18
 
19
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6661
22
+ - Accuracy: 0.77
23
+ - F1: 0.7689
24
+ - Precision: 0.7750
25
 
26
  ## Model description
27
 
all_results.json CHANGED
@@ -1,5 +1,12 @@
1
  {
2
  "epoch": 24.04,
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.26292056242624917,
5
  "train_runtime": 13361.5549,
 
1
  {
2
  "epoch": 24.04,
3
+ "eval_accuracy": 0.77,
4
+ "eval_f1": 0.7689472659806242,
5
+ "eval_loss": 0.6660566926002502,
6
+ "eval_precision": 0.7750120954393828,
7
+ "eval_runtime": 284.1472,
8
+ "eval_samples_per_second": 2.815,
9
+ "eval_steps_per_second": 0.141,
10
  "total_flos": 0.0,
11
  "train_loss": 0.26292056242624917,
12
  "train_runtime": 13361.5549,
runs/Oct07_20-26-00_3ff85290add4/events.out.tfevents.1728346412.3ff85290add4.2759.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bd72f71d04afb8838010ca04114eae9b6ee48283f344c84f7081e58c06e8b62
3
+ size 510
test_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 24.04,
3
+ "eval_accuracy": 0.77,
4
+ "eval_f1": 0.7689472659806242,
5
+ "eval_loss": 0.6660566926002502,
6
+ "eval_precision": 0.7750120954393828,
7
+ "eval_runtime": 284.1472,
8
+ "eval_samples_per_second": 2.815,
9
+ "eval_steps_per_second": 0.141
10
+ }