End of training
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
@@ -19,13 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# distil-bert-finetuned-sentiment-analysis
|
21 |
|
22 |
-
This model is a fine-tuned version of [
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
-
- Accuracy: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -44,7 +44,7 @@ More information needed
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
-
- learning_rate: 2e-
|
48 |
- train_batch_size: 128
|
49 |
- eval_batch_size: 128
|
50 |
- seed: 42
|
@@ -56,11 +56,11 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
-
| No log | 1.0 | 254 | 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: timmyAlvice/distil-bert-finetuned-sentiment-analysis
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
|
|
19 |
|
20 |
# distil-bert-finetuned-sentiment-analysis
|
21 |
|
22 |
+
This model is a fine-tuned version of [timmyAlvice/distil-bert-finetuned-sentiment-analysis](https://huggingface.co/timmyAlvice/distil-bert-finetuned-sentiment-analysis) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.1539
|
25 |
+
- Precision: 0.9573
|
26 |
+
- Recall: 0.9572
|
27 |
+
- F1: 0.9572
|
28 |
+
- Accuracy: 0.9572
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 2e-06
|
48 |
- train_batch_size: 128
|
49 |
- eval_batch_size: 128
|
50 |
- seed: 42
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| No log | 1.0 | 254 | 0.1626 | 0.9552 | 0.9551 | 0.9551 | 0.9551 |
|
60 |
+
| 0.182 | 2.0 | 508 | 0.1510 | 0.9581 | 0.9580 | 0.9580 | 0.9580 |
|
61 |
+
| 0.182 | 3.0 | 762 | 0.1524 | 0.9580 | 0.9579 | 0.9578 | 0.9579 |
|
62 |
+
| 0.1662 | 4.0 | 1016 | 0.1528 | 0.9582 | 0.9581 | 0.9581 | 0.9581 |
|
63 |
+
| 0.1662 | 5.0 | 1270 | 0.1539 | 0.9573 | 0.9572 | 0.9572 | 0.9572 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
runs/Oct01_12-30-24_ebdd7ef8fbf4/events.out.tfevents.1727785831.ebdd7ef8fbf4.234.0
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:7f6eada92377777c6e7a16455b3e27637b075799e948eaf67ae9368812fa4570
|
3 |
+
size 8390
|