siddharth963 commited on
Commit
eca2271
1 Parent(s): fb14717

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "CBB",
13
+ "1": "CBSD",
14
+ "2": "CGM",
15
+ "3": "CMD",
16
+ "4": "H"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "CBB": 0,
23
+ "CBSD": 1,
24
+ "CGM": 2,
25
+ "CMD": 3,
26
+ "H": 4
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "model_type": "vit",
30
+ "num_attention_heads": 12,
31
+ "num_channels": 3,
32
+ "num_hidden_layers": 12,
33
+ "patch_size": 16,
34
+ "problem_type": "single_label_classification",
35
+ "qkv_bias": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.20.1"
38
+ }
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:24c133078e5c20b7bfbc02a27d7120543d59b8041c81a8b1d421cd1cca1c5a5f
3
+ size 343276209
runs/Oct10_05-47-35_7de93997a7f7/1665380934.5945773/events.out.tfevents.1665380934.7de93997a7f7.18.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c568f85793b3fae5de77308bcb198185fd8305c54431e2c3df5e960d64834401
3
+ size 5399
runs/Oct10_05-47-35_7de93997a7f7/1665381465.6906393/events.out.tfevents.1665381465.7de93997a7f7.18.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82782bc69d1fed2263e1902f7a37c707fd74312463f3f4b350bd96d2cb35e127
3
+ size 5399
runs/Oct10_05-47-35_7de93997a7f7/1665382264.6310766/events.out.tfevents.1665382264.7de93997a7f7.18.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f6f64791d984471ef20b804d67a344c5b14e12aad38f025d42977103a007da3
3
+ size 5399
runs/Oct10_05-47-35_7de93997a7f7/events.out.tfevents.1665380934.7de93997a7f7.18.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9065486a5869e6d78ed6beb8112931c0c40717ad73387e8063139ac9e98ea047
3
+ size 7642
runs/Oct10_05-47-35_7de93997a7f7/events.out.tfevents.1665382264.7de93997a7f7.18.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db27f3ed49829806dbb203e696ce6ded968cf939640024f989553d5a4812795f
3
+ size 6092
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:041452e3db73cd2449a2ab8c7945ee70d7b8a3dd7dae1807daf4a1335bc489cb
3
+ size 3375