Venkatesh4342
commited on
Commit
•
f4008c1
1
Parent(s):
e781752
Training complete!
Browse files- README.md +12 -9
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -17,7 +17,7 @@ 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.9417
|
22 |
|
23 |
## Model description
|
@@ -43,19 +43,22 @@ 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.68 | 100 | 0.
|
53 |
-
| No log | 1.35 | 200 | 0.
|
54 |
-
| No log | 2.03 | 300 | 0.
|
55 |
-
| No log | 2.7 | 400 | 0.
|
56 |
-
| No log | 3.38 | 500 | 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### 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.3008
|
21 |
- Accuracy: 0.9417
|
22 |
|
23 |
## Model description
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 7
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 0.68 | 100 | 0.3234 | 0.8932 |
|
53 |
+
| No log | 1.35 | 200 | 0.3211 | 0.9029 |
|
54 |
+
| No log | 2.03 | 300 | 0.3265 | 0.9126 |
|
55 |
+
| No log | 2.7 | 400 | 0.3553 | 0.9126 |
|
56 |
+
| No log | 3.38 | 500 | 0.3894 | 0.9223 |
|
57 |
+
| 0.2663 | 4.05 | 600 | 0.3379 | 0.9223 |
|
58 |
+
| 0.2663 | 4.73 | 700 | 0.2877 | 0.9320 |
|
59 |
+
| 0.2663 | 5.41 | 800 | 0.3072 | 0.9417 |
|
60 |
+
| 0.2663 | 6.08 | 900 | 0.2992 | 0.9320 |
|
61 |
+
| 0.2663 | 6.76 | 1000 | 0.3008 | 0.9417 |
|
62 |
|
63 |
|
64 |
### 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:2252d9b73746bad68f886ab2c24310bfff74b32cf71483df8f38d080bedfccfa
|
3 |
size 267858605
|