ankush-003
commited on
Commit
•
50ed28c
1
Parent(s):
a054532
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 |
|
@@ -43,22 +43,27 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
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 |
-
| No log | 6.0 | 240 | 0.
|
58 |
-
| No log | 7.0 | 280 | 0.
|
59 |
-
| No log | 8.0 | 320 | 0.
|
60 |
-
| No log | 9.0 | 360 | 0.
|
61 |
-
| No log | 10.0 | 400 | 0.
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### 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.1660
|
21 |
+
- Accuracy: 0.95
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 15
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 40 | 0.4882 | 0.875 |
|
53 |
+
| No log | 2.0 | 80 | 0.2036 | 0.975 |
|
54 |
+
| No log | 3.0 | 120 | 0.1521 | 0.975 |
|
55 |
+
| No log | 4.0 | 160 | 0.2719 | 0.875 |
|
56 |
+
| No log | 5.0 | 200 | 0.0980 | 0.975 |
|
57 |
+
| No log | 6.0 | 240 | 0.1752 | 0.95 |
|
58 |
+
| No log | 7.0 | 280 | 0.3715 | 0.9 |
|
59 |
+
| No log | 8.0 | 320 | 0.1640 | 0.95 |
|
60 |
+
| No log | 9.0 | 360 | 0.1756 | 0.95 |
|
61 |
+
| No log | 10.0 | 400 | 0.1386 | 0.975 |
|
62 |
+
| No log | 11.0 | 440 | 0.2747 | 0.95 |
|
63 |
+
| No log | 12.0 | 480 | 0.2302 | 0.95 |
|
64 |
+
| 0.2758 | 13.0 | 520 | 0.2518 | 0.95 |
|
65 |
+
| 0.2758 | 14.0 | 560 | 0.1722 | 0.95 |
|
66 |
+
| 0.2758 | 15.0 | 600 | 0.1660 | 0.95 |
|
67 |
|
68 |
|
69 |
### Framework versions
|