sakethchalla commited on
Commit
1016833
·
1 Parent(s): a75b5bf

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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",
13
+ "1": "b",
14
+ "10": "m",
15
+ "11": "n",
16
+ "12": "o",
17
+ "13": "p",
18
+ "14": "q",
19
+ "15": "r",
20
+ "16": "s",
21
+ "17": "t",
22
+ "18": "u",
23
+ "19": "v",
24
+ "2": "c",
25
+ "20": "w",
26
+ "21": "x",
27
+ "22": "y",
28
+ "23": "z",
29
+ "3": "d",
30
+ "4": "e",
31
+ "5": "f",
32
+ "6": "g",
33
+ "7": "i",
34
+ "8": "k",
35
+ "9": "l"
36
+ },
37
+ "image_size": 224,
38
+ "initializer_range": 0.02,
39
+ "intermediate_size": 3072,
40
+ "label2id": {
41
+ "a": "0",
42
+ "b": "1",
43
+ "c": "2",
44
+ "d": "3",
45
+ "e": "4",
46
+ "f": "5",
47
+ "g": "6",
48
+ "i": "7",
49
+ "k": "8",
50
+ "l": "9",
51
+ "m": "10",
52
+ "n": "11",
53
+ "o": "12",
54
+ "p": "13",
55
+ "q": "14",
56
+ "r": "15",
57
+ "s": "16",
58
+ "t": "17",
59
+ "u": "18",
60
+ "v": "19",
61
+ "w": "20",
62
+ "x": "21",
63
+ "y": "22",
64
+ "z": "23"
65
+ },
66
+ "layer_norm_eps": 1e-12,
67
+ "model_type": "vit",
68
+ "num_attention_heads": 12,
69
+ "num_channels": 3,
70
+ "num_hidden_layers": 12,
71
+ "patch_size": 16,
72
+ "problem_type": "single_label_classification",
73
+ "qkv_bias": true,
74
+ "torch_dtype": "float32",
75
+ "transformers_version": "4.27.4"
76
+ }
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": "ViTImageProcessor",
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0267c9812412b6e0572b7245c3acfa8c0d22690ff597951f4c0efe709f006020
3
+ size 343336365
runs/Apr09_08-12-54_f6bd3d85da0d/1681028003.2796493/events.out.tfevents.1681028003.f6bd3d85da0d.152.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:930e39bd40c10d298548b8aff2870f440216ca6521d83a5e0b20d625d793530f
3
+ size 5809
runs/Apr09_08-12-54_f6bd3d85da0d/events.out.tfevents.1681028003.f6bd3d85da0d.152.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20373d62444aedb5553eec8c1d3293579bc0be2c6e0c77bba7b09558a8cb7309
3
+ size 5042
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc6b2e6aa89ea79da4fb18bd15f7e8ad281b91f58e2ed341f46130c7d41fd3d
3
+ size 3579