End of training
Browse files- README.md +12 -9
- model.safetensors +1 -1
README.md
CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,17 +46,20 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.5783
|
23 |
+
- Accuracy: 0.8682
|
24 |
+
- F1: 0.8663
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 8
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| 1.557 | 1.0 | 124 | 1.2381 | 0.7181 | 0.6649 |
|
56 |
+
| 1.0415 | 2.0 | 248 | 0.8830 | 0.8316 | 0.8254 |
|
57 |
+
| 0.6258 | 3.0 | 372 | 0.6725 | 0.8560 | 0.8523 |
|
58 |
+
| 0.4723 | 4.0 | 496 | 0.6103 | 0.8540 | 0.8516 |
|
59 |
+
| 0.3092 | 5.0 | 620 | 0.5921 | 0.8600 | 0.8583 |
|
60 |
+
| 0.2244 | 6.0 | 744 | 0.5722 | 0.8641 | 0.8624 |
|
61 |
+
| 0.1482 | 7.0 | 868 | 0.5719 | 0.8641 | 0.8626 |
|
62 |
+
| 0.1493 | 8.0 | 992 | 0.5783 | 0.8682 | 0.8663 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 442533484
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0c6dcad85c9a77b4a7eedebeaa50f50ce0c556624d8fd6d93205808e06b9756
|
3 |
size 442533484
|