End of training
Browse files- training_summary.json +15 -15
training_summary.json
CHANGED
|
@@ -2,26 +2,26 @@
|
|
| 2 |
"model_name": "bert-philosophy-classifier",
|
| 3 |
"base_model": "maximuspowers/bert-philosophy-adapted",
|
| 4 |
"dataset": "maximuspowers/philosophai-papers-labeled",
|
| 5 |
-
"training_samples":
|
| 6 |
-
"validation_samples":
|
| 7 |
-
"test_samples":
|
| 8 |
"num_epochs": 500,
|
| 9 |
"learning_rate": 2e-05,
|
| 10 |
"batch_size": 16,
|
| 11 |
"contrastive_weight": 0.2,
|
| 12 |
"test_results": {
|
| 13 |
-
"loss": 0.
|
| 14 |
-
"exact_match_accuracy": 0.
|
| 15 |
-
"macro_precision": 0.
|
| 16 |
-
"macro_recall": 0.
|
| 17 |
-
"macro_f1": 0.
|
| 18 |
-
"micro_precision": 0.
|
| 19 |
-
"micro_recall": 0.
|
| 20 |
-
"micro_f1": 0.
|
| 21 |
-
"hamming_loss": 0.
|
| 22 |
-
"runtime":
|
| 23 |
-
"samples_per_second":
|
| 24 |
-
"steps_per_second":
|
| 25 |
},
|
| 26 |
"philosophy_schools": [
|
| 27 |
"Effective Altruism",
|
|
|
|
| 2 |
"model_name": "bert-philosophy-classifier",
|
| 3 |
"base_model": "maximuspowers/bert-philosophy-adapted",
|
| 4 |
"dataset": "maximuspowers/philosophai-papers-labeled",
|
| 5 |
+
"training_samples": 2097,
|
| 6 |
+
"validation_samples": 262,
|
| 7 |
+
"test_samples": 263,
|
| 8 |
"num_epochs": 500,
|
| 9 |
"learning_rate": 2e-05,
|
| 10 |
"batch_size": 16,
|
| 11 |
"contrastive_weight": 0.2,
|
| 12 |
"test_results": {
|
| 13 |
+
"loss": 0.5529536008834839,
|
| 14 |
+
"exact_match_accuracy": 0.39543726235741444,
|
| 15 |
+
"macro_precision": 0.48673324944951246,
|
| 16 |
+
"macro_recall": 0.2821097027243954,
|
| 17 |
+
"macro_f1": 0.3389521243273359,
|
| 18 |
+
"micro_precision": 0.8050847457627118,
|
| 19 |
+
"micro_recall": 0.4947916666666667,
|
| 20 |
+
"micro_f1": 0.6129032258064516,
|
| 21 |
+
"hamming_loss": 0.05367926638335943,
|
| 22 |
+
"runtime": 1.31,
|
| 23 |
+
"samples_per_second": 200.761,
|
| 24 |
+
"steps_per_second": 25.191
|
| 25 |
},
|
| 26 |
"philosophy_schools": [
|
| 27 |
"Effective Altruism",
|