SuGoat commited on
Commit
b8dd465
·
verified ·
1 Parent(s): 31fbd1f

Add training_metadata.json

Browse files
Files changed (1) hide show
  1. training_metadata.json +31 -31
training_metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "model_name": "camembert-base",
3
- "run_name": "camembert-pcg-full-v1",
4
  "dataset": "data/camembert_dataset.csv",
5
  "corpus": "data/camembert_corpus.csv",
6
  "class_weight": "balanced",
@@ -738,38 +738,38 @@
738
  "999": 363
739
  },
740
  "val_metrics": {
741
- "val_loss": 5.862297534942627,
742
- "val_accuracy": 0.019,
743
- "val_top3_accuracy": 0.02332,
744
- "val_top5_accuracy": 0.03576,
745
- "val_precision": 0.0003616765747913289,
746
- "val_recall": 0.019,
747
- "val_f1_weighted": 0.0007098408956982911,
748
- "val_f1_macro": 0.0001357118622881734,
749
- "val_runtime": 37.7045,
750
- "val_samples_per_second": 1326.103,
751
- "val_steps_per_second": 41.454,
752
- "epoch": 0.03517720517104916
753
  },
754
  "test_metrics": {
755
- "test_loss": 5.8624138832092285,
756
- "test_accuracy": 0.0191,
757
- "test_top3_accuracy": 0.02332,
758
- "test_top5_accuracy": 0.03522,
759
- "test_precision": 0.0003654258725584374,
760
- "test_recall": 0.0191,
761
- "test_f1_weighted": 0.0007171314115151991,
762
- "test_f1_macro": 0.00013347641632454308,
763
- "test_runtime": 37.6517,
764
- "test_samples_per_second": 1327.962,
765
- "test_steps_per_second": 41.512,
766
- "epoch": 0.03517720517104916
767
  },
768
- "test_accuracy": 0.0191,
769
- "test_top3_accuracy": 0.02332,
770
- "test_top5_accuracy": 0.03522,
771
- "test_f1_weighted": 0.0007171314115151991,
772
- "test_f1_macro": 0.00013347641632454308,
773
- "trained_at": "2026-02-18T22:57:18.702131",
774
  "seed": 42
775
  }
 
1
  {
2
  "model_name": "camembert-base",
3
+ "run_name": "camembert-pcg-annotation",
4
  "dataset": "data/camembert_dataset.csv",
5
  "corpus": "data/camembert_corpus.csv",
6
  "class_weight": "balanced",
 
738
  "999": 363
739
  },
740
  "val_metrics": {
741
+ "val_loss": 1.9741467237472534,
742
+ "val_accuracy": 0.55294,
743
+ "val_top3_accuracy": 0.75492,
744
+ "val_top5_accuracy": 0.82854,
745
+ "val_precision": 0.5827240819078662,
746
+ "val_recall": 0.55294,
747
+ "val_f1_weighted": 0.5500032304050847,
748
+ "val_f1_macro": 0.31635800984295837,
749
+ "val_runtime": 38.6208,
750
+ "val_samples_per_second": 1294.639,
751
+ "val_steps_per_second": 40.47,
752
+ "epoch": 5.0
753
  },
754
  "test_metrics": {
755
+ "test_loss": 1.9147313833236694,
756
+ "test_accuracy": 0.55678,
757
+ "test_top3_accuracy": 0.75554,
758
+ "test_top5_accuracy": 0.83078,
759
+ "test_precision": 0.5880152505667232,
760
+ "test_recall": 0.55678,
761
+ "test_f1_weighted": 0.5543523342675079,
762
+ "test_f1_macro": 0.3073385386544288,
763
+ "test_runtime": 38.1853,
764
+ "test_samples_per_second": 1309.404,
765
+ "test_steps_per_second": 40.932,
766
+ "epoch": 5.0
767
  },
768
+ "test_accuracy": 0.55678,
769
+ "test_top3_accuracy": 0.75554,
770
+ "test_top5_accuracy": 0.83078,
771
+ "test_f1_weighted": 0.5543523342675079,
772
+ "test_f1_macro": 0.3073385386544288,
773
+ "trained_at": "2026-02-19T05:49:59.040633",
774
  "seed": 42
775
  }