PriaPillai
commited on
Commit
·
b5d7585
1
Parent(s):
bf220d9
update model card README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy:
|
22 |
-
- F1:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,13 +50,13 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.19.2
|
60 |
- Pytorch 1.11.0+cu113
|
61 |
-
- Datasets 2.2.
|
62 |
- Tokenizers 0.12.1
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3953
|
21 |
+
- Accuracy: 0.8545
|
22 |
+
- F1: 0.8556
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
+
| 0.627 | 1.0 | 24 | 0.5081 | 0.8727 | 0.8721 |
|
54 |
+
| 0.4394 | 2.0 | 48 | 0.3953 | 0.8545 | 0.8556 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.19.2
|
60 |
- Pytorch 1.11.0+cu113
|
61 |
+
- Datasets 2.2.2
|
62 |
- Tokenizers 0.12.1
|