shng2025 commited on
Commit
b02996a
1 Parent(s): b33cac8

Training in progress, step 100

Browse files
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "biodegradable",
13
+ "1": "cardboard",
14
+ "2": "glass",
15
+ "3": "metal",
16
+ "4": "paper",
17
+ "5": "plastic",
18
+ "6": "trash"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "biodegradable": "0",
25
+ "cardboard": "1",
26
+ "glass": "2",
27
+ "metal": "3",
28
+ "paper": "4",
29
+ "plastic": "5",
30
+ "trash": "6"
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "model_type": "vit",
34
+ "num_attention_heads": 12,
35
+ "num_channels": 3,
36
+ "num_hidden_layers": 12,
37
+ "patch_size": 16,
38
+ "problem_type": "single_label_classification",
39
+ "qkv_bias": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.42.4"
42
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:387e5c4ffb3424cde986b67c2f21f38e8a02e5874a102ba6d72db63d5126ab2d
3
+ size 343239356
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": "ViTFeatureExtractor",
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/Sep01_14-40-37_7689d3120dd1/events.out.tfevents.1725201638.7689d3120dd1.2982.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:452f52dcf94b0203831f752be756b99db1933e3352503a5ab239b9c0912cdb50
3
+ size 5073
runs/Sep01_14-41-33_7689d3120dd1/events.out.tfevents.1725201694.7689d3120dd1.2982.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c79276c0471013bf96708faf4955004d9def7d13375cad00dd916c3aa593ac9
3
+ size 5073
runs/Sep01_14-44-01_7689d3120dd1/events.out.tfevents.1725201842.7689d3120dd1.2982.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fd7c61fcf8967619c5db53c830dc902d3885529dd1e1278ee6d6ffc9eca4606
3
+ size 5073
runs/Sep01_14-45-05_7689d3120dd1/events.out.tfevents.1725201905.7689d3120dd1.2982.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:843c06e0edd920c0043e09d09d21c5d288e818379028634c99b78b7fdff5f208
3
+ size 6108
runs/Sep01_14-48-04_7689d3120dd1/events.out.tfevents.1725202085.7689d3120dd1.2982.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4160613c7d9c0985879bf17f9268c1d3959556d7ed912a75b0e8947b21ecd2c
3
+ size 7777
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d48561b8886f93d09984e12567f8c0cbf3a2db5a70787afeb7fc402ccf08e6cd
3
+ size 5176