Commit
·
4d9efb9
1
Parent(s):
9f11557
Training complete!
Browse files- README.md +9 -8
- pytorch_model.bin +1 -1
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,17 +43,18 @@ 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 | 0.88 | 100 | 0.
|
53 |
-
| No log | 1.77 | 200 | 0.
|
54 |
-
| No log | 2.65 | 300 | 0.
|
55 |
-
| No log | 3.54 | 400 | 0.
|
56 |
-
| 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.1637
|
21 |
+
- Accuracy: 0.9556
|
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: 6
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 0.88 | 100 | 0.3860 | 0.8778 |
|
53 |
+
| No log | 1.77 | 200 | 0.2395 | 0.8889 |
|
54 |
+
| No log | 2.65 | 300 | 0.1317 | 0.9778 |
|
55 |
+
| No log | 3.54 | 400 | 0.1502 | 0.9667 |
|
56 |
+
| 0.3422 | 4.42 | 500 | 0.1437 | 0.9778 |
|
57 |
+
| 0.3422 | 5.31 | 600 | 0.1637 | 0.9556 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267858605
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca90a662fc6d8c8fb5540a462025a5da51cec012c63b3cf60bbb08a69a23a43b
|
3 |
size 267858605
|