aaa12963337 commited on
Commit
25a7cd6
1 Parent(s): ef5d37e

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +63 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-18",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 2,
10
+ 2
11
+ ],
12
+ "downsample_in_bottleneck": false,
13
+ "downsample_in_first_stage": false,
14
+ "embedding_size": 64,
15
+ "hidden_act": "relu",
16
+ "hidden_sizes": [
17
+ 64,
18
+ 128,
19
+ 256,
20
+ 512
21
+ ],
22
+ "id2label": {
23
+ "0": "ADI",
24
+ "1": "BACK",
25
+ "2": "DEB",
26
+ "3": "LYM",
27
+ "4": "MUC",
28
+ "5": "MUS",
29
+ "6": "NORM",
30
+ "7": "STR",
31
+ "8": "TUM"
32
+ },
33
+ "label2id": {
34
+ "ADI": "0",
35
+ "BACK": "1",
36
+ "DEB": "2",
37
+ "LYM": "3",
38
+ "MUC": "4",
39
+ "MUS": "5",
40
+ "NORM": "6",
41
+ "STR": "7",
42
+ "TUM": "8"
43
+ },
44
+ "layer_type": "basic",
45
+ "model_type": "resnet",
46
+ "num_channels": 3,
47
+ "out_features": [
48
+ "stage4"
49
+ ],
50
+ "out_indices": [
51
+ 4
52
+ ],
53
+ "problem_type": "single_label_classification",
54
+ "stage_names": [
55
+ "stem",
56
+ "stage1",
57
+ "stage2",
58
+ "stage3",
59
+ "stage4"
60
+ ],
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.35.2"
63
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8120ec1dd04ad0ccfcaae90e68520e5cf12b8946969f2a54d0ccf167dae089d8
3
+ size 44778700
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:262cd3b61db9c73d51e91b11217916f8470126ebc65dcba45f475b9d64967927
3
+ size 4155