tigeryi commited on
Commit
e004c22
1 Parent(s): 7f434e2

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [tigeryi/imagenet1k](https://huggingface.co/tigeryi/imagenet1k) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 6.4890
21
- - Accuracy: 0.0105
22
 
23
  ## Model description
24
 
@@ -37,25 +37,25 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 0.001
41
  - train_batch_size: 4
42
  - eval_batch_size: 4
43
  - seed: 1
44
  - optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-08
45
  - lr_scheduler_type: cosine
46
- - num_epochs: 1
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 6.9338 | 0.4 | 1000 | 6.7408 | 0.0056 |
53
- | 6.7129 | 0.8 | 2000 | 6.4890 | 0.0105 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.40.0
59
  - Pytorch 2.2.1+cu121
60
  - Datasets 2.19.0
61
  - Tokenizers 0.19.1
 
17
 
18
  This model is a fine-tuned version of [tigeryi/imagenet1k](https://huggingface.co/tigeryi/imagenet1k) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0970
21
+ - Accuracy: 0.99
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 0.0001
41
  - train_batch_size: 4
42
  - eval_batch_size: 4
43
  - seed: 1
44
  - optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-08
45
  - lr_scheduler_type: cosine
46
+ - num_epochs: 2
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.8141 | 1.0 | 25 | 0.2320 | 0.95 |
53
+ | 0.7293 | 2.0 | 50 | 0.0970 | 0.99 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.40.1
59
  - Pytorch 2.2.1+cu121
60
  - Datasets 2.19.0
61
  - Tokenizers 0.19.1