ricardoSLabs commited on
Commit
984c286
·
verified ·
1 Parent(s): 96dd40c

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
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
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "AN",
18
+ "1": "DI",
19
+ "2": "FE",
20
+ "3": "HA",
21
+ "4": "NE",
22
+ "5": "SA",
23
+ "6": "SU"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "AN": "0",
30
+ "DI": "1",
31
+ "FE": "2",
32
+ "HA": "3",
33
+ "NE": "4",
34
+ "SA": "5",
35
+ "SU": "6"
36
+ },
37
+ "layer_norm_eps": 1e-12,
38
+ "layer_scale_init_value": 0.1,
39
+ "model_type": "beit",
40
+ "num_attention_heads": 12,
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 12,
43
+ "out_features": [
44
+ "stage12"
45
+ ],
46
+ "out_indices": [
47
+ 12
48
+ ],
49
+ "patch_size": 16,
50
+ "pool_scales": [
51
+ 1,
52
+ 2,
53
+ 3,
54
+ 6
55
+ ],
56
+ "problem_type": "single_label_classification",
57
+ "reshape_hidden_states": true,
58
+ "semantic_loss_ignore_index": 255,
59
+ "stage_names": [
60
+ "stem",
61
+ "stage1",
62
+ "stage2",
63
+ "stage3",
64
+ "stage4",
65
+ "stage5",
66
+ "stage6",
67
+ "stage7",
68
+ "stage8",
69
+ "stage9",
70
+ "stage10",
71
+ "stage11",
72
+ "stage12"
73
+ ],
74
+ "torch_dtype": "float32",
75
+ "transformers_version": "4.47.0",
76
+ "use_absolute_position_embeddings": false,
77
+ "use_auxiliary_head": true,
78
+ "use_mask_token": false,
79
+ "use_mean_pooling": true,
80
+ "use_relative_position_bias": true,
81
+ "use_shared_relative_position_bias": false,
82
+ "vocab_size": 8192
83
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a0296c36656d7ad82d2d72270cb7a894ba7a5e8681f850ed1e5078b11b2dde3
3
+ size 343095708
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "BeitImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
runs/Mar09_18-39-05_c976b523ff90/events.out.tfevents.1741545547.c976b523ff90.31.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04783af0de1116b0b231f51919eadeeca778a39237cf66d5d945eb95c28008b6
3
+ size 6322
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3a870b88ec2507bd3e18ce2ee65be35d59f08d8bf0c36a96342983dabd8fa58
3
+ size 5304