End of training
Browse files- README.md +31 -11
- model.safetensors +1 -1
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
-
- Accuracy: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -50,17 +50,37 @@ The following hyperparameters were used during training:
|
|
50 |
- seed: 42
|
51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
-
| No log | 1.0 | 24 | 0.
|
60 |
-
| No log | 2.0 | 48 | 0.
|
61 |
-
| No log | 3.0 | 72 | 0.
|
62 |
-
| No log | 4.0 | 96 | 0.
|
63 |
-
| No log | 5.0 | 120 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.1642
|
25 |
+
- Precision: 0.8721
|
26 |
+
- Recall: 0.7732
|
27 |
+
- F1: 0.8197
|
28 |
+
- Accuracy: 0.9571
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
50 |
- seed: 42
|
51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
52 |
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 25
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| No log | 1.0 | 24 | 0.3640 | 0.0 | 0.0 | 0.0 | 0.8739 |
|
60 |
+
| No log | 2.0 | 48 | 0.2640 | 0.6884 | 0.4312 | 0.5303 | 0.9037 |
|
61 |
+
| No log | 3.0 | 72 | 0.2248 | 0.6976 | 0.6431 | 0.6692 | 0.9198 |
|
62 |
+
| No log | 4.0 | 96 | 0.2163 | 0.8182 | 0.6022 | 0.6938 | 0.9330 |
|
63 |
+
| No log | 5.0 | 120 | 0.1690 | 0.7336 | 0.8086 | 0.7692 | 0.9388 |
|
64 |
+
| No log | 6.0 | 144 | 0.1768 | 0.8558 | 0.6840 | 0.7603 | 0.9456 |
|
65 |
+
| No log | 7.0 | 168 | 0.1838 | 0.8578 | 0.6952 | 0.7680 | 0.9470 |
|
66 |
+
| No log | 8.0 | 192 | 0.1591 | 0.8158 | 0.8067 | 0.8112 | 0.9526 |
|
67 |
+
| No log | 9.0 | 216 | 0.1688 | 0.8571 | 0.7584 | 0.8047 | 0.9536 |
|
68 |
+
| No log | 10.0 | 240 | 0.1596 | 0.8431 | 0.7993 | 0.8206 | 0.9559 |
|
69 |
+
| No log | 11.0 | 264 | 0.1599 | 0.8563 | 0.7751 | 0.8137 | 0.9552 |
|
70 |
+
| No log | 12.0 | 288 | 0.1713 | 0.8515 | 0.7565 | 0.8012 | 0.9526 |
|
71 |
+
| No log | 13.0 | 312 | 0.1646 | 0.8394 | 0.7770 | 0.8069 | 0.9531 |
|
72 |
+
| No log | 14.0 | 336 | 0.1705 | 0.8367 | 0.7807 | 0.8077 | 0.9531 |
|
73 |
+
| No log | 15.0 | 360 | 0.1717 | 0.8236 | 0.7900 | 0.8065 | 0.9522 |
|
74 |
+
| No log | 16.0 | 384 | 0.1689 | 0.8631 | 0.7732 | 0.8157 | 0.9559 |
|
75 |
+
| No log | 17.0 | 408 | 0.1608 | 0.8835 | 0.7751 | 0.8257 | 0.9587 |
|
76 |
+
| No log | 18.0 | 432 | 0.1499 | 0.8849 | 0.7862 | 0.8327 | 0.9602 |
|
77 |
+
| No log | 19.0 | 456 | 0.1614 | 0.8846 | 0.7695 | 0.8231 | 0.9583 |
|
78 |
+
| No log | 20.0 | 480 | 0.1688 | 0.8448 | 0.7788 | 0.8104 | 0.9541 |
|
79 |
+
| 0.0983 | 21.0 | 504 | 0.1672 | 0.8482 | 0.7788 | 0.8120 | 0.9545 |
|
80 |
+
| 0.0983 | 22.0 | 528 | 0.1668 | 0.8563 | 0.7751 | 0.8137 | 0.9552 |
|
81 |
+
| 0.0983 | 23.0 | 552 | 0.1678 | 0.8545 | 0.7751 | 0.8129 | 0.9550 |
|
82 |
+
| 0.0983 | 24.0 | 576 | 0.1645 | 0.8703 | 0.7732 | 0.8189 | 0.9569 |
|
83 |
+
| 0.0983 | 25.0 | 600 | 0.1642 | 0.8721 | 0.7732 | 0.8197 | 0.9571 |
|
84 |
|
85 |
|
86 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 440155504
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d0accb344f1a35da7592b3c3f3172ce27b051c4478eb726330306f362bc5a1b
|
3 |
size 440155504
|