Shresht-Venkat commited on
Commit
97d6205
·
verified ·
1 Parent(s): 67ca7df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
 
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
+
3
  license: mit
4
+ tags:
5
+ - image-classification
6
+ - fastai
7
+ ---
8
+
9
+ # FastAI Ensemble Model
10
+
11
+ This repository contains four FastAI image classification models:
12
+ - ConvNeXt
13
+ - ViT
14
+ - SwinV2
15
+ - Swin
16
+
17
+ Each was trained on a custom dataset and exported as a `.pkl` file using `learn.export()`.
18
+
19
  ---