ansilmbabl commited on
Commit
e388419
1 Parent(s): 53d23bd

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ansilmbabl/vit-base-patch16-224-in21k-cards-june-07-cropping-filtered-preprocess-change-test",
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": "Grade_01",
13
+ "1": "Grade_02",
14
+ "2": "Grade_03",
15
+ "3": "Grade_04",
16
+ "4": "Grade_05",
17
+ "5": "Grade_06",
18
+ "6": "Grade_07",
19
+ "7": "Grade_08",
20
+ "8": "Grade_09",
21
+ "9": "Grade_10"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "Grade_01": "0",
28
+ "Grade_02": "1",
29
+ "Grade_03": "2",
30
+ "Grade_04": "3",
31
+ "Grade_05": "4",
32
+ "Grade_06": "5",
33
+ "Grade_07": "6",
34
+ "Grade_08": "7",
35
+ "Grade_09": "8",
36
+ "Grade_10": "9"
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "model_type": "vit",
40
+ "num_attention_heads": 12,
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 12,
43
+ "patch_size": 16,
44
+ "problem_type": "single_label_classification",
45
+ "qkv_bias": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.41.2"
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3967e4138c7db2858528604624ec84f29362b91b0ec2df8a464f951ffbcd904e
3
+ size 343248584
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/Jun08_22-12-29_e2e-66-39/events.out.tfevents.1717864951.e2e-66-39.1942681.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4e46e26e4e74db41eb849836dd579539fc6078544ae859a3e0029f87b96870a
3
+ size 5552
runs/Jun08_22-15-33_e2e-66-39/events.out.tfevents.1717865134.e2e-66-39.1942681.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16cd010cb8a3d3d32628e709d5f8ccb01b1e644eba016534afc06cdd8bb57289
3
+ size 5552
runs/Jun08_22-16-29_e2e-66-39/events.out.tfevents.1717865190.e2e-66-39.1942681.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b9fea2b8046260d17a3543261f0ff1258bc1c6e380ecf24504a21357195fca9
3
+ size 5550
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d6586989a962746296d0b3e8c803dbf106f7933910b540ca46c555a9450b0e7
3
+ size 4795