harish03 commited on
Commit
116ba34
1 Parent(s): 2d90ce9

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "AFRICAN_LEOPARD",
13
+ "1": "CARACAL",
14
+ "2": "CHEETAH",
15
+ "3": "CLOUDED_LEOPARD",
16
+ "4": "JAGUAR",
17
+ "5": "LION",
18
+ "6": "OCELOT",
19
+ "7": "PUMA",
20
+ "8": "SNOW_LEOPARD",
21
+ "9": "TIGER"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "AFRICAN_LEOPARD": "0",
28
+ "CARACAL": "1",
29
+ "CHEETAH": "2",
30
+ "CLOUDED_LEOPARD": "3",
31
+ "JAGUAR": "4",
32
+ "LION": "5",
33
+ "OCELOT": "6",
34
+ "PUMA": "7",
35
+ "SNOW_LEOPARD": "8",
36
+ "TIGER": "9"
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "model_type": "vit",
40
+ "num_attention_heads": 12,
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 12,
43
+ "patch_size": 16,
44
+ "problem_type": "single_label_classification",
45
+ "qkv_bias": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.28.1"
48
+ }
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:74b3be53cdb98c346ffd38c68660ddbcdd532c3f43f09566d728b78ddb2f94a2
3
+ size 343293293
runs/Apr16_14-06-15_3ef8730697e8/1681653980.9673283/events.out.tfevents.1681653980.3ef8730697e8.391.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67be0ed3efa4baf123d4918ab445d4ea635e9d0a6b5b23b8eb12073d13eb669d
3
+ size 5850
runs/Apr16_14-06-15_3ef8730697e8/events.out.tfevents.1681653980.3ef8730697e8.391.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dbcb45bdaedad194b26edb9a34b9289c4fc8546f3670f266a90e55596a8a5bd
3
+ size 4935
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71b9ce307806fb62d7593c561f416e430f904a107fd1764f0d6a20d2c3fd0944
3
+ size 3579