nenzilea commited on
Commit
161419c
·
verified ·
1 Parent(s): 856a5a3

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "dtype": "float32",
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "BMW",
13
+ "1": "Ferrari",
14
+ "2": "Ford",
15
+ "3": "Jeep",
16
+ "4": "Lamborghini",
17
+ "5": "Porsche",
18
+ "6": "Rolls-Royce",
19
+ "7": "Toyota"
20
+ },
21
+ "image_size": 224,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "BMW": 0,
26
+ "Ferrari": 1,
27
+ "Ford": 2,
28
+ "Jeep": 3,
29
+ "Lamborghini": 4,
30
+ "Porsche": 5,
31
+ "Rolls-Royce": 6,
32
+ "Toyota": 7
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "model_type": "vit",
36
+ "num_attention_heads": 12,
37
+ "num_channels": 3,
38
+ "num_hidden_layers": 12,
39
+ "patch_size": 16,
40
+ "pooler_act": "tanh",
41
+ "pooler_output_size": 768,
42
+ "problem_type": "single_label_classification",
43
+ "qkv_bias": true,
44
+ "transformers_version": "5.5.4",
45
+ "use_cache": false
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1ffc484422b11bc81709dacb25f9e1edc3c2a7c9922d9aa826850a952b55f08
3
+ size 343242432
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:667e91de5f9f0e7f040635a9365c3bd5b13998298c8ace8948fea3d9269304fd
3
+ size 5265