minhdang1 commited on
Commit
76003df
1 Parent(s): 4d29a16

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-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": 768,
11
+ "id2label": {
12
+ "0": "bar",
13
+ "1": "grocery",
14
+ "2": "restaurant",
15
+ "3": "supermarket"
16
+ },
17
+ "image_size": 224,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "bar": 0,
22
+ "grocery": 1,
23
+ "restaurant": 2,
24
+ "supermarket": 3
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "model_type": "vit",
28
+ "num_attention_heads": 12,
29
+ "num_channels": 3,
30
+ "num_hidden_layers": 12,
31
+ "patch_size": 16,
32
+ "problem_type": "single_label_classification",
33
+ "qkv_bias": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.35.0"
36
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b220cb8fa70d92ed170600bf9fb29500a74a5530f30a43132d377799051d00b
3
+ size 343230128
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
+ }
runs/Jun18_22-36-59_DangPC/events.out.tfevents.1718725020.DangPC.23750.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18769dc8944b62ef24f7862e99abaacadf8e622d54c8d50496630d35402e73b2
3
+ size 4423
runs/Jun18_22-37-38_DangPC/events.out.tfevents.1718725059.DangPC.24159.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7464d4f52756bb7ef15e80c42e03b12daa44aad87afe69cce73ba374f6682c89
3
+ size 4423
runs/Jun18_22-38-12_DangPC/events.out.tfevents.1718725093.DangPC.24558.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6b5e14695b75582278ef80179f90d2d111031d91ce29c242fbb6b92e1c8ac56
3
+ size 4421
runs/Jun18_22-38-52_DangPC/events.out.tfevents.1718725133.DangPC.24964.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4910c8862b2a25437bf88e18d8772f1b951faad93921051fdedd4765243c69c4
3
+ size 28669
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db20931b9bf343025bd4afdd220ba892fea3d391db3ea8b3e459c0f5c420027
3
+ size 4664