File size: 936 Bytes
b69543f
 
 
 
 
 
1e436dc
b69543f
 
01728ea
 
 
 
 
b69543f
 
1e436dc
b69543f
1e436dc
01728ea
 
 
 
 
1e436dc
 
 
 
b69543f
 
1e436dc
b69543f
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "model_name": "camie-tagger",
  "model_type": "pytorch",
  "models": [
    {
      "name": "initial",
      "path": "model/model_initial_only.pt",
      "description": "Initial version of the tagger model"
    },
    {
      "name": "initial_st",
      "path": "model_initial.safetensors",
      "description": "Initial safetensors"
    },
    {
      "name": "refined",
      "path": "model/model_refined.pt",
      "description": "Refined version of the tagger model with improved performance"
    },
    {
      "name": "refined_st",
      "path": "model_refined.safetensors",
      "description": "Refined safetensors"
    },
    {
      "name": "onnx",
      "path": "model_initial.onnx",
      "description": "Onnx model"
    }
  ],
  "default_model": "initial",
  "description": "A custom tagging model with initial and refined versions",
  "version": "1.0.0",
  "tags": ["tagger", "classification"],
  "license": "gpl-3.0"
}