Commit
·
6c85167
1
Parent(s):
112f6ad
update model card README.md
Browse files
README.md
CHANGED
@@ -13,12 +13,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Loss: 0.
|
17 |
-
- Mse: 0.
|
18 |
-
- Rmse: 0.
|
19 |
-
- Mae: 0.
|
20 |
-
- R2: 0.
|
21 |
-
- Smape:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -47,10 +47,10 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:------:|:--------:|
|
52 |
-
| No log | 0.46 | 300 | 0.
|
53 |
-
| No log | 0.91 | 600 | 0.
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
13 |
|
14 |
This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Loss: 0.6674
|
17 |
+
- Mse: 0.6674
|
18 |
+
- Rmse: 0.8169
|
19 |
+
- Mae: 0.5948
|
20 |
+
- R2: 0.3295
|
21 |
+
- Smape: 109.9213
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Mse | Rmse | Mae | R2 | Smape |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:------:|:--------:|
|
52 |
+
| No log | 0.46 | 300 | 0.7945 | 0.7945 | 0.8914 | 0.6404 | 0.2018 | 120.6558 |
|
53 |
+
| No log | 0.91 | 600 | 0.6674 | 0.6674 | 0.8169 | 0.5948 | 0.3295 | 109.9213 |
|
54 |
|
55 |
|
56 |
### Framework versions
|