Jeska commited on
Commit
8ea6746
1 Parent(s): 6e44fdb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [outputDAQonly09/](https://huggingface.co/outputDAQonly09/) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.4964
19
- - Accuracy: 0.9068
20
 
21
  ## Model description
22
 
@@ -36,32 +36,32 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 1e-05
39
- - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
42
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-06
43
  - lr_scheduler_type: linear
44
  - num_epochs: 15.0
45
 
46
  ### Training results
47
 
48
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
50
- | 4.0196 | 1.0 | 1320 | 3.1691 | 0.4232 |
51
- | 2.5409 | 2.0 | 2640 | 2.0495 | 0.6435 |
52
- | 1.8396 | 3.0 | 3960 | 1.3566 | 0.7861 |
53
- | 1.0986 | 4.0 | 5280 | 0.9565 | 0.8556 |
54
- | 0.6711 | 5.0 | 6600 | 0.7119 | 0.8803 |
55
- | 0.4456 | 6.0 | 7920 | 0.5805 | 0.8912 |
56
- | 0.2563 | 7.0 | 9240 | 0.5124 | 0.8995 |
57
- | 0.1686 | 8.0 | 10560 | 0.4953 | 0.9022 |
58
- | 0.1135 | 9.0 | 11880 | 0.4863 | 0.9022 |
59
- | 0.0846 | 10.0 | 13200 | 0.4893 | 0.9049 |
60
- | 0.07 | 11.0 | 14520 | 0.4860 | 0.9077 |
61
- | 0.0487 | 12.0 | 15840 | 0.4889 | 0.9059 |
62
- | 0.0342 | 13.0 | 17160 | 0.4926 | 0.9068 |
63
- | 0.0332 | 14.0 | 18480 | 0.4951 | 0.9068 |
64
- | 0.029 | 15.0 | 19800 | 0.4964 | 0.9068 |
65
 
66
 
67
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [outputDAQonly09/](https://huggingface.co/outputDAQonly09/) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.8105
19
+ - Accuracy: 0.8757
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 1e-05
39
+ - train_batch_size: 32
40
  - eval_batch_size: 8
41
  - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - num_epochs: 15.0
45
 
46
  ### Training results
47
 
48
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | No log | 1.0 | 330 | 3.9924 | 0.2230 |
51
+ | 4.3795 | 2.0 | 660 | 3.1812 | 0.3958 |
52
+ | 4.3795 | 3.0 | 990 | 2.5904 | 0.5512 |
53
+ | 3.2046 | 4.0 | 1320 | 2.1536 | 0.6408 |
54
+ | 2.3683 | 5.0 | 1650 | 1.8079 | 0.7130 |
55
+ | 2.3683 | 6.0 | 1980 | 1.5420 | 0.7687 |
56
+ | 1.8065 | 7.0 | 2310 | 1.3434 | 0.8053 |
57
+ | 1.373 | 8.0 | 2640 | 1.1882 | 0.8254 |
58
+ | 1.373 | 9.0 | 2970 | 1.0700 | 0.8400 |
59
+ | 1.0931 | 10.0 | 3300 | 0.9791 | 0.8510 |
60
+ | 0.8714 | 11.0 | 3630 | 0.9202 | 0.8620 |
61
+ | 0.8714 | 12.0 | 3960 | 0.8641 | 0.8684 |
62
+ | 0.7428 | 13.0 | 4290 | 0.8372 | 0.8748 |
63
+ | 0.6531 | 14.0 | 4620 | 0.8168 | 0.8766 |
64
+ | 0.6531 | 15.0 | 4950 | 0.8105 | 0.8757 |
65
 
66
 
67
  ### Framework versions