aaa12963337 commited on
Commit
bd4f047
1 Parent(s): 49a4a35

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +101 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "shi-labs/dinat-mini-in1k-224",
3
+ "architectures": [
4
+ "DinatForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 3,
9
+ 4,
10
+ 6,
11
+ 5
12
+ ],
13
+ "dilations": [
14
+ [
15
+ 1,
16
+ 8,
17
+ 1
18
+ ],
19
+ [
20
+ 1,
21
+ 4,
22
+ 1,
23
+ 4
24
+ ],
25
+ [
26
+ 1,
27
+ 2,
28
+ 1,
29
+ 2,
30
+ 1,
31
+ 2
32
+ ],
33
+ [
34
+ 1,
35
+ 1,
36
+ 1,
37
+ 1,
38
+ 1
39
+ ]
40
+ ],
41
+ "drop_path_rate": 0.2,
42
+ "embed_dim": 64,
43
+ "hidden_act": "gelu",
44
+ "hidden_dropout_prob": 0.0,
45
+ "hidden_size": 512,
46
+ "id2label": {
47
+ "0": "ADI",
48
+ "1": "BACK",
49
+ "2": "DEB",
50
+ "3": "LYM",
51
+ "4": "MUC",
52
+ "5": "MUS",
53
+ "6": "NORM",
54
+ "7": "STR",
55
+ "8": "TUM"
56
+ },
57
+ "initializer_range": 0.02,
58
+ "kernel_size": 7,
59
+ "label2id": {
60
+ "ADI": "0",
61
+ "BACK": "1",
62
+ "DEB": "2",
63
+ "LYM": "3",
64
+ "MUC": "4",
65
+ "MUS": "5",
66
+ "NORM": "6",
67
+ "STR": "7",
68
+ "TUM": "8"
69
+ },
70
+ "layer_norm_eps": 1e-05,
71
+ "layer_scale_init_value": 0.0,
72
+ "mlp_ratio": 3.0,
73
+ "model_type": "dinat",
74
+ "num_channels": 3,
75
+ "num_heads": [
76
+ 2,
77
+ 4,
78
+ 8,
79
+ 16
80
+ ],
81
+ "num_layers": 4,
82
+ "out_features": [
83
+ "stage4"
84
+ ],
85
+ "out_indices": [
86
+ 4
87
+ ],
88
+ "patch_size": 4,
89
+ "path_norm": true,
90
+ "problem_type": "single_label_classification",
91
+ "qkv_bias": true,
92
+ "stage_names": [
93
+ "stem",
94
+ "stage1",
95
+ "stage2",
96
+ "stage3",
97
+ "stage4"
98
+ ],
99
+ "torch_dtype": "float32",
100
+ "transformers_version": "4.35.2"
101
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76bd78c027b1f5fc70de6f1b725f9937caf7cef45335a212ba3d6714af05b3b2
3
+ size 77943028
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfcfbd6b1824081d8a1585842e31b0395295830c92971efd4e5c7d11382e6b23
3
+ size 4155