update model card README.md
Browse files
README.md
CHANGED
@@ -17,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [dbmdz/bert-base-french-europeana-cased](https://huggingface.co/dbmdz/bert-base-french-europeana-cased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- F1: 0.
|
22 |
-
- Roc Auc: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,22 +45,24 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
|
|
|
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [dbmdz/bert-base-french-europeana-cased](https://huggingface.co/dbmdz/bert-base-french-europeana-cased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0333
|
21 |
+
- F1: 0.9548
|
22 |
+
- Roc Auc: 0.9732
|
23 |
+
- Accuracy: 0.9493
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 12
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
54 |
+
| 0.1659 | 1.0 | 601 | 0.0645 | 0.9201 | 0.9434 | 0.8910 |
|
55 |
+
| 0.055 | 2.0 | 1202 | 0.0426 | 0.9407 | 0.9633 | 0.9309 |
|
56 |
+
| 0.0324 | 3.0 | 1803 | 0.0371 | 0.9450 | 0.9663 | 0.9368 |
|
57 |
+
| 0.0226 | 4.0 | 2404 | 0.0389 | 0.9402 | 0.9651 | 0.9343 |
|
58 |
+
| 0.0125 | 5.0 | 3005 | 0.0354 | 0.9433 | 0.9650 | 0.9343 |
|
59 |
+
| 0.0091 | 6.0 | 3606 | 0.0364 | 0.9482 | 0.9696 | 0.9434 |
|
60 |
+
| 0.0075 | 7.0 | 4207 | 0.0363 | 0.9464 | 0.9676 | 0.9393 |
|
61 |
+
| 0.007 | 8.0 | 4808 | 0.0333 | 0.9548 | 0.9732 | 0.9493 |
|
62 |
+
| 0.0063 | 9.0 | 5409 | 0.0358 | 0.9501 | 0.9698 | 0.9434 |
|
63 |
+
| 0.0043 | 10.0 | 6010 | 0.0380 | 0.9475 | 0.9707 | 0.9443 |
|
64 |
+
| 0.0032 | 11.0 | 6611 | 0.0377 | 0.9491 | 0.9712 | 0.9468 |
|
65 |
+
| 0.0031 | 12.0 | 7212 | 0.0375 | 0.9500 | 0.9716 | 0.9459 |
|
66 |
|
67 |
|
68 |
### Framework versions
|