Venkatesh4342
commited on
Commit
•
c92fd7e
1
Parent(s):
26b6806
Training complete!
Browse files- README.md +8 -9
- 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,18 +43,17 @@ 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 |
-
| 0.3422 | 5.31 | 600 | 0.1637 | 0.9556 |
|
58 |
|
59 |
|
60 |
### 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.1446
|
21 |
+
- Accuracy: 0.9667
|
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: 5
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 0.88 | 100 | 0.3891 | 0.8778 |
|
53 |
+
| No log | 1.77 | 200 | 0.2423 | 0.8889 |
|
54 |
+
| No log | 2.65 | 300 | 0.1414 | 0.9667 |
|
55 |
+
| No log | 3.54 | 400 | 0.1483 | 0.9667 |
|
56 |
+
| 0.3426 | 4.42 | 500 | 0.1446 | 0.9667 |
|
|
|
57 |
|
58 |
|
59 |
### 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:3a9ce0154147bdd0d0076ffa0f64008e1a9d44484528144cdf9c4186cfd5e792
|
3 |
size 267858605
|