deepaksiloka
commited on
Commit
•
ae37058
1
Parent(s):
281fc45
update model card README.md
Browse files
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [Jean-Baptiste/camembert-ner](https://huggingface.co/Jean-Baptiste/camembert-ner) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Precision: 0.
|
23 |
-
- Recall: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -47,22 +47,17 @@ The following hyperparameters were used during training:
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.0115 | 6.0 | 4614 | 0.0678 | 0.9930 | 0.9963 | 0.9947 | 0.9903 |
|
62 |
-
| 0.0075 | 7.0 | 5383 | 0.0854 | 0.9928 | 0.9956 | 0.9942 | 0.9896 |
|
63 |
-
| 0.0045 | 8.0 | 6152 | 0.0862 | 0.9919 | 0.9948 | 0.9934 | 0.9890 |
|
64 |
-
| 0.0031 | 9.0 | 6921 | 0.0839 | 0.9919 | 0.9958 | 0.9938 | 0.9896 |
|
65 |
-
| 0.0028 | 10.0 | 7690 | 0.0862 | 0.9925 | 0.9959 | 0.9942 | 0.9896 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [Jean-Baptiste/camembert-ner](https://huggingface.co/Jean-Baptiste/camembert-ner) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1258
|
22 |
+
- Precision: 0.9791
|
23 |
+
- Recall: 0.9723
|
24 |
+
- F1: 0.9757
|
25 |
+
- Accuracy: 0.9775
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 5
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
+
| No log | 1.0 | 219 | 0.1130 | 0.9569 | 0.9723 | 0.9645 | 0.9687 |
|
57 |
+
| No log | 2.0 | 438 | 0.1681 | 0.9528 | 0.9769 | 0.9647 | 0.9646 |
|
58 |
+
| 0.1656 | 3.0 | 657 | 0.1253 | 0.9693 | 0.9827 | 0.9759 | 0.9779 |
|
59 |
+
| 0.1656 | 4.0 | 876 | 0.1230 | 0.9692 | 0.9804 | 0.9748 | 0.9783 |
|
60 |
+
| 0.047 | 5.0 | 1095 | 0.1258 | 0.9791 | 0.9723 | 0.9757 | 0.9775 |
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|