rakib730 commited on
Commit
99dbce1
·
verified ·
1 Parent(s): 82afec0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Vision Transformer (ViT) Fine-Tuned Model
2
 
3
  This repository contains a fine-tuned version of **[google/vit-large-patch16-224](https://huggingface.co/google/vit-large-patch16-224)**, optimized for a custom image classification task.
 
1
+ ---
2
+ language: en
3
+ license: apache-2.0
4
+ tags:
5
+ - vision
6
+ - image-classification
7
+ - vit
8
+ - fine-tuned
9
+ - transformers
10
+ datasets:
11
+ - your-dataset-name
12
+ model-index:
13
+ - name: ViT-Large-Patch16-224 Fine-tuned Model
14
+ results:
15
+ - task:
16
+ name: Image Classification
17
+ type: image-classification
18
+ metrics:
19
+ - name: Validation Loss
20
+ type: loss
21
+ value: 0.3268
22
+ ---
23
+
24
+ # Vision Transformer (ViT) Fine-Tuned Model
25
+
26
+
27
  # Vision Transformer (ViT) Fine-Tuned Model
28
 
29
  This repository contains a fine-tuned version of **[google/vit-large-patch16-224](https://huggingface.co/google/vit-large-patch16-224)**, optimized for a custom image classification task.