BilalMuftuoglu
commited on
Commit
•
1878a92
1
Parent(s):
56f4da4
Training in progress, epoch 11
Browse files
config.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/beit-base-patch16-224",
|
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": "HAFI\u0307F",
|
18 |
+
"1": "ORTA",
|
19 |
+
"2": "S\u0327I\u0307DDETLI\u0307"
|
20 |
+
},
|
21 |
+
"image_size": 224,
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"intermediate_size": 3072,
|
24 |
+
"label2id": {
|
25 |
+
"HAFI\u0307F": 0,
|
26 |
+
"ORTA": 1,
|
27 |
+
"S\u0327I\u0307DDETLI\u0307": 2
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 1e-12,
|
30 |
+
"layer_scale_init_value": 0.1,
|
31 |
+
"model_type": "beit",
|
32 |
+
"num_attention_heads": 12,
|
33 |
+
"num_channels": 3,
|
34 |
+
"num_hidden_layers": 12,
|
35 |
+
"out_features": [
|
36 |
+
"stage12"
|
37 |
+
],
|
38 |
+
"out_indices": [
|
39 |
+
12
|
40 |
+
],
|
41 |
+
"patch_size": 16,
|
42 |
+
"pool_scales": [
|
43 |
+
1,
|
44 |
+
2,
|
45 |
+
3,
|
46 |
+
6
|
47 |
+
],
|
48 |
+
"problem_type": "single_label_classification",
|
49 |
+
"reshape_hidden_states": true,
|
50 |
+
"semantic_loss_ignore_index": 255,
|
51 |
+
"stage_names": [
|
52 |
+
"stem",
|
53 |
+
"stage1",
|
54 |
+
"stage2",
|
55 |
+
"stage3",
|
56 |
+
"stage4",
|
57 |
+
"stage5",
|
58 |
+
"stage6",
|
59 |
+
"stage7",
|
60 |
+
"stage8",
|
61 |
+
"stage9",
|
62 |
+
"stage10",
|
63 |
+
"stage11",
|
64 |
+
"stage12"
|
65 |
+
],
|
66 |
+
"torch_dtype": "float32",
|
67 |
+
"transformers_version": "4.41.0",
|
68 |
+
"use_absolute_position_embeddings": false,
|
69 |
+
"use_auxiliary_head": true,
|
70 |
+
"use_mask_token": false,
|
71 |
+
"use_mean_pooling": true,
|
72 |
+
"use_relative_position_bias": true,
|
73 |
+
"use_shared_relative_position_bias": false,
|
74 |
+
"vocab_size": 8192
|
75 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e505e5dcfa13109b47aebebfe23fa9b3f257850f95cdbc2128bea6238ab58b79
|
3 |
+
size 343083404
|
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": 224,
|
44 |
+
"width": 224
|
45 |
+
}
|
46 |
+
}
|
runs/May23_15-11-04_2bc4f829fe52/events.out.tfevents.1716477065.2bc4f829fe52.989.30
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff67665cd78d84288cf9610afc998fa1a9ddb88edefc51d645a563c1e88635eb
|
3 |
+
size 9476
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d580ac797c7e814a0a81185fa141c9b67bdf82340213a29b80df0f477c10a73a
|
3 |
+
size 5176
|