canadianjosieharrison commited on
Commit
2280bdc
1 Parent(s): 4985149

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swinv2-large-patch4-window12to24-192to384-22kto1k-ft",
3
+ "architectures": [
4
+ "Swinv2ForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 18,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 192,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1536,
19
+ "id2label": {
20
+ "0": "null",
21
+ "1": "other",
22
+ "2": "siding"
23
+ },
24
+ "image_size": 384,
25
+ "initializer_range": 0.02,
26
+ "label2id": {
27
+ "null": 0,
28
+ "other": 1,
29
+ "siding": 2
30
+ },
31
+ "layer_norm_eps": 1e-05,
32
+ "mlp_ratio": 4.0,
33
+ "model_type": "swinv2",
34
+ "num_channels": 3,
35
+ "num_heads": [
36
+ 6,
37
+ 12,
38
+ 24,
39
+ 48
40
+ ],
41
+ "num_layers": 4,
42
+ "patch_size": 4,
43
+ "path_norm": true,
44
+ "pretrained_window_sizes": [
45
+ 0,
46
+ 0,
47
+ 0,
48
+ 0
49
+ ],
50
+ "problem_type": "single_label_classification",
51
+ "qkv_bias": true,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.35.0",
54
+ "use_absolute_embeddings": false,
55
+ "window_size": 24
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5224c6c5b82ddf0fdf39b4b99a64f77d3153b198eee5cb90544b5e019eb5291d
3
+ size 780892436
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.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 384,
20
+ "width": 384
21
+ }
22
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34d56b4b00a6efff47b9763b526c3053e95d3ba9e536eadda47c2ef025fae84e
3
+ size 4664