update model card README.md
Browse files
README.md
CHANGED
|
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss:
|
| 20 |
-
- Mse:
|
| 21 |
-
- Mae:
|
| 22 |
-
- R2: 0.
|
| 23 |
-
- Accuracy: 0.
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -45,22 +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
|
| 53 |
-
|:-------------:|:-----:|:----
|
| 54 |
-
|
|
| 55 |
-
|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
| 0.3188 | 6.0 | 11382 | 2.2132 | 2.2132 | 1.1358 | 0.6962 | 0.4219 |
|
| 60 |
-
| 0.2744 | 7.0 | 13279 | 2.3058 | 2.3058 | 1.1678 | 0.6835 | 0.4188 |
|
| 61 |
-
| 0.237 | 8.0 | 15176 | 2.2705 | 2.2705 | 1.1474 | 0.6884 | 0.4230 |
|
| 62 |
-
| 0.2193 | 9.0 | 17073 | 2.2546 | 2.2546 | 1.1515 | 0.6906 | 0.4251 |
|
| 63 |
-
| 0.1927 | 10.0 | 18970 | 2.2537 | 2.2537 | 1.1516 | 0.6907 | 0.4124 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 55.2339
|
| 20 |
+
- Mse: 55.2339
|
| 21 |
+
- Mae: 5.3678
|
| 22 |
+
- R2: 0.6879
|
| 23 |
+
- Accuracy: 0.1888
|
| 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 | Mse | Mae | R2 | Accuracy |
|
| 53 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:------:|:--------:|
|
| 54 |
+
| 21.1293 | 1.0 | 1897 | 61.8443 | 61.8443 | 5.6934 | 0.6506 | 0.1624 |
|
| 55 |
+
| 16.6699 | 2.0 | 3794 | 55.2339 | 55.2339 | 5.3678 | 0.6879 | 0.1888 |
|
| 56 |
+
| 14.8768 | 3.0 | 5691 | 54.4710 | 54.4710 | 5.3302 | 0.6923 | 0.1888 |
|
| 57 |
+
| 11.4835 | 4.0 | 7588 | 54.4710 | 54.4710 | 5.3302 | 0.6923 | 0.1888 |
|
| 58 |
+
| 13.9168 | 5.0 | 9485 | 54.4710 | 54.4710 | 5.3302 | 0.6923 | 0.1888 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|