masafresh commited on
Commit
9ed48d0
1 Parent(s): 34dbaea

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-large-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": 1024,
11
+ "id2label": {
12
+ "0": "LGLO",
13
+ "1": "MGLO",
14
+ "2": "HGLO",
15
+ "3": "UGLO",
16
+ "4": "MGSO",
17
+ "5": "LGSO",
18
+ "6": "HGSO",
19
+ "7": "MWS",
20
+ "8": "MWL"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 4096,
25
+ "label2id": {
26
+ "HGLO": 2,
27
+ "HGSO": 6,
28
+ "LGLO": 0,
29
+ "LGSO": 5,
30
+ "MGLO": 1,
31
+ "MGSO": 4,
32
+ "MWL": 8,
33
+ "MWS": 7,
34
+ "UGLO": 3
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "model_type": "vit",
38
+ "num_attention_heads": 16,
39
+ "num_channels": 3,
40
+ "num_hidden_layers": 24,
41
+ "patch_size": 16,
42
+ "problem_type": "single_label_classification",
43
+ "qkv_bias": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.45.2"
46
+ }
logs/events.out.tfevents.1731785374.AZHAR-PC.2192316.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b2bc9b84b4be304d66fd23ee23a59af4df8231c37e507f7d3ef662ca53e781b
3
+ size 5860
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8056df719649486300f0d272e302925750d980b7e6baea9cc9f3d441b96d5aa8
3
+ size 1213289972
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b422c2e122fc8e5afbf69fd73b2bfe55e5386b59273ea2f493a2131bde9975d7
3
+ size 5304