MohametSena commited on
Commit
c42f9b6
·
1 Parent(s): 7fadc7c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
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.6748
17
- - Mse: 0.6748
18
- - Rmse: 0.8214
19
- - Mae: 0.6117
20
- - R2: 0.3021
21
- - Smape: 116.1633
22
 
23
  ## Model description
24
 
@@ -47,15 +47,15 @@ The following hyperparameters were used during training:
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.7167 | 0.7167 | 0.8466 | 0.6374 | 0.2588 | 125.6220 |
53
- | No log | 0.91 | 600 | 0.6748 | 0.6748 | 0.8214 | 0.6117 | 0.3021 | 116.1633 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.27.0.dev0
59
  - Pytorch 1.13.1
60
  - Datasets 2.9.0
61
- - Tokenizers 0.13.2
 
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.7537
17
+ - Mse: 0.7537
18
+ - Rmse: 0.8681
19
+ - Mae: 0.6368
20
+ - R2: 0.2520
21
+ - Smape: 120.6022
22
 
23
  ## Model description
24
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Mae | Mse | R2 | Rmse | Smape |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:------:|:--------:|
52
+ | No log | 0.46 | 300 | 0.8953 | 0.7207 | 0.8953 | 0.1396 | 0.9462 | 135.3075 |
53
+ | No log | 0.91 | 600 | 0.7537 | 0.7537 | 0.8681 | 0.6368 | 0.2520 | 120.6022 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.29.1
59
  - Pytorch 1.13.1
60
  - Datasets 2.9.0
61
+ - Tokenizers 0.13.0