bayesian4042
commited on
Commit
•
db502fc
1
Parent(s):
36473a1
Training completed
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 an unknown 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 | 114 | 0.
|
55 |
-
| No log | 2.0 | 228 | 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 an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.2759
|
22 |
+
- Accuracy: 0.9356
|
23 |
+
- F1: 0.9340
|
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 | 114 | 0.3235 | 0.9158 | 0.9150 |
|
55 |
+
| No log | 2.0 | 228 | 0.2864 | 0.9307 | 0.9294 |
|
56 |
+
| No log | 3.0 | 342 | 0.2798 | 0.9307 | 0.9297 |
|
57 |
+
| No log | 4.0 | 456 | 0.2785 | 0.9356 | 0.9340 |
|
58 |
+
| No log | 5.0 | 570 | 0.2759 | 0.9356 | 0.9340 |
|
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 267844872
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f124b53c7b3856b7e3a7d12e2ecf657948480f08d7038cbb331c63c711a23ff7
|
3 |
size 267844872
|
runs/Jan25_11-58-31_590d8bd6f7ff/events.out.tfevents.1706183918.590d8bd6f7ff.12478.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:016567f1f67b0190239ccdd697606a19bda9cd1598bb129819147932c28dad91
|
3 |
+
size 6797
|