glazzova commited on
Commit
fa7b38a
1 Parent(s): 78015ce

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -53
config.json DELETED
@@ -1,53 +0,0 @@
1
- {
2
- "_name_or_path": "microsoft/resnet-50",
3
- "model_type": "detr",
4
- "architectures": [
5
- "ResNetForImageClassification"
6
- ],
7
- "depths": [
8
- 3,
9
- 4,
10
- 6,
11
- 3
12
- ],
13
- "downsample_in_first_stage": false,
14
- "embedding_size": 64,
15
- "hidden_act": "relu",
16
- "hidden_sizes": [
17
- 256,
18
- 512,
19
- 1024,
20
- 2048
21
- ],
22
- "id2label": {
23
- "0": "skinny",
24
- "1": "ordinary",
25
- "2": "overweight",
26
- "3": "hulk"
27
- },
28
- "label2id": {
29
- "hulk": 3,
30
- "ordinary": 1,
31
- "overweight": 2,
32
- "skinny": 0
33
- },
34
- "layer_type": "bottleneck",
35
- "model_type": "resnet",
36
- "num_channels": 3,
37
- "out_features": [
38
- "stage4"
39
- ],
40
- "out_indices": [
41
- 4
42
- ],
43
- "problem_type": "single_label_classification",
44
- "stage_names": [
45
- "stem",
46
- "stage1",
47
- "stage2",
48
- "stage3",
49
- "stage4"
50
- ],
51
- "torch_dtype": "float32",
52
- "transformers_version": "4.32.1"
53
- }