fashxp commited on
Commit
e7f0f4d
1 Parent(s): 0e05a3c

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ac cars",
13
+ "1": "alfa romeo",
14
+ "10": "ferrari",
15
+ "11": "fiat",
16
+ "12": "ford",
17
+ "13": "jaguar",
18
+ "14": "lamborghini",
19
+ "15": "lincoln",
20
+ "16": "mercedes",
21
+ "17": "mercury",
22
+ "18": "mga",
23
+ "19": "morris",
24
+ "2": "aston martin",
25
+ "20": "peugeot",
26
+ "21": "pontiac",
27
+ "22": "porsche",
28
+ "23": "renault",
29
+ "24": "trabant",
30
+ "25": "triumph",
31
+ "26": "vw",
32
+ "3": "austin healey",
33
+ "4": "bmw",
34
+ "5": "buick",
35
+ "6": "cadillac",
36
+ "7": "chevrolet",
37
+ "8": "citroen",
38
+ "9": "dodge"
39
+ },
40
+ "image_size": 224,
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 3072,
43
+ "label2id": {
44
+ "ac cars": "0",
45
+ "alfa romeo": "1",
46
+ "aston martin": "2",
47
+ "austin healey": "3",
48
+ "bmw": "4",
49
+ "buick": "5",
50
+ "cadillac": "6",
51
+ "chevrolet": "7",
52
+ "citroen": "8",
53
+ "dodge": "9",
54
+ "ferrari": "10",
55
+ "fiat": "11",
56
+ "ford": "12",
57
+ "jaguar": "13",
58
+ "lamborghini": "14",
59
+ "lincoln": "15",
60
+ "mercedes": "16",
61
+ "mercury": "17",
62
+ "mga": "18",
63
+ "morris": "19",
64
+ "peugeot": "20",
65
+ "pontiac": "21",
66
+ "porsche": "22",
67
+ "renault": "23",
68
+ "trabant": "24",
69
+ "triumph": "25",
70
+ "vw": "26"
71
+ },
72
+ "layer_norm_eps": 1e-12,
73
+ "model_type": "vit",
74
+ "num_attention_heads": 12,
75
+ "num_channels": 3,
76
+ "num_hidden_layers": 12,
77
+ "patch_size": 16,
78
+ "problem_type": "single_label_classification",
79
+ "qkv_bias": true,
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.35.2"
82
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77fc34bbbfb5f873cd71a7c761ca93154a4a6ab71fcd249444cc527c3c4b9348
3
+ size 343300876
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
+ }
runs/Nov22_13-15-54_46506a07ddb4/events.out.tfevents.1700658955.46506a07ddb4.12812.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ac349a59b0d7c354631ecb639de7f779bae02b65cf02a4b55092d98e21afd72
3
+ size 5669
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c316fdb2d170368f68d0880a40c7004d2b4ad542d5ef60a42ad33ee92dd0089
3
+ size 4600