keithanpai commited on
Commit
220ae62
1 Parent(s): 3152432

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch32-384",
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": "akiecf",
13
+ "1": "bccf",
14
+ "2": "bklf",
15
+ "3": "dff",
16
+ "4": "melf",
17
+ "5": "nvf",
18
+ "6": "vascf"
19
+ },
20
+ "image_size": 384,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "akiecf": 0,
25
+ "bccf": 1,
26
+ "bklf": 2,
27
+ "dff": 3,
28
+ "melf": 4,
29
+ "nvf": 5,
30
+ "vascf": 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": 32,
38
+ "problem_type": "single_label_classification",
39
+ "qkv_bias": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.21.0"
42
+ }
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": 384
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed08a55f07ace4ec04a3b8a324b51738bacf025d65cdf8c2908c19747a5df634
3
+ size 350200497
runs/Jul31_21-03-03_7a5d0a66d0c3/1659301438.0137985/events.out.tfevents.1659301438.7a5d0a66d0c3.76.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5d99b9dff126fa71139ab334bf31c4abbd371afc4da078b678b06cd0a38821a
3
+ size 5476
runs/Jul31_21-03-03_7a5d0a66d0c3/events.out.tfevents.1659301438.7a5d0a66d0c3.76.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:806202b22dc5ed2f195032d101c7996393e96d1ab00eae8ff905d21b0f182c1c
3
+ size 5269
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240e84109e890413dc8afcc6f1751736a6afecadcfcbd4786aa65a0c1bd868fc
3
+ size 3375