hmrizal commited on
Commit
ece8d75
·
verified ·
1 Parent(s): 7757bd5

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "aluminium",
13
+ "1": "batteries",
14
+ "10": "takeaway cups",
15
+ "2": "cardboard",
16
+ "3": "disposable plates",
17
+ "4": "glass",
18
+ "5": "hard plastic",
19
+ "6": "paper",
20
+ "7": "paper towel",
21
+ "8": "polystyrene",
22
+ "9": "soft plastics"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "aluminium": "0",
29
+ "batteries": "1",
30
+ "cardboard": "2",
31
+ "disposable plates": "3",
32
+ "glass": "4",
33
+ "hard plastic": "5",
34
+ "paper": "6",
35
+ "paper towel": "7",
36
+ "polystyrene": "8",
37
+ "soft plastics": "9",
38
+ "takeaway cups": "10"
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "model_type": "vit",
42
+ "num_attention_heads": 12,
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 12,
45
+ "patch_size": 16,
46
+ "problem_type": "single_label_classification",
47
+ "qkv_bias": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.41.2"
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f28e4d56f2d26b11b8f690575611453fde4cff76749d22a37029c92567248405
3
+ size 343251660
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/Jun15_01-59-57_3a53707380cf/events.out.tfevents.1718416812.3a53707380cf.1678.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:501ce66825c0fc8103dd391ba3eb3164dd9deae24a756b2138233a66cbae85d8
3
+ size 5400
runs/Jun15_02-03-09_3a53707380cf/events.out.tfevents.1718416996.3a53707380cf.1678.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:746ce6dbe0e92dc83e7e086174fbaffc686e42ca457da3631ca6abaf6a50fd67
3
+ size 5399
runs/Jun15_02-07-47_3a53707380cf/events.out.tfevents.1718417276.3a53707380cf.1678.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:366dbb062d0717477e5296b8b5d0ed75f08385c80cdf2e397d501ac1d1361099
3
+ size 5397
runs/Jun15_02-11-47_3a53707380cf/events.out.tfevents.1718417515.3a53707380cf.1678.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d0cc1f5d140a240658d31a112fb7e24fa96d25ad3e7ae6827c77a0472c3613
3
+ size 5723
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c5c63b672243b9119acf0d101f2bde75dd7ea4f22c5096f9e9d6241bc3610b4
3
+ size 5176