siddharth963 commited on
Commit
6482e66
1 Parent(s): c4452fb

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-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": "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:375ec7f174b3ea7a5a348ddf719dc6100ee20ba2b9e875506c21c43e7ac97811
3
+ size 343276209
runs/Oct12_17-13-14_bf41a5613949/1665594839.1187599/events.out.tfevents.1665594839.bf41a5613949.17.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d3911efb9cc88c4afa3112f3a7f9167ec7c6e3d913687aac3cca1692050b522
3
+ size 5425
runs/Oct12_17-13-14_bf41a5613949/events.out.tfevents.1665594839.bf41a5613949.17.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f75eda8d21d7801da45fe0447c8e4df0ccf83c04b4b11f661c9f99b430300829
3
+ size 6578
runs/Oct12_17-37-40_bf41a5613949/1665596491.4561412/events.out.tfevents.1665596491.bf41a5613949.17.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8d726a1b223fd12f79dc37a7c2bd7682b80c94e48ca28156e18ba4ff1d8f907
3
+ size 5420
runs/Oct12_17-37-40_bf41a5613949/events.out.tfevents.1665596491.bf41a5613949.17.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0551c317529df41a0295499bc296e08fb170896a1603f435067fd2b30e145f3
3
+ size 6102
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1057fd4ce9e5fc7e770934dae71b3fb3c2042f34d897edf3f8d0e25e78e0b8f4
3
+ size 3375