shreyastulsi/sentiment-classifier
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 [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,14 +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 | 1.0 | 63 | 0.
|
53 |
-
| No log | 2.0 | 126 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.1535
|
21 |
+
- Accuracy: 0.846
|
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: 10
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 63 | 0.4610 | 0.818 |
|
53 |
+
| No log | 2.0 | 126 | 0.6583 | 0.828 |
|
54 |
+
| No log | 3.0 | 189 | 0.6051 | 0.848 |
|
55 |
+
| No log | 4.0 | 252 | 0.9601 | 0.83 |
|
56 |
+
| No log | 5.0 | 315 | 0.8297 | 0.858 |
|
57 |
+
| No log | 6.0 | 378 | 0.9417 | 0.866 |
|
58 |
+
| No log | 7.0 | 441 | 0.9992 | 0.86 |
|
59 |
+
| 0.1794 | 8.0 | 504 | 1.1292 | 0.846 |
|
60 |
+
| 0.1794 | 9.0 | 567 | 1.1538 | 0.842 |
|
61 |
+
| 0.1794 | 10.0 | 630 | 1.1535 | 0.846 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 433270768
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:267aca260a63fbfa5545b9f34d13298f98ba3a3fa15a0074befa96c991e7ade1
|
3 |
size 433270768
|
runs/Aug22_06-19-16_0d3851169a50/events.out.tfevents.1724307558.0d3851169a50.1567.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3c968dd92172d31fc72108b60561cd189bdb2974377091e3d907f4892716d59
|
3 |
+
size 8686
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fce8c9d878bc8b4ae68091ff580cf50f2ef6b3b3e0db8385ec5a8f2a3a9e1a7
|
3 |
size 5112
|