aaa12963337 commited on
Commit
0aa0e95
1 Parent(s): abfa14e

Training in progress, epoch 0

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