Kushagra07
commited on
Commit
•
6fd8f18
1
Parent(s):
321b399
Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-large-patch16-224",
|
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": "AadhaarBack",
|
13 |
+
"1": "AadhaarBackMasked",
|
14 |
+
"10": "PanCard",
|
15 |
+
"11": "PassportFirst",
|
16 |
+
"12": "PassportLast",
|
17 |
+
"13": "PassportRegular",
|
18 |
+
"14": "VoterCardBack",
|
19 |
+
"15": "VoterCardFront",
|
20 |
+
"16": "VoterCardRegular",
|
21 |
+
"2": "AadhaarFront",
|
22 |
+
"3": "AadhaarFrontMasked",
|
23 |
+
"4": "AadhaarRegular",
|
24 |
+
"5": "AadhaarRegularMasked",
|
25 |
+
"6": "AadhaarSelfGenerated",
|
26 |
+
"7": "DrivingLicenseNew",
|
27 |
+
"8": "DrivingLicenseOld",
|
28 |
+
"9": "MultipleOVDs"
|
29 |
+
},
|
30 |
+
"image_size": 224,
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"intermediate_size": 4096,
|
33 |
+
"label2id": {
|
34 |
+
"AadhaarBack": "0",
|
35 |
+
"AadhaarBackMasked": "1",
|
36 |
+
"AadhaarFront": "2",
|
37 |
+
"AadhaarFrontMasked": "3",
|
38 |
+
"AadhaarRegular": "4",
|
39 |
+
"AadhaarRegularMasked": "5",
|
40 |
+
"AadhaarSelfGenerated": "6",
|
41 |
+
"DrivingLicenseNew": "7",
|
42 |
+
"DrivingLicenseOld": "8",
|
43 |
+
"MultipleOVDs": "9",
|
44 |
+
"PanCard": "10",
|
45 |
+
"PassportFirst": "11",
|
46 |
+
"PassportLast": "12",
|
47 |
+
"PassportRegular": "13",
|
48 |
+
"VoterCardBack": "14",
|
49 |
+
"VoterCardFront": "15",
|
50 |
+
"VoterCardRegular": "16"
|
51 |
+
},
|
52 |
+
"layer_norm_eps": 1e-12,
|
53 |
+
"model_type": "vit",
|
54 |
+
"num_attention_heads": 16,
|
55 |
+
"num_channels": 3,
|
56 |
+
"num_hidden_layers": 24,
|
57 |
+
"patch_size": 16,
|
58 |
+
"problem_type": "single_label_classification",
|
59 |
+
"qkv_bias": true,
|
60 |
+
"torch_dtype": "float32",
|
61 |
+
"transformers_version": "4.40.1"
|
62 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:134b636af7f8f7ca0a0f84bfe9c5c4f1c329e78d008840c375829dbb31c739e4
|
3 |
+
size 1213322772
|
preprocessor_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"resample",
|
7 |
+
"do_rescale",
|
8 |
+
"rescale_factor",
|
9 |
+
"do_normalize",
|
10 |
+
"image_mean",
|
11 |
+
"image_std",
|
12 |
+
"return_tensors",
|
13 |
+
"data_format",
|
14 |
+
"input_data_format"
|
15 |
+
],
|
16 |
+
"do_normalize": true,
|
17 |
+
"do_rescale": true,
|
18 |
+
"do_resize": true,
|
19 |
+
"image_mean": [
|
20 |
+
0.5,
|
21 |
+
0.5,
|
22 |
+
0.5
|
23 |
+
],
|
24 |
+
"image_processor_type": "ViTImageProcessor",
|
25 |
+
"image_std": [
|
26 |
+
0.5,
|
27 |
+
0.5,
|
28 |
+
0.5
|
29 |
+
],
|
30 |
+
"resample": 2,
|
31 |
+
"rescale_factor": 0.00392156862745098,
|
32 |
+
"size": {
|
33 |
+
"height": 224,
|
34 |
+
"width": 224
|
35 |
+
}
|
36 |
+
}
|
runs/May02_05-56-53_60f4804cf903/events.out.tfevents.1714629415.60f4804cf903.4117.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d991ff20a37bb9158518d45c088453dd4bd0d534ae22338e0530cbfa6ed1c7bd
|
3 |
+
size 12273
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc62fb477c4c8ef68532599eae37d6568b4a36d6d9f6bd54d08bc03d52220320
|
3 |
+
size 5112
|