c14kevincardenas commited on
Commit
a0feedc
1 Parent(s): 116518c

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-large-patch16-384",
3
+ "add_fpn": false,
4
+ "architectures": [
5
+ "BeitForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "auxiliary_channels": 256,
9
+ "auxiliary_concat_input": false,
10
+ "auxiliary_loss_weight": 0.4,
11
+ "auxiliary_num_convs": 1,
12
+ "drop_path_rate": 0.1,
13
+ "finetuning_task": "image-classification",
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.0,
16
+ "hidden_size": 1024,
17
+ "id2label": {
18
+ "0": "left_foot",
19
+ "1": "left_hand",
20
+ "2": "right_foot",
21
+ "3": "right_hand"
22
+ },
23
+ "image_size": 384,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 4096,
26
+ "label2id": {
27
+ "left_foot": "0",
28
+ "left_hand": "1",
29
+ "right_foot": "2",
30
+ "right_hand": "3"
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "layer_scale_init_value": 0.1,
34
+ "model_type": "beit",
35
+ "num_attention_heads": 16,
36
+ "num_channels": 3,
37
+ "num_hidden_layers": 24,
38
+ "out_features": [
39
+ "stage24"
40
+ ],
41
+ "out_indices": [
42
+ 24
43
+ ],
44
+ "patch_size": 16,
45
+ "pool_scales": [
46
+ 1,
47
+ 2,
48
+ 3,
49
+ 6
50
+ ],
51
+ "reshape_hidden_states": true,
52
+ "semantic_loss_ignore_index": 255,
53
+ "stage_names": [
54
+ "stem",
55
+ "stage1",
56
+ "stage2",
57
+ "stage3",
58
+ "stage4",
59
+ "stage5",
60
+ "stage6",
61
+ "stage7",
62
+ "stage8",
63
+ "stage9",
64
+ "stage10",
65
+ "stage11",
66
+ "stage12",
67
+ "stage13",
68
+ "stage14",
69
+ "stage15",
70
+ "stage16",
71
+ "stage17",
72
+ "stage18",
73
+ "stage19",
74
+ "stage20",
75
+ "stage21",
76
+ "stage22",
77
+ "stage23",
78
+ "stage24"
79
+ ],
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.41.0.dev0",
82
+ "use_absolute_position_embeddings": false,
83
+ "use_auxiliary_head": true,
84
+ "use_mask_token": false,
85
+ "use_mean_pooling": true,
86
+ "use_relative_position_bias": true,
87
+ "use_shared_relative_position_bias": false,
88
+ "vocab_size": 8192
89
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef02f0c8634490cff627f56711ace0705f1e5cd6a468dc568d5ac7b40b5e3c32
3
+ size 1215964752
preprocessor_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "segmentation_maps",
5
+ "do_resize",
6
+ "size",
7
+ "resample",
8
+ "do_center_crop",
9
+ "crop_size",
10
+ "do_rescale",
11
+ "rescale_factor",
12
+ "do_normalize",
13
+ "image_mean",
14
+ "image_std",
15
+ "do_reduce_labels",
16
+ "return_tensors",
17
+ "data_format",
18
+ "input_data_format"
19
+ ],
20
+ "crop_size": {
21
+ "height": 224,
22
+ "width": 224
23
+ },
24
+ "do_center_crop": false,
25
+ "do_normalize": true,
26
+ "do_reduce_labels": false,
27
+ "do_rescale": true,
28
+ "do_resize": true,
29
+ "image_mean": [
30
+ 0.5,
31
+ 0.5,
32
+ 0.5
33
+ ],
34
+ "image_processor_type": "BeitImageProcessor",
35
+ "image_std": [
36
+ 0.5,
37
+ 0.5,
38
+ 0.5
39
+ ],
40
+ "resample": 2,
41
+ "rescale_factor": 0.00392156862745098,
42
+ "size": {
43
+ "height": 384,
44
+ "width": 384
45
+ }
46
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d061e4026b6ba415b814aa633bad365b08a61fff97b6e5693022db77ccf9636
3
+ size 4859