Update config.json
Browse files- config.json +10 -0
config.json
CHANGED
@@ -7,11 +7,21 @@
|
|
7 |
"path": "model/model_initial_only.pt",
|
8 |
"description": "Initial version of the tagger model"
|
9 |
},
|
|
|
|
|
|
|
|
|
|
|
10 |
{
|
11 |
"name": "refined",
|
12 |
"path": "model/model_refined.pt",
|
13 |
"description": "Refined version of the tagger model with improved performance"
|
14 |
},
|
|
|
|
|
|
|
|
|
|
|
15 |
{
|
16 |
"name": "onnx",
|
17 |
"path": "model_initial.onnx",
|
|
|
7 |
"path": "model/model_initial_only.pt",
|
8 |
"description": "Initial version of the tagger model"
|
9 |
},
|
10 |
+
{
|
11 |
+
"name": "initial_st",
|
12 |
+
"path": "model_initial.safetensors",
|
13 |
+
"description": "Initial safetensors"
|
14 |
+
},
|
15 |
{
|
16 |
"name": "refined",
|
17 |
"path": "model/model_refined.pt",
|
18 |
"description": "Refined version of the tagger model with improved performance"
|
19 |
},
|
20 |
+
{
|
21 |
+
"name": "refined_st",
|
22 |
+
"path": "model_refined.safetensors",
|
23 |
+
"description": "Refined safetensors"
|
24 |
+
},
|
25 |
{
|
26 |
"name": "onnx",
|
27 |
"path": "model_initial.onnx",
|