ankush-003
commited on
Commit
•
dd4e64d
1
Parent(s):
32cd2ec
update model card README.md
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ 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: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 | 40 | 0.
|
53 |
-
| No log | 2.0 | 80 | 0.
|
54 |
-
| No log | 3.0 | 120 | 0.
|
55 |
-
| No log | 4.0 | 160 | 0.
|
56 |
-
| No log | 5.0 | 200 | 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
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.1691
|
21 |
+
- Accuracy: 0.95
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 40 | 0.5176 | 0.9 |
|
53 |
+
| No log | 2.0 | 80 | 0.2608 | 0.95 |
|
54 |
+
| No log | 3.0 | 120 | 0.1952 | 0.95 |
|
55 |
+
| No log | 4.0 | 160 | 0.2373 | 0.9 |
|
56 |
+
| No log | 5.0 | 200 | 0.1691 | 0.95 |
|
57 |
|
58 |
|
59 |
### Framework versions
|