End of training
Browse files
README.md
CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,17 +46,14 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1
|
54 |
-
|
55 |
-
| No log | 1.0 | 282 | 0.
|
56 |
-
| 0.
|
57 |
-
| 0.6101 | 3.0 | 846 | 0.5707 | 0.696 | 0.4830 |
|
58 |
-
| 0.5745 | 4.0 | 1128 | 0.5626 | 0.704 | 0.5067 |
|
59 |
-
| 0.5745 | 5.0 | 1410 | 0.5600 | 0.706 | 0.5116 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6501
|
23 |
+
- Accuracy: 0.624
|
24 |
+
- F1: 0.0
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 2
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
|
55 |
+
| No log | 1.0 | 282 | 0.6501 | 0.624 | 0.0 |
|
56 |
+
| 0.6505 | 2.0 | 564 | 0.6427 | 0.624 | 0.0 |
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3000848
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e57d80425bf513361a1dbf3f80a37336370cde8a88426a7dea5f11b930ae410b
|
3 |
size 3000848
|
runs/May03_02-39-09_dfdf0677f496/events.out.tfevents.1714706342.dfdf0677f496.21915.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f1ccbe089d889a166a3f8b0d69360667a8410fd9c28afc40f57a8032445b141
|
3 |
+
size 457
|