pkr7098 commited on
Commit
9f62ad1
·
verified ·
1 Parent(s): 92350bb

Model save

Browse files
Files changed (1) hide show
  1. README.md +14 -16
README.md CHANGED
@@ -5,8 +5,6 @@ license: apache-2.0
5
  metrics:
6
  - accuracy
7
  tags:
8
- - image-classification
9
- - vision
10
  - generated_from_trainer
11
  model-index:
12
  - name: only-lora-beans-vit-base-patch16-224-in21k
@@ -18,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # only-lora-beans-vit-base-patch16-224-in21k
20
 
21
- This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.7512
24
- - Accuracy: 0.6541
25
 
26
  ## Model description
27
 
@@ -45,23 +43,23 @@ The following hyperparameters were used during training:
45
  - eval_batch_size: 8
46
  - seed: 1337
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
- - lr_scheduler_type: constant
49
  - num_epochs: 10.0
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | 1.1019 | 1.0 | 130 | 1.0947 | 0.4135 |
56
- | 1.091 | 2.0 | 260 | 1.0027 | 0.5188 |
57
- | 1.0433 | 3.0 | 390 | 0.9840 | 0.5188 |
58
- | 0.9823 | 4.0 | 520 | 0.9470 | 0.5639 |
59
- | 0.9523 | 5.0 | 650 | 0.9246 | 0.5789 |
60
- | 0.9431 | 6.0 | 780 | 0.8905 | 0.5564 |
61
- | 0.8587 | 7.0 | 910 | 0.8434 | 0.5940 |
62
- | 0.834 | 8.0 | 1040 | 0.8319 | 0.5714 |
63
- | 0.8149 | 9.0 | 1170 | 0.7831 | 0.6767 |
64
- | 0.729 | 10.0 | 1300 | 0.7512 | 0.6541 |
65
 
66
 
67
  ### Framework versions
 
5
  metrics:
6
  - accuracy
7
  tags:
 
 
8
  - generated_from_trainer
9
  model-index:
10
  - name: only-lora-beans-vit-base-patch16-224-in21k
 
16
 
17
  # only-lora-beans-vit-base-patch16-224-in21k
18
 
19
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.9381
22
+ - Accuracy: 0.5414
23
 
24
  ## Model description
25
 
 
43
  - eval_batch_size: 8
44
  - seed: 1337
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
  - num_epochs: 10.0
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.1019 | 1.0 | 130 | 1.0956 | 0.3008 |
54
+ | 1.0934 | 2.0 | 260 | 1.0218 | 0.5414 |
55
+ | 1.0541 | 3.0 | 390 | 0.9863 | 0.5038 |
56
+ | 0.9911 | 4.0 | 520 | 0.9628 | 0.5338 |
57
+ | 0.9776 | 5.0 | 650 | 0.9638 | 0.5414 |
58
+ | 0.9852 | 6.0 | 780 | 0.9599 | 0.5414 |
59
+ | 0.9666 | 7.0 | 910 | 0.9483 | 0.5639 |
60
+ | 0.9528 | 8.0 | 1040 | 0.9447 | 0.5414 |
61
+ | 0.9583 | 9.0 | 1170 | 0.9395 | 0.5338 |
62
+ | 0.9401 | 10.0 | 1300 | 0.9381 | 0.5414 |
63
 
64
 
65
  ### Framework versions