YoussefSaad commited on
Commit
559af27
1 Parent(s): 6884ca3

Training in progress, step 100

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "A Line Dress",
13
+ "1": "Blazer Dress",
14
+ "2": "Bodycon Dress",
15
+ "3": "Shirt Dress",
16
+ "4": "Slip Dress",
17
+ "5": "T Shirt Dress"
18
+ },
19
+ "image_size": 224,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "A Line Dress": "0",
24
+ "Blazer Dress": "1",
25
+ "Bodycon Dress": "2",
26
+ "Shirt Dress": "3",
27
+ "Slip Dress": "4",
28
+ "T Shirt Dress": "5"
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "model_type": "vit",
32
+ "num_attention_heads": 12,
33
+ "num_channels": 3,
34
+ "num_hidden_layers": 12,
35
+ "patch_size": 16,
36
+ "problem_type": "single_label_classification",
37
+ "qkv_bias": true,
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.23.1"
40
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 2,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a6e99155c3be1d8c618b1b24dcc2f76a94c43e6ff2ee30a685fea7e5b238700
3
+ size 343279281
runs/Oct25_22-24-12_81193b243c9f/1666736732.1017587/events.out.tfevents.1666736732.81193b243c9f.77.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:748ac9b61a434257466d706a4158ec278695cf3fc3762b3c17e83111eb826b6a
3
+ size 5454
runs/Oct25_22-24-12_81193b243c9f/events.out.tfevents.1666736732.81193b243c9f.77.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6e4ff4a1971054731767d634d5736c7d0d75ff5661ee6634580957b41dae4a8
3
+ size 5751
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c30d0eb7688b03c7e7757c35c8226457f2074ae096e76379a106a6428175243
3
+ size 3375