neuralhaven commited on
Commit
e7e8108
1 Parent(s): 5ceb0b8

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +141 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +22 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "apple/mobilevit-xx-small",
3
+ "architectures": [
4
+ "MobileViTForImageClassification"
5
+ ],
6
+ "aspp_dropout_prob": 0.1,
7
+ "aspp_out_channels": 256,
8
+ "atrous_rates": [
9
+ 6,
10
+ 12,
11
+ 18
12
+ ],
13
+ "attention_probs_dropout_prob": 0.0,
14
+ "classifier_dropout_prob": 0.1,
15
+ "conv_kernel_size": 3,
16
+ "expand_ratio": 2.0,
17
+ "hidden_act": "silu",
18
+ "hidden_dropout_prob": 0.05,
19
+ "hidden_sizes": [
20
+ 64,
21
+ 80,
22
+ 96
23
+ ],
24
+ "id2label": {
25
+ "0": "LABEL_0",
26
+ "1": "LABEL_1",
27
+ "2": "LABEL_2",
28
+ "3": "LABEL_3",
29
+ "4": "LABEL_4",
30
+ "5": "LABEL_5",
31
+ "6": "LABEL_6",
32
+ "7": "LABEL_7",
33
+ "8": "LABEL_8",
34
+ "9": "LABEL_9",
35
+ "10": "LABEL_10",
36
+ "11": "LABEL_11",
37
+ "12": "LABEL_12",
38
+ "13": "LABEL_13",
39
+ "14": "LABEL_14",
40
+ "15": "LABEL_15",
41
+ "16": "LABEL_16",
42
+ "17": "LABEL_17",
43
+ "18": "LABEL_18",
44
+ "19": "LABEL_19",
45
+ "20": "LABEL_20",
46
+ "21": "LABEL_21",
47
+ "22": "LABEL_22",
48
+ "23": "LABEL_23",
49
+ "24": "LABEL_24",
50
+ "25": "LABEL_25",
51
+ "26": "LABEL_26",
52
+ "27": "LABEL_27",
53
+ "28": "LABEL_28",
54
+ "29": "LABEL_29",
55
+ "30": "LABEL_30",
56
+ "31": "LABEL_31",
57
+ "32": "LABEL_32",
58
+ "33": "LABEL_33",
59
+ "34": "LABEL_34",
60
+ "35": "LABEL_35",
61
+ "36": "LABEL_36",
62
+ "37": "LABEL_37",
63
+ "38": "LABEL_38",
64
+ "39": "LABEL_39",
65
+ "40": "LABEL_40",
66
+ "41": "LABEL_41",
67
+ "42": "LABEL_42",
68
+ "43": "LABEL_43",
69
+ "44": "LABEL_44"
70
+ },
71
+ "image_size": 256,
72
+ "initializer_range": 0.02,
73
+ "label2id": {
74
+ "LABEL_0": 0,
75
+ "LABEL_1": 1,
76
+ "LABEL_10": 10,
77
+ "LABEL_11": 11,
78
+ "LABEL_12": 12,
79
+ "LABEL_13": 13,
80
+ "LABEL_14": 14,
81
+ "LABEL_15": 15,
82
+ "LABEL_16": 16,
83
+ "LABEL_17": 17,
84
+ "LABEL_18": 18,
85
+ "LABEL_19": 19,
86
+ "LABEL_2": 2,
87
+ "LABEL_20": 20,
88
+ "LABEL_21": 21,
89
+ "LABEL_22": 22,
90
+ "LABEL_23": 23,
91
+ "LABEL_24": 24,
92
+ "LABEL_25": 25,
93
+ "LABEL_26": 26,
94
+ "LABEL_27": 27,
95
+ "LABEL_28": 28,
96
+ "LABEL_29": 29,
97
+ "LABEL_3": 3,
98
+ "LABEL_30": 30,
99
+ "LABEL_31": 31,
100
+ "LABEL_32": 32,
101
+ "LABEL_33": 33,
102
+ "LABEL_34": 34,
103
+ "LABEL_35": 35,
104
+ "LABEL_36": 36,
105
+ "LABEL_37": 37,
106
+ "LABEL_38": 38,
107
+ "LABEL_39": 39,
108
+ "LABEL_4": 4,
109
+ "LABEL_40": 40,
110
+ "LABEL_41": 41,
111
+ "LABEL_42": 42,
112
+ "LABEL_43": 43,
113
+ "LABEL_44": 44,
114
+ "LABEL_5": 5,
115
+ "LABEL_6": 6,
116
+ "LABEL_7": 7,
117
+ "LABEL_8": 8,
118
+ "LABEL_9": 9
119
+ },
120
+ "layer_norm_eps": 1e-05,
121
+ "mlp_ratio": 2.0,
122
+ "model_type": "mobilevit",
123
+ "neck_hidden_sizes": [
124
+ 16,
125
+ 16,
126
+ 24,
127
+ 48,
128
+ 64,
129
+ 80,
130
+ 320
131
+ ],
132
+ "num_attention_heads": 4,
133
+ "num_channels": 3,
134
+ "output_stride": 32,
135
+ "patch_size": 2,
136
+ "problem_type": "single_label_classification",
137
+ "qkv_bias": true,
138
+ "semantic_loss_ignore_index": 255,
139
+ "torch_dtype": "float32",
140
+ "transformers_version": "4.44.0"
141
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5f9f1f065d5f19a03abfdd8b5091dd3ac0f623d464513895c85cd921290f8cf
3
+ size 3924580
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3afd5cffc099c2de9f2fde5493b7af37e60f8d4d350432072e4728172e304013
3
+ size 5240