Model save
Browse files- README.md +15 -1
- all_results.json +5 -5
- train_results.json +5 -5
README.md
CHANGED
|
@@ -15,6 +15,16 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
# bert-philosophy-classifier
|
| 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 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -42,11 +52,15 @@ The following hyperparameters were used during training:
|
|
| 42 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 43 |
- lr_scheduler_type: linear
|
| 44 |
- lr_scheduler_warmup_steps: 100
|
| 45 |
-
- num_epochs:
|
| 46 |
- mixed_precision_training: Native AMP
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
|
|
|
| 15 |
# bert-philosophy-classifier
|
| 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.7200
|
| 20 |
+
- Exact Match Accuracy: 0.2
|
| 21 |
+
- Macro Precision: 0.1583
|
| 22 |
+
- Macro Recall: 0.0909
|
| 23 |
+
- Macro F1: 0.1152
|
| 24 |
+
- Micro Precision: 0.8571
|
| 25 |
+
- Micro Recall: 0.2105
|
| 26 |
+
- Micro F1: 0.3380
|
| 27 |
+
- Hamming Loss: 0.0691
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 52 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 53 |
- lr_scheduler_type: linear
|
| 54 |
- lr_scheduler_warmup_steps: 100
|
| 55 |
+
- num_epochs: 50
|
| 56 |
- mixed_precision_training: Native AMP
|
| 57 |
|
| 58 |
### Training results
|
| 59 |
|
| 60 |
+
| Training Loss | Epoch | Step | Validation Loss | Exact Match Accuracy | Macro Precision | Macro Recall | Macro F1 | Micro Precision | Micro Recall | Micro F1 | Hamming Loss |
|
| 61 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|:---------------:|:------------:|:--------:|:---------------:|:------------:|:--------:|:------------:|
|
| 62 |
+
| 0.811 | 25.0 | 250 | 0.7701 | 0.1 | 0.1092 | 0.0615 | 0.0784 | 0.875 | 0.1228 | 0.2154 | 0.075 |
|
| 63 |
+
| 0.58 | 50.0 | 500 | 0.7200 | 0.2 | 0.1583 | 0.0909 | 0.1152 | 0.8571 | 0.2105 | 0.3380 | 0.0691 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
all_results.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"epoch":
|
| 3 |
"eval_exact_match_accuracy": 0.2,
|
| 4 |
"eval_hamming_loss": 0.075,
|
| 5 |
"eval_loss": 0.8420153856277466,
|
|
@@ -13,8 +13,8 @@
|
|
| 13 |
"eval_samples_per_second": 180.125,
|
| 14 |
"eval_steps_per_second": 13.509,
|
| 15 |
"total_flos": 0.0,
|
| 16 |
-
"train_loss": 1.
|
| 17 |
-
"train_runtime":
|
| 18 |
-
"train_samples_per_second":
|
| 19 |
-
"train_steps_per_second":
|
| 20 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epoch": 50.0,
|
| 3 |
"eval_exact_match_accuracy": 0.2,
|
| 4 |
"eval_hamming_loss": 0.075,
|
| 5 |
"eval_loss": 0.8420153856277466,
|
|
|
|
| 13 |
"eval_samples_per_second": 180.125,
|
| 14 |
"eval_steps_per_second": 13.509,
|
| 15 |
"total_flos": 0.0,
|
| 16 |
+
"train_loss": 1.1355848159790038,
|
| 17 |
+
"train_runtime": 246.5817,
|
| 18 |
+
"train_samples_per_second": 64.076,
|
| 19 |
+
"train_steps_per_second": 2.028
|
| 20 |
}
|
train_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"epoch":
|
| 3 |
"total_flos": 0.0,
|
| 4 |
-
"train_loss": 1.
|
| 5 |
-
"train_runtime":
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second":
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epoch": 50.0,
|
| 3 |
"total_flos": 0.0,
|
| 4 |
+
"train_loss": 1.1355848159790038,
|
| 5 |
+
"train_runtime": 246.5817,
|
| 6 |
+
"train_samples_per_second": 64.076,
|
| 7 |
+
"train_steps_per_second": 2.028
|
| 8 |
}
|