Create model.yaml
Browse files- model.yaml +20 -0
model.yaml
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
# TatsukichiHayama Model Card
|
3 |
+
|
4 |
+
id: Yuzmi/TatsukichiHayama
|
5 |
+
name: TatsukichiHayama Image Classifier
|
6 |
+
description: A model for classifying images of TatsukichiHayama character in various poses and styles.
|
7 |
+
|
8 |
+
# Add other relevant information about your model
|
9 |
+
|
10 |
+
license: apache-2.0
|
11 |
+
tags:
|
12 |
+
- image-classification
|
13 |
+
- anime
|
14 |
+
- character-recognition
|
15 |
+
|
16 |
+
modelType: image-classification
|
17 |
+
|
18 |
+
---
|
19 |
+
|
20 |
+
# Optional: Add additional details about the model architecture, training process, and performance metrics.
|