headlines_news_sentiment_distil
Browse files
README.md
CHANGED
@@ -19,10 +19,10 @@ 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 the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
-
- Model Preparation Time: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- F1: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -47,16 +47,17 @@ The following hyperparameters were used during training:
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Accuracy | F1 |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:--------:|:------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
|
|
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 the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6265
|
23 |
+
- Model Preparation Time: 0.0026
|
24 |
+
- Accuracy: 0.8423
|
25 |
+
- F1: 0.8423
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 5
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Accuracy | F1 |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:--------:|:------:|
|
56 |
+
| 0.4834 | 1.0 | 504 | 0.4035 | 0.0026 | 0.8156 | 0.8156 |
|
57 |
+
| 0.3402 | 2.0 | 1008 | 0.3987 | 0.0026 | 0.8343 | 0.8343 |
|
58 |
+
| 0.2343 | 3.0 | 1512 | 0.4514 | 0.0026 | 0.8392 | 0.8391 |
|
59 |
+
| 0.1604 | 4.0 | 2016 | 0.5443 | 0.0026 | 0.8396 | 0.8396 |
|
60 |
+
| 0.1151 | 5.0 | 2520 | 0.6265 | 0.0026 | 0.8423 | 0.8423 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
runs/Sep11_04-22-44_c9e2a75fea34/events.out.tfevents.1726028572.c9e2a75fea34.8923.15
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:62c3a3cca07bbca9ecf65540c60272c774a5d4c335a6237785d61e5da95e00a9
|
3 |
+
size 8838
|