Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- timm/convnextv2_base.fcmae_ft_in22k_in1k_384
|
| 4 |
+
pipeline_tag: image-classification
|
| 5 |
+
tags:
|
| 6 |
+
- anime
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Model for Anime Classification Kaggle Competition
|
| 10 |
+
|
| 11 |
+
https://www.kaggle.com/competitions/kau-image-classification-anime-2026/leaderboard
|