Update config.yaml
Browse files- config.yaml +27 -25
config.yaml
CHANGED
|
@@ -1,26 +1,28 @@
|
|
| 1 |
-
model_info:
|
| 2 |
-
name: camie-tagger
|
| 3 |
-
version: 1.0.0
|
| 4 |
-
type: pytorch
|
| 5 |
-
|
| 6 |
-
models:
|
| 7 |
-
- name: camie-tagger-v2-safetensors
|
| 8 |
-
path: camie-tagger-v2.safetensors
|
| 9 |
-
description: Safetensors
|
| 10 |
-
|
| 11 |
-
- name: camie-tagger-v2-onnx
|
| 12 |
-
path: camie-tagger-v2.onnx
|
| 13 |
-
description: ONNX
|
| 14 |
-
|
| 15 |
-
default_model: camie-tagger-v2-onnx
|
| 16 |
-
|
| 17 |
-
framework:
|
| 18 |
-
name: pytorch
|
| 19 |
-
version: "1.X"
|
| 20 |
-
|
| 21 |
-
metadata:
|
| 22 |
-
task: classification
|
| 23 |
-
tags:
|
| 24 |
-
- tagger
|
| 25 |
-
- classification
|
|
|
|
|
|
|
| 26 |
license: GPL-3.0
|
|
|
|
| 1 |
+
model_info:
|
| 2 |
+
name: camie-tagger
|
| 3 |
+
version: 1.0.0
|
| 4 |
+
type: pytorch
|
| 5 |
+
|
| 6 |
+
models:
|
| 7 |
+
- name: camie-tagger-v2-safetensors
|
| 8 |
+
path: camie-tagger-v2.safetensors
|
| 9 |
+
description: Safetensors
|
| 10 |
+
|
| 11 |
+
- name: camie-tagger-v2-onnx
|
| 12 |
+
path: camie-tagger-v2.onnx
|
| 13 |
+
description: ONNX
|
| 14 |
+
|
| 15 |
+
default_model: camie-tagger-v2-onnx
|
| 16 |
+
|
| 17 |
+
framework:
|
| 18 |
+
name: pytorch
|
| 19 |
+
version: "1.X"
|
| 20 |
+
|
| 21 |
+
metadata:
|
| 22 |
+
task: classification
|
| 23 |
+
tags:
|
| 24 |
+
- tagger
|
| 25 |
+
- classification
|
| 26 |
+
- danbooru
|
| 27 |
+
- anime
|
| 28 |
license: GPL-3.0
|