Update config.json
Browse files- config.json +20 -20
config.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
-
{
|
2 |
-
"model_name": "camie-tagger",
|
3 |
-
"model_type": "pytorch",
|
4 |
-
"models": [
|
5 |
-
{
|
6 |
-
"name": "camie-tagger-v2-safetensors",
|
7 |
-
"path": "camie-tagger-v2.safetensors",
|
8 |
-
"description": "Safetensors"
|
9 |
-
},
|
10 |
-
{
|
11 |
-
"name": "camie-tagger-v2-onnx",
|
12 |
-
"path": "camie-tagger-v2.onnx",
|
13 |
-
"description": "ONNX"
|
14 |
-
}
|
15 |
-
],
|
16 |
-
"default_model": "camie-tagger-v2-onnx",
|
17 |
-
"description": "A custom tagging model",
|
18 |
-
"version": "1.0.0",
|
19 |
-
"tags": ["tagger", "classification"],
|
20 |
-
"license": "gpl-3.0"
|
21 |
}
|
|
|
1 |
+
{
|
2 |
+
"model_name": "camie-tagger",
|
3 |
+
"model_type": "pytorch",
|
4 |
+
"models": [
|
5 |
+
{
|
6 |
+
"name": "camie-tagger-v2-safetensors",
|
7 |
+
"path": "camie-tagger-v2.safetensors",
|
8 |
+
"description": "Safetensors"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"name": "camie-tagger-v2-onnx",
|
12 |
+
"path": "camie-tagger-v2.onnx",
|
13 |
+
"description": "ONNX"
|
14 |
+
}
|
15 |
+
],
|
16 |
+
"default_model": "camie-tagger-v2-onnx",
|
17 |
+
"description": "A custom tagging model",
|
18 |
+
"version": "1.0.0",
|
19 |
+
"tags": ["tagger", "classification, danbooru, anime"],
|
20 |
+
"license": "gpl-3.0"
|
21 |
}
|