File size: 1,464 Bytes
09c4e9b
6f10643
09c4e9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "_name_or_path": "facebook/convnext-base-384-22k-1k",
  "architectures": [
    "ConvNextForImageClassification"
  ],
  "depths": [
    3,
    3,
    27,
    3
  ],
  "drop_path_rate": 0.0,
  "hidden_act": "gelu",
  "hidden_sizes": [
    128,
    256,
    512,
    1024
  ],
  "id2label": {
    "0": "Tails the fox",
    "1": "Amy rose",
    "10": "Shadow the hedgehog",
    "11": "Sally Acorn",
    "12": "mobian",
    "13": "Tangle the lemur",
    "14": "Big the cat",
    "2": "Rouge the bat",
    "3": "Whisper the wolf",
    "4": "Knuckles the echidna",
    "5": "Blaze the cat",
    "6": "Silver the hedgehog",
    "7": "Cream the rabbit",
    "8": "Vanilla the rabbit",
    "9": "Sonic the hedgehog"
  },
  "image_size": 384,
  "initializer_range": 0.02,
  "label2id": {
    "Amy rose": "1",
    "Big the cat": "14",
    "Blaze the cat": "5",
    "Cream the rabbit": "7",
    "Knuckles the echidna": "4",
    "Rouge the bat": "2",
    "Sally Acorn": "11",
    "Shadow the hedgehog": "10",
    "Silver the hedgehog": "6",
    "Sonic the hedgehog": "9",
    "Tails the fox": "0",
    "Tangle the lemur": "13",
    "Vanilla the rabbit": "8",
    "Whisper the wolf": "3",
    "mobian": "12"
  },
  "layer_norm_eps": 1e-12,
  "layer_scale_init_value": 1e-06,
  "model_type": "convnext",
  "num_channels": 3,
  "num_stages": 4,
  "patch_size": 4,
  "problem_type": "multi_label_classification",
  "torch_dtype": "float32",
  "transformers_version": "4.25.1"
}