averrous commited on
Commit
d3c74f5
1 Parent(s): dad6a2c

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "barbell biceps curl",
13
+ "1": "bench press",
14
+ "2": "chest fly machine",
15
+ "3": "deadlift",
16
+ "4": "decline bench press",
17
+ "5": "hammer curl",
18
+ "6": "hip thrust",
19
+ "7": "incline bench press",
20
+ "8": "lat pulldown",
21
+ "9": "lateral raises",
22
+ "10": "leg extension",
23
+ "11": "leg raises",
24
+ "12": "plank",
25
+ "13": "pull up",
26
+ "14": "push up",
27
+ "15": "romanian deadlift",
28
+ "16": "russian twist",
29
+ "17": "shoulder press",
30
+ "18": "squat",
31
+ "19": "t bar row",
32
+ "20": "tricep dips",
33
+ "21": "tricep pushdown"
34
+ },
35
+ "image_size": 224,
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 3072,
38
+ "label2id": {
39
+ "barbell biceps curl": 0,
40
+ "bench press": 1,
41
+ "chest fly machine": 2,
42
+ "deadlift": 3,
43
+ "decline bench press": 4,
44
+ "hammer curl": 5,
45
+ "hip thrust": 6,
46
+ "incline bench press": 7,
47
+ "lat pulldown": 8,
48
+ "lateral raises": 9,
49
+ "leg extension": 10,
50
+ "leg raises": 11,
51
+ "plank": 12,
52
+ "pull up": 13,
53
+ "push up": 14,
54
+ "romanian deadlift": 15,
55
+ "russian twist": 16,
56
+ "shoulder press": 17,
57
+ "squat": 18,
58
+ "t bar row": 19,
59
+ "tricep dips": 20,
60
+ "tricep pushdown": 21
61
+ },
62
+ "layer_norm_eps": 1e-12,
63
+ "model_type": "vit",
64
+ "num_attention_heads": 12,
65
+ "num_channels": 3,
66
+ "num_hidden_layers": 12,
67
+ "patch_size": 16,
68
+ "problem_type": "single_label_classification",
69
+ "qkv_bias": true,
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.41.0"
72
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1c3ad42772290093eb7de4251b21a57d87738bec4fbeba7163f54e2adffcf58
3
+ size 343285496
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
runs/May27_02-45-39_c45429fd62ff/events.out.tfevents.1716777940.c45429fd62ff.185.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59f2d09310906720b022176c65d6db9965053010e8d37f46038caec5dd16ba6b
3
+ size 6119
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f3e7e2f14496d476d47dca9507c23e31e9c5b60ad19841e30e736db32b42196
3
+ size 5112