Andron00e commited on
Commit
7d29c3b
1 Parent(s): 8697aff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -15,24 +15,21 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # vitforimcls
17
 
18
- 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 None dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.1199
21
  - Accuracy: 0.9678
22
 
23
  ## Model description
24
 
25
- More information needed
26
-
27
- ## Intended uses & limitations
28
-
29
- More information needed
30
 
31
  ## Training and evaluation data
32
 
33
- More information needed
34
 
35
  ## Training procedure
 
36
 
37
  ### Training hyperparameters
38
 
 
15
 
16
  # vitforimcls
17
 
18
+ 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 [CIFAR10](https://huggingface.co/datasets/Andron00e/CIFAR10-custom) dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.1199
21
  - Accuracy: 0.9678
22
 
23
  ## Model description
24
 
25
+ [A detailed description of model architecture can be found here](https://github.com/huggingface/transformers/blob/main/src/transformers/models/vit/modeling_vit.py#L756)
 
 
 
 
26
 
27
  ## Training and evaluation data
28
 
29
+ [CIFAR10](https://huggingface.co/datasets/Andron00e/CIFAR10-custom)
30
 
31
  ## Training procedure
32
+ Straightforward tuning of all model's parameters.
33
 
34
  ### Training hyperparameters
35