File size: 2,331 Bytes
3b60b61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fc050c3
3b60b61
fc050c3
 
3b60b61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6d7435b
3b60b61
 
 
9eaf3be
 
fc050c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3b60b61
 
 
 
9eaf3be
3b60b61
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
library_name: transformers
license: apache-2.0
base_model: timm/resnet18.a1_in1k
tags:
- generated_from_trainer
metrics:
- accuracy
model-index:
- name: vit-base-beans
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# vit-base-beans

This model is a fine-tuned version of [timm/resnet18.a1_in1k](https://huggingface.co/timm/resnet18.a1_in1k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7380
- Accuracy: 0.8195

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 2e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 1337
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 15.0

### Training results

| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 1.0861        | 1.0   | 130  | 1.0881          | 0.4286   |
| 1.0631        | 2.0   | 260  | 1.0597          | 0.5414   |
| 1.0443        | 3.0   | 390  | 1.0225          | 0.6692   |
| 1.0218        | 4.0   | 520  | 0.9960          | 0.6842   |
| 1.0028        | 5.0   | 650  | 0.9568          | 0.7293   |
| 0.9752        | 6.0   | 780  | 0.9279          | 0.7669   |
| 0.924         | 7.0   | 910  | 0.8852          | 0.8045   |
| 0.9179        | 8.0   | 1040 | 0.8505          | 0.8120   |
| 0.9           | 9.0   | 1170 | 0.8328          | 0.8045   |
| 0.8084        | 10.0  | 1300 | 0.8071          | 0.8421   |
| 0.8306        | 11.0  | 1430 | 0.7760          | 0.8346   |
| 0.8031        | 12.0  | 1560 | 0.7563          | 0.8346   |
| 0.8138        | 13.0  | 1690 | 0.7534          | 0.8421   |
| 0.8178        | 14.0  | 1820 | 0.7508          | 0.8271   |
| 0.7901        | 15.0  | 1950 | 0.7380          | 0.8195   |


### Framework versions

- Transformers 4.47.0.dev0
- Pytorch 2.4.1+cu118
- Datasets 2.21.0
- Tokenizers 0.20.0