JulesGo commited on
Commit
ce4a8b6
·
verified ·
1 Parent(s): be86a53

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [dascim/juribert-tiny](https://huggingface.co/dascim/juribert-tiny) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0257
20
- - Model Preparation Time: 0.0006
21
- - Mse: 0.0258
22
- - Mae: 0.1103
23
 
24
  ## Model description
25
 
@@ -52,14 +52,14 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Mse | Mae |
54
  |:-------------:|:-----:|:----:|:---------------:|:----------------------:|:------:|:------:|
55
- | 0.0928 | 1.0 | 108 | 0.0562 | 0.0006 | 0.0563 | 0.1906 |
56
- | 0.0531 | 2.0 | 216 | 0.0379 | 0.0006 | 0.0380 | 0.1462 |
57
- | 0.0427 | 3.0 | 324 | 0.0314 | 0.0006 | 0.0316 | 0.1292 |
58
- | 0.037 | 4.0 | 432 | 0.0285 | 0.0006 | 0.0286 | 0.1205 |
59
- | 0.0342 | 5.0 | 540 | 0.0272 | 0.0006 | 0.0273 | 0.1157 |
60
- | 0.0321 | 6.0 | 648 | 0.0263 | 0.0006 | 0.0264 | 0.1127 |
61
- | 0.0311 | 7.0 | 756 | 0.0259 | 0.0006 | 0.0260 | 0.1109 |
62
- | 0.0306 | 8.0 | 864 | 0.0257 | 0.0006 | 0.0258 | 0.1103 |
63
 
64
 
65
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [dascim/juribert-tiny](https://huggingface.co/dascim/juribert-tiny) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0255
20
+ - Model Preparation Time: 0.0004
21
+ - Mse: 0.0256
22
+ - Mae: 0.1108
23
 
24
  ## Model description
25
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Mse | Mae |
54
  |:-------------:|:-----:|:----:|:---------------:|:----------------------:|:------:|:------:|
55
+ | 0.0971 | 1.0 | 108 | 0.0579 | 0.0004 | 0.0580 | 0.1952 |
56
+ | 0.0528 | 2.0 | 216 | 0.0377 | 0.0004 | 0.0379 | 0.1473 |
57
+ | 0.0423 | 3.0 | 324 | 0.0313 | 0.0004 | 0.0314 | 0.1301 |
58
+ | 0.0366 | 4.0 | 432 | 0.0284 | 0.0004 | 0.0285 | 0.1213 |
59
+ | 0.0342 | 5.0 | 540 | 0.0270 | 0.0004 | 0.0272 | 0.1163 |
60
+ | 0.032 | 6.0 | 648 | 0.0261 | 0.0004 | 0.0263 | 0.1132 |
61
+ | 0.0311 | 7.0 | 756 | 0.0257 | 0.0004 | 0.0258 | 0.1114 |
62
+ | 0.0306 | 8.0 | 864 | 0.0255 | 0.0004 | 0.0256 | 0.1108 |
63
 
64
 
65
  ### Framework versions