malifiahm commited on
Commit
d4effa3
·
verified ·
1 Parent(s): 754da22

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Ambulance",
13
+ "1": "Barge",
14
+ "10": "Motorcycle",
15
+ "11": "Segway",
16
+ "12": "Snowmobile",
17
+ "13": "Tank",
18
+ "14": "Taxi",
19
+ "15": "Truck",
20
+ "16": "Van",
21
+ "2": "Bicycle",
22
+ "3": "Boat",
23
+ "4": "Bus",
24
+ "5": "Car",
25
+ "6": "Cart",
26
+ "7": "Caterpillar",
27
+ "8": "Helicopter",
28
+ "9": "Limousine"
29
+ },
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "label2id": {
34
+ "Ambulance": "0",
35
+ "Barge": "1",
36
+ "Bicycle": "2",
37
+ "Boat": "3",
38
+ "Bus": "4",
39
+ "Car": "5",
40
+ "Cart": "6",
41
+ "Caterpillar": "7",
42
+ "Helicopter": "8",
43
+ "Limousine": "9",
44
+ "Motorcycle": "10",
45
+ "Segway": "11",
46
+ "Snowmobile": "12",
47
+ "Tank": "13",
48
+ "Taxi": "14",
49
+ "Truck": "15",
50
+ "Van": "16"
51
+ },
52
+ "layer_norm_eps": 1e-12,
53
+ "model_type": "vit",
54
+ "num_attention_heads": 12,
55
+ "num_channels": 3,
56
+ "num_hidden_layers": 12,
57
+ "patch_size": 16,
58
+ "problem_type": "single_label_classification",
59
+ "qkv_bias": true,
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.37.2"
62
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c245240f455d3709a130661d2a5574a846cb8c861711735844b6ffa08b9fc482
3
+ size 343270116
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/Feb25_12-08-43_623ad8af5630/events.out.tfevents.1708862924.623ad8af5630.214.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d89ba45d2fb30668ab5e798c1c870be8db8de95dc6542fbbb0d7fc21b5e4fa48
3
+ size 5304
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5fd43b9e7583863c2c26a931f4ee4e17b454d705ed1a9f075cd9c312d260dbb
3
+ size 4728