End of training
Browse files- README.md +9 -9
- all_results.json +12 -0
- runs/Jun15_22-46-52_bb491f89c3e4/events.out.tfevents.1750028144.bb491f89c3e4.1541.1 +3 -0
- test_results.json +13 -13
- trainer_state.json +0 -0
README.md
CHANGED
|
@@ -16,15 +16,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [maximuspowers/bert-philosophy-adapted](https://huggingface.co/maximuspowers/bert-philosophy-adapted) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- Exact Match Accuracy: 0.
|
| 21 |
-
- Macro Precision: 0.
|
| 22 |
-
- Macro Recall: 0.
|
| 23 |
-
- Macro F1: 0.
|
| 24 |
-
- Micro Precision: 0.
|
| 25 |
-
- Micro Recall: 0.
|
| 26 |
-
- Micro F1: 0.
|
| 27 |
-
- Hamming Loss: 0.
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [maximuspowers/bert-philosophy-adapted](https://huggingface.co/maximuspowers/bert-philosophy-adapted) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.5806
|
| 20 |
+
- Exact Match Accuracy: 0.3644
|
| 21 |
+
- Macro Precision: 0.4744
|
| 22 |
+
- Macro Recall: 0.3220
|
| 23 |
+
- Macro F1: 0.3636
|
| 24 |
+
- Micro Precision: 0.7345
|
| 25 |
+
- Micro Recall: 0.5220
|
| 26 |
+
- Micro F1: 0.6103
|
| 27 |
+
- Hamming Loss: 0.0528
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
all_results.json
CHANGED
|
@@ -1,5 +1,17 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 32.20338983050848,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"total_flos": 0.0,
|
| 4 |
"train_loss": 0.74248863370795,
|
| 5 |
"train_runtime": 501.6916,
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 32.20338983050848,
|
| 3 |
+
"eval_exact_match_accuracy": 0.3644067796610169,
|
| 4 |
+
"eval_hamming_loss": 0.05284147557328016,
|
| 5 |
+
"eval_loss": 0.5806254744529724,
|
| 6 |
+
"eval_macro_f1": 0.36363379388909356,
|
| 7 |
+
"eval_macro_precision": 0.4744231050359171,
|
| 8 |
+
"eval_macro_recall": 0.3219569646040234,
|
| 9 |
+
"eval_micro_f1": 0.6102941176470589,
|
| 10 |
+
"eval_micro_precision": 0.7345132743362832,
|
| 11 |
+
"eval_micro_recall": 0.5220125786163522,
|
| 12 |
+
"eval_runtime": 0.5971,
|
| 13 |
+
"eval_samples_per_second": 197.608,
|
| 14 |
+
"eval_steps_per_second": 25.12,
|
| 15 |
"total_flos": 0.0,
|
| 16 |
"train_loss": 0.74248863370795,
|
| 17 |
"train_runtime": 501.6916,
|
runs/Jun15_22-46-52_bb491f89c3e4/events.out.tfevents.1750028144.bb491f89c3e4.1541.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2db985f43d5c979c1e86e20fb7d860653fde81576f72e43cb704a445483bd3c2
|
| 3 |
+
size 15933
|
test_results.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
{
|
| 2 |
-
"epoch":
|
| 3 |
-
"eval_exact_match_accuracy": 0.
|
| 4 |
-
"eval_hamming_loss": 0.
|
| 5 |
-
"eval_loss": 0.
|
| 6 |
-
"eval_macro_f1": 0.
|
| 7 |
-
"eval_macro_precision": 0.
|
| 8 |
-
"eval_macro_recall": 0.
|
| 9 |
-
"eval_micro_f1": 0.
|
| 10 |
-
"eval_micro_precision": 0.
|
| 11 |
-
"eval_micro_recall": 0.
|
| 12 |
-
"eval_runtime": 0.
|
| 13 |
-
"eval_samples_per_second":
|
| 14 |
-
"eval_steps_per_second":
|
| 15 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epoch": 32.20338983050848,
|
| 3 |
+
"eval_exact_match_accuracy": 0.3644067796610169,
|
| 4 |
+
"eval_hamming_loss": 0.05284147557328016,
|
| 5 |
+
"eval_loss": 0.5806254744529724,
|
| 6 |
+
"eval_macro_f1": 0.36363379388909356,
|
| 7 |
+
"eval_macro_precision": 0.4744231050359171,
|
| 8 |
+
"eval_macro_recall": 0.3219569646040234,
|
| 9 |
+
"eval_micro_f1": 0.6102941176470589,
|
| 10 |
+
"eval_micro_precision": 0.7345132743362832,
|
| 11 |
+
"eval_micro_recall": 0.5220125786163522,
|
| 12 |
+
"eval_runtime": 0.5971,
|
| 13 |
+
"eval_samples_per_second": 197.608,
|
| 14 |
+
"eval_steps_per_second": 25.12
|
| 15 |
}
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|