timewanderer
commited on
Commit
•
28721e0
1
Parent(s):
ece3ac6
Training complete!
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,22 +44,19 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| No log | 1.0 | 318 | 1.
|
54 |
-
|
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.1683 | 8.0 | 2544 | 0.2273 | 0.9465 |
|
61 |
-
| 0.1683 | 9.0 | 2862 | 0.2221 | 0.9468 |
|
62 |
-
| 0.1478 | 10.0 | 3180 | 0.2209 | 0.9471 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3006
|
22 |
+
- Accuracy: 0.9406
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 7
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| No log | 1.0 | 318 | 1.6434 | 0.7435 |
|
54 |
+
| 1.9562 | 2.0 | 636 | 0.9006 | 0.8661 |
|
55 |
+
| 1.9562 | 3.0 | 954 | 0.5509 | 0.9129 |
|
56 |
+
| 0.8242 | 4.0 | 1272 | 0.4011 | 0.9313 |
|
57 |
+
| 0.4197 | 5.0 | 1590 | 0.3346 | 0.9390 |
|
58 |
+
| 0.4197 | 6.0 | 1908 | 0.3087 | 0.9384 |
|
59 |
+
| 0.2973 | 7.0 | 2226 | 0.3006 | 0.9406 |
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|