luissattelmayer
commited on
End of training
Browse files- README.md +16 -16
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,15 +18,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [mlburnham/Political_DEBATE_large_v1.0](https://huggingface.co/mlburnham/Political_DEBATE_large_v1.0) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1 Macro: 0.
|
24 |
-
- Accuracy Balanced: 0.
|
25 |
-
- F1 Micro: 0.
|
26 |
-
- Precision Macro: 0.
|
27 |
-
- Recall Macro: 0.
|
28 |
-
- Precision Micro: 0.
|
29 |
-
- Recall Micro: 0.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -45,7 +45,7 @@ More information needed
|
|
45 |
### Training hyperparameters
|
46 |
|
47 |
The following hyperparameters were used during training:
|
48 |
-
- learning_rate: 2e-
|
49 |
- train_batch_size: 4
|
50 |
- eval_batch_size: 10
|
51 |
- seed: 1234
|
@@ -58,16 +58,16 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Accuracy Balanced | F1 Micro | Precision Macro | Recall Macro | Precision Micro | Recall Micro |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------------:|:--------:|:---------------:|:------------:|:---------------:|:------------:|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
- Transformers 4.44.2
|
71 |
- Pytorch 2.5.0+cu121
|
72 |
-
- Datasets 3.0
|
73 |
- Tokenizers 0.19.1
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [mlburnham/Political_DEBATE_large_v1.0](https://huggingface.co/mlburnham/Political_DEBATE_large_v1.0) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.0075
|
22 |
+
- Accuracy: 0.8140
|
23 |
+
- F1 Macro: 0.7763
|
24 |
+
- Accuracy Balanced: 0.7736
|
25 |
+
- F1 Micro: 0.8140
|
26 |
+
- Precision Macro: 0.8120
|
27 |
+
- Recall Macro: 0.7736
|
28 |
+
- Precision Micro: 0.8140
|
29 |
+
- Recall Micro: 0.8140
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
45 |
### Training hyperparameters
|
46 |
|
47 |
The following hyperparameters were used during training:
|
48 |
+
- learning_rate: 2e-05
|
49 |
- train_batch_size: 4
|
50 |
- eval_batch_size: 10
|
51 |
- seed: 1234
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Accuracy Balanced | F1 Micro | Precision Macro | Recall Macro | Precision Micro | Recall Micro |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------------:|:--------:|:---------------:|:------------:|:---------------:|:------------:|
|
61 |
+
| 0.3663 | 1.0 | 538 | 1.0075 | 0.8140 | 0.7763 | 0.7736 | 0.8140 | 0.8120 | 0.7736 | 0.8140 | 0.8140 |
|
62 |
+
| 0.3854 | 2.0 | 1076 | 1.1733 | 0.7326 | 0.6903 | 0.7285 | 0.7326 | 0.6831 | 0.7285 | 0.7326 | 0.7326 |
|
63 |
+
| 0.1758 | 3.0 | 1614 | 1.4595 | 0.7326 | 0.6823 | 0.7215 | 0.7326 | 0.6760 | 0.7215 | 0.7326 | 0.7326 |
|
64 |
+
| 0.0743 | 4.0 | 2152 | 1.6271 | 0.7442 | 0.6692 | 0.6851 | 0.7442 | 0.6634 | 0.6851 | 0.7442 | 0.7442 |
|
65 |
+
| 0.0343 | 5.0 | 2690 | 1.7175 | 0.7326 | 0.6575 | 0.6750 | 0.7326 | 0.6531 | 0.6750 | 0.7326 | 0.7326 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
- Transformers 4.44.2
|
71 |
- Pytorch 2.5.0+cu121
|
72 |
+
- Datasets 3.1.0
|
73 |
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1740304440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcddc37690846a9c68f49c5913805aaaa909bbb3e1cabb7b5545446ccfecc6da
|
3 |
size 1740304440
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:964d737988a7072178832261d85c9762339a2dd3dc3be15d99fa52c56ece6d83
|
3 |
size 5304
|