wltjr1007 commited on
Commit
e2c1ee8
·
verified ·
1 Parent(s): 105c414

Upload ConditionalUNet

Browse files
Files changed (2) hide show
  1. config.json +15 -37
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,48 +1,26 @@
1
  {
2
- "_name_or_path": "evanrsl/resnet-Alzheimer",
3
  "architectures": [
4
- "ResNetForImageClassification"
5
- ],
6
- "depths": [
7
- 3,
8
- 4,
9
- 6,
10
- 3
11
- ],
12
- "downsample_in_bottleneck": false,
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": "LABEL_0"
 
 
 
24
  },
25
  "label2id": {
26
- "LABEL_0": 0
 
 
 
27
  },
28
- "layer_type": "bottleneck",
29
- "model_type": "resnet",
30
  "num_channels": 3,
31
- "out_features": [
32
- "stage4"
33
- ],
34
- "out_indices": [
35
- 4
36
- ],
37
- "problem_type": "multi_label_classification",
38
- "return_dict": false,
39
- "stage_names": [
40
- "stem",
41
- "stage1",
42
- "stage2",
43
- "stage3",
44
- "stage4"
45
- ],
46
  "torch_dtype": "float32",
47
  "transformers_version": "4.46.2"
48
  }
 
1
  {
 
2
  "architectures": [
3
+ "ConditionalUNet"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_conditional_unet.ConditionalUNetConfig",
7
+ "AutoModel": "modeling_conditional_unet.ConditionalUNet"
8
+ },
9
+ "encoder_rep": "evanrsl/resnet-Alzheimer",
10
  "id2label": {
11
+ "0": "LABEL_0",
12
+ "1": "LABEL_1",
13
+ "2": "LABEL_2",
14
+ "3": "LABEL_3"
15
  },
16
  "label2id": {
17
+ "LABEL_0": 0,
18
+ "LABEL_1": 1,
19
+ "LABEL_2": 2,
20
+ "LABEL_3": 3
21
  },
22
+ "model_type": "conditional-unet",
 
23
  "num_channels": 3,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  "torch_dtype": "float32",
25
  "transformers_version": "4.46.2"
26
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b43f3b21d0be58776671f612e6315a6dd61cc6e643c9d111baa13cb85ed0af2
3
- size 94294756
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9efb00eec92892851e81caf1cc0959ba275fae01cb290fd34a2194af0a08cc05
3
+ size 293858844