pkr7098 commited on
Commit
322594f
·
verified ·
1 Parent(s): 25bd4d1

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "finetuning_task": "image-classification",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "airplane",
14
+ "1": "automobile",
15
+ "2": "bird",
16
+ "3": "cat",
17
+ "4": "deer",
18
+ "5": "dog",
19
+ "6": "frog",
20
+ "7": "horse",
21
+ "8": "ship",
22
+ "9": "truck"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "airplane": "0",
29
+ "automobile": "1",
30
+ "bird": "2",
31
+ "cat": "3",
32
+ "deer": "4",
33
+ "dog": "5",
34
+ "frog": "6",
35
+ "horse": "7",
36
+ "ship": "8",
37
+ "truck": "9"
38
+ },
39
+ "layer_norm_eps": 1e-12,
40
+ "model_type": "vit",
41
+ "num_attention_heads": 12,
42
+ "num_channels": 3,
43
+ "num_hidden_layers": 12,
44
+ "patch_size": 16,
45
+ "problem_type": "single_label_classification",
46
+ "qkv_bias": true,
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.38.0"
49
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d04d5ea53b2061f7fd2fc3756153af19629744517dba81e1ffcfe47bd6824f2
3
+ size 343248584
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/Aug16_14-05-48_kwangryeol-OMEN-30L-Desktop-GT13-1xxx/events.out.tfevents.1723784758.kwangryeol-OMEN-30L-Desktop-GT13-1xxx.2820683.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97e0608b3ce5d6c0842bf869c5c5bb093651fd5489d40099d749b08fae63f2b0
3
+ size 117314
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c46e5040e34bd9abb0400e7339e6ddabaeb06796c9232381f9598561322f770
3
+ size 5048