nielsr HF staff commited on
Commit
bc85416
1 Parent(s): 389a23e

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "airplane",
12
+ "1": "automobile",
13
+ "2": "bird",
14
+ "3": "cat",
15
+ "4": "deer",
16
+ "5": "dog",
17
+ "6": "frog",
18
+ "7": "horse",
19
+ "8": "ship",
20
+ "9": "truck"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "airplane": "0",
27
+ "automobile": "1",
28
+ "bird": "2",
29
+ "cat": "3",
30
+ "deer": "4",
31
+ "dog": "5",
32
+ "frog": "6",
33
+ "horse": "7",
34
+ "ship": "8",
35
+ "truck": "9"
36
+ },
37
+ "layer_norm_eps": 1e-12,
38
+ "model_type": "vit",
39
+ "num_attention_heads": 12,
40
+ "num_channels": 3,
41
+ "num_hidden_layers": 12,
42
+ "patch_size": 16,
43
+ "qkv_bias": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.16.2"
46
+ }
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:bbc7bf13835d2bfe76233cdc9ac4e75b2ea11f8f4f381711926f421fc8cf9a53
3
+ size 343304433
runs/Feb11_15-00-31_335ac846bbed/1644591946.8412654/events.out.tfevents.1644591946.335ac846bbed.81.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc2cd6ce7c2e5736db7b114a05e76f4367756b5fa15e4dd010205c345b1c2a91
3
+ size 4848
runs/Feb11_15-00-31_335ac846bbed/events.out.tfevents.1644591946.335ac846bbed.81.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d013089ec8522a4e5fedb9d0aa6a103d2057c4605d0b841cc158809e64171ab
3
+ size 10050
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd1551675a46945ed92d69370f5abb41ee55ada5473c259665024a700de2e010
3
+ size 3055