mateoluksenberg commited on
Commit
84f89af
1 Parent(s): 46e82b0

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/dit-base",
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": "BLACK",
18
+ "1": "BROWN",
19
+ "2": "BUFF",
20
+ "3": "IMPERFECT BLACK"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "BLACK": 0,
27
+ "BROWN": 1,
28
+ "BUFF": 2,
29
+ "IMPERFECT BLACK": 3
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "layer_scale_init_value": 0.1,
33
+ "model_type": "beit",
34
+ "num_attention_heads": 12,
35
+ "num_channels": 3,
36
+ "num_hidden_layers": 12,
37
+ "out_features": [
38
+ "stage3",
39
+ "stage5",
40
+ "stage7",
41
+ "stage11"
42
+ ],
43
+ "out_indices": [
44
+ 3,
45
+ 5,
46
+ 7,
47
+ 11
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.44.2",
76
+ "use_absolute_position_embeddings": true,
77
+ "use_auxiliary_head": true,
78
+ "use_mask_token": true,
79
+ "use_mean_pooling": true,
80
+ "use_relative_position_bias": false,
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:588f25ac37f8d58c7848353f71791e206f223b07875031a2d3dbe781b2db60dc
3
+ size 343271328
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": "BeitFeatureExtractor",
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/Sep24_18-48-57_7147d6f06e12/events.out.tfevents.1727203776.7147d6f06e12.351.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efa1028624839a208562c5effde0fed315e048789df736811ed2e8d2e43f2d3c
3
+ size 6880
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31f782b7a09bc6916b1b62d31e8c341cec87b56379ae87f99cca254529e3c73d
3
+ size 5176