samkitpalrecha commited on
Commit
92f2691
·
verified ·
1 Parent(s): 8dc6635

Create README.md

Browse files

This model is a result of fine-tuning on microsoft/swin-large-patch4-window12-384-in22k as the base model on a dataset that is derived from the Caltech-UCSD Birds 200 (CUB-200-2011) dataset. It contains images of 200 different bird species, along with metadata files that provide labels, bounding boxes, and other annotations. The goal of this finetuned model is to use it in the AI-ML GC 2025, hosted by the Web and Coding Club, IIT Bombay, as a part of the Tech General Championship.

Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - birder-project/CUB_200_2011
5
+ metrics:
6
+ - accuracy
7
+ base_model:
8
+ - microsoft/swin-large-patch4-window12-384-in22k
9
+ pipeline_tag: image-classification
10
+ ---