Julien Simon
commited on
Commit
·
4e26629
1
Parent(s):
3a1a922
update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: [0.
|
25 |
-
- Precision: [0.
|
26 |
-
- Recall: [0.63176353 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -55,12 +55,12 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------------------------------------------------------:|:--------------------------------------------------------:|:--------------------------------------------------------:|
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
- Transformers 4.28.1
|
64 |
-
- Pytorch
|
65 |
- Datasets 2.12.0
|
66 |
- Tokenizers 0.13.3
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.9526
|
23 |
+
- Accuracy: 0.5793
|
24 |
+
- F1: [0.63065766 0.46287992 0.50875894 0.55936944 0.73581605]
|
25 |
+
- Precision: [0.62955567 0.46589769 0.49282983 0.58949625 0.7198044 ]
|
26 |
+
- Recall: [0.63176353 0.45990099 0.52575217 0.53217223 0.75255624]
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------------------------------------------------------:|:--------------------------------------------------------:|:--------------------------------------------------------:|
|
58 |
+
| 0.9618 | 1.0 | 2813 | 0.9526 | 0.5793 | [0.63065766 0.46287992 0.50875894 0.55936944 0.73581605] | [0.62955567 0.46589769 0.49282983 0.58949625 0.7198044 ] | [0.63176353 0.45990099 0.52575217 0.53217223 0.75255624] |
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
- Transformers 4.28.1
|
64 |
+
- Pytorch 1.13.1+cu117
|
65 |
- Datasets 2.12.0
|
66 |
- Tokenizers 0.13.3
|