LalasaMynalli
commited on
Commit
•
741e0d4
1
Parent(s):
40d6cf6
End of training
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ 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 the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,14 +45,17 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
-
| No log | 1.0 | 63 | 0.
|
55 |
-
| No log | 2.0 | 126 | 0.
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1068
|
22 |
+
- Accuracy: 0.971
|
23 |
+
- F1: 0.9787
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 5
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| No log | 1.0 | 63 | 0.3497 | 0.869 | 0.9042 |
|
55 |
+
| No log | 2.0 | 126 | 0.2406 | 0.918 | 0.9418 |
|
56 |
+
| No log | 3.0 | 189 | 0.1529 | 0.954 | 0.9665 |
|
57 |
+
| No log | 4.0 | 252 | 0.1176 | 0.966 | 0.9751 |
|
58 |
+
| No log | 5.0 | 315 | 0.1068 | 0.971 | 0.9787 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10052779a1239ee83f01ea4fd03cb5f36178c1e2d55c500a630628062fe9a815
|
3 |
size 267832560
|
runs/Aug06_07-38-51_cd88a1828bd9/events.out.tfevents.1722929949.cd88a1828bd9.791.1
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:184dfc35720ab9548b3097986301577a6deb37edffca8eb0baa8c18fab4e6418
|
3 |
+
size 7311
|
runs/Aug06_07-38-51_cd88a1828bd9/events.out.tfevents.1722930135.cd88a1828bd9.791.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d26d97cbf86896efcbe6414b3b3a19534d58eff88a2363f97228c15e8a1abee
|
3 |
+
size 457
|