Model save
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [almanach/camembert-base](https://huggingface.co/almanach/camembert-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -49,18 +49,13 @@ The following hyperparameters were used during training:
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- num_epochs:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step
|
57 |
-
|
58 |
-
| 0.
|
59 |
-
| 0.1243 | 2.0 | 3564 | 0.1126 | 0.9772 | 0.9782 | 0.9777 | 0.9790 |
|
60 |
-
| 0.0793 | 3.0 | 5346 | 0.0837 | 0.9794 | 0.9813 | 0.9804 | 0.9819 |
|
61 |
-
| 0.0574 | 4.0 | 7128 | 0.0758 | 0.9816 | 0.9827 | 0.9821 | 0.9828 |
|
62 |
-
| 0.0462 | 5.0 | 8910 | 0.0711 | 0.9830 | 0.9839 | 0.9835 | 0.9844 |
|
63 |
-
| 0.0428 | 6.0 | 10692 | 0.0689 | 0.9837 | 0.9846 | 0.9842 | 0.9849 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [almanach/camembert-base](https://huggingface.co/almanach/camembert-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.4950
|
24 |
+
- Precision: 0.9683
|
25 |
+
- Recall: 0.9737
|
26 |
+
- F1: 0.9710
|
27 |
+
- Accuracy: 0.9726
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 1
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.6273 | 1.0 | 1782 | 0.4950 | 0.9683 | 0.9737 | 0.9710 | 0.9726 |
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|