zluvolyote commited on
Commit
299b55d
·
1 Parent(s): 7ac9133

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -17
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- metrics:
6
- - accuracy
7
  model-index:
8
  - name: DEREXP
9
  results: []
@@ -16,11 +14,16 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0504
20
- - Mse: 0.0504
21
- - Mae: 0.2062
22
- - R2: 0.9910
23
- - Accuracy: 0.995
 
 
 
 
 
24
 
25
  ## Model description
26
 
@@ -45,16 +48,7 @@ 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: 3
49
-
50
- ### Training results
51
-
52
- | Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R2 | Accuracy |
53
- |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:--------:|
54
- | 12.4633 | 1.0 | 625 | 0.0598 | 0.0598 | 0.2042 | 0.9893 | 0.975 |
55
- | 0.2021 | 2.0 | 1250 | 0.0607 | 0.0607 | 0.2199 | 0.9892 | 0.99 |
56
- | 0.1478 | 3.0 | 1875 | 0.0504 | 0.0504 | 0.2062 | 0.9910 | 0.995 |
57
-
58
 
59
  ### Framework versions
60
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: DEREXP
7
  results: []
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - eval_loss: 4.1301
18
+ - eval_mse: 4.1301
19
+ - eval_mae: 1.5957
20
+ - eval_r2: 0.2656
21
+ - eval_accuracy: 0.179
22
+ - eval_runtime: 2.2105
23
+ - eval_samples_per_second: 452.383
24
+ - eval_steps_per_second: 28.5
25
+ - epoch: 0.2
26
+ - step: 1250
27
 
28
  ## Model description
29
 
 
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - num_epochs: 1
 
 
 
 
 
 
 
 
 
52
 
53
  ### Framework versions
54