arunboss commited on
Commit
1f6e29b
1 Parent(s): fe17bc5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -7,8 +7,6 @@ metrics:
7
  model-index:
8
  - name: test_triage
9
  results: []
10
- datasets:
11
- - arunboss/test
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # test_triage
18
 
19
- This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the Test dataset (I plan to make it bigger and more neater soon for others to build on).
20
  It achieves the following results on the evaluation set:
21
- - Loss: 2.5160
22
- - Accuracy: 0.3900
23
 
24
  ## Model description
25
 
@@ -47,15 +45,18 @@ The following hyperparameters were used during training:
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_ratio: 0.1
50
- - num_epochs: 3
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
- | 3.3151 | 1.0 | 151 | 3.2356 | 0.2498 |
57
- | 2.7912 | 2.0 | 303 | 2.6766 | 0.3433 |
58
- | 2.67 | 2.99 | 453 | 2.5160 | 0.3900 |
 
 
 
59
 
60
 
61
  ### Framework versions
@@ -63,4 +64,4 @@ The following hyperparameters were used during training:
63
  - Transformers 4.30.2
64
  - Pytorch 2.0.1+cu118
65
  - Datasets 2.13.1
66
- - Tokenizers 0.13.3
 
7
  model-index:
8
  - name: test_triage
9
  results: []
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
14
 
15
  # test_triage
16
 
17
+ This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.9758
20
+ - Accuracy: 0.5008
21
 
22
  ## Model description
23
 
 
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 6
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 3.3471 | 1.0 | 151 | 3.2152 | 0.2452 |
55
+ | 2.7313 | 2.0 | 303 | 2.5291 | 0.3817 |
56
+ | 2.48 | 3.0 | 454 | 2.2459 | 0.4413 |
57
+ | 2.2192 | 4.0 | 606 | 2.0968 | 0.4702 |
58
+ | 2.0479 | 5.0 | 757 | 2.0026 | 0.4897 |
59
+ | 1.9702 | 5.98 | 906 | 1.9758 | 0.5008 |
60
 
61
 
62
  ### Framework versions
 
64
  - Transformers 4.30.2
65
  - Pytorch 2.0.1+cu118
66
  - Datasets 2.13.1
67
+ - Tokenizers 0.13.3