Training in progress, epoch 1
Browse files- config.json +46 -0
- logs/events.out.tfevents.1731857457.AZHAR-PC.352363.0 +3 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- training_args.bin +3 -0
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": "HGLO",
|
| 14 |
+
"2": "UGLO",
|
| 15 |
+
"3": "MWL",
|
| 16 |
+
"4": "MGSO",
|
| 17 |
+
"5": "HGSO",
|
| 18 |
+
"6": "MGLO",
|
| 19 |
+
"7": "LGSO",
|
| 20 |
+
"8": "MWS"
|
| 21 |
+
},
|
| 22 |
+
"image_size": 224,
|
| 23 |
+
"initializer_range": 0.02,
|
| 24 |
+
"intermediate_size": 4096,
|
| 25 |
+
"label2id": {
|
| 26 |
+
"HGLO": 1,
|
| 27 |
+
"HGSO": 5,
|
| 28 |
+
"LGLO": 0,
|
| 29 |
+
"LGSO": 7,
|
| 30 |
+
"MGLO": 6,
|
| 31 |
+
"MGSO": 4,
|
| 32 |
+
"MWL": 3,
|
| 33 |
+
"MWS": 8,
|
| 34 |
+
"UGLO": 2
|
| 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.1731857457.AZHAR-PC.352363.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af0c14f16338865f1d0ec16fa6f4b6229730da87853b5b4bb5d79b94a71cb8b1
|
| 3 |
+
size 7930
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f05e0a53cc6c76ed6ab45c052fcaf9158c03384e5231f5c3c49d79bbd1898ed
|
| 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:35afe7fa01a448dae52dab4b7fc3657336670ec7c13c1e80d18a186e024d999f
|
| 3 |
+
size 5304
|