yotasr commited on
Commit
1af96f0
1 Parent(s): 3117864

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Sabil-Kuttab",
13
+ "1": "abdelrahman katkhuda way",
14
+ "2": "al aqmar mosque",
15
+ "3": "al hakim mosque",
16
+ "4": "azhar mosque",
17
+ "5": "ftouh door",
18
+ "6": "hmam enal",
19
+ "7": "mariam's tree",
20
+ "8": "nafisa way",
21
+ "9": "refai mosque",
22
+ "10": "salah el din castle",
23
+ "11": "school of sultan hassan",
24
+ "12": "sultan barquq school and khanqah",
25
+ "13": "taz palace",
26
+ "14": "zowela door"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "Sabil-Kuttab": 0,
33
+ "abdelrahman katkhuda way": 1,
34
+ "al aqmar mosque": 2,
35
+ "al hakim mosque": 3,
36
+ "azhar mosque": 4,
37
+ "ftouh door": 5,
38
+ "hmam enal": 6,
39
+ "mariam's tree": 7,
40
+ "nafisa way": 8,
41
+ "refai mosque": 9,
42
+ "salah el din castle": 10,
43
+ "school of sultan hassan": 11,
44
+ "sultan barquq school and khanqah": 12,
45
+ "taz palace": 13,
46
+ "zowela door": 14
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "model_type": "vit",
50
+ "num_attention_heads": 12,
51
+ "num_channels": 3,
52
+ "num_hidden_layers": 12,
53
+ "patch_size": 16,
54
+ "problem_type": "single_label_classification",
55
+ "qkv_bias": true,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.38.2"
58
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a807af17e7d1a8e4cb965f0ab9516507654641a9dd81b78697f9f064cae6991c
3
+ size 343263964
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.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Mar20_14-57-48_WIN-02HNDFA89LH/events.out.tfevents.1710939476.WIN-02HNDFA89LH.5148.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbef7bbd919b74f97c4308879416b79750dfe3800370ed46f56daba6f676c704
3
+ size 7181
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c04cb6e00320d4e059db05b114afad8ec91aa1cda8278826d3d82fac96267c04
3
+ size 4984