averrous commited on
Commit
986209b
·
verified ·
1 Parent(s): e3a1a51

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/vit-msn-base",
3
+ "architectures": [
4
+ "ViTMSNForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "barbell biceps curl",
12
+ "1": "bench press",
13
+ "2": "chest fly machine",
14
+ "3": "deadlift",
15
+ "4": "decline bench press",
16
+ "5": "hammer curl",
17
+ "6": "hip thrust",
18
+ "7": "incline bench press",
19
+ "8": "lat pulldown",
20
+ "9": "lateral raises",
21
+ "10": "leg extension",
22
+ "11": "leg raises",
23
+ "12": "plank",
24
+ "13": "pull up",
25
+ "14": "push up",
26
+ "15": "romanian deadlift",
27
+ "16": "russian twist",
28
+ "17": "shoulder press",
29
+ "18": "squat",
30
+ "19": "t bar row",
31
+ "20": "tricep dips",
32
+ "21": "tricep pushdown"
33
+ },
34
+ "image_size": 224,
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "barbell biceps curl": 0,
39
+ "bench press": 1,
40
+ "chest fly machine": 2,
41
+ "deadlift": 3,
42
+ "decline bench press": 4,
43
+ "hammer curl": 5,
44
+ "hip thrust": 6,
45
+ "incline bench press": 7,
46
+ "lat pulldown": 8,
47
+ "lateral raises": 9,
48
+ "leg extension": 10,
49
+ "leg raises": 11,
50
+ "plank": 12,
51
+ "pull up": 13,
52
+ "push up": 14,
53
+ "romanian deadlift": 15,
54
+ "russian twist": 16,
55
+ "shoulder press": 17,
56
+ "squat": 18,
57
+ "t bar row": 19,
58
+ "tricep dips": 20,
59
+ "tricep pushdown": 21
60
+ },
61
+ "layer_norm_eps": 1e-06,
62
+ "model_type": "vit_msn",
63
+ "num_attention_heads": 12,
64
+ "num_channels": 3,
65
+ "num_hidden_layers": 12,
66
+ "patch_size": 16,
67
+ "problem_type": "single_label_classification",
68
+ "qkv_bias": true,
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.41.0"
71
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90fc83d95cc9b13964f918bb35e3e8ad4b108dd622ee13c598dfdcf8e429e1ca
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.485,
21
+ 0.456,
22
+ 0.406
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.229,
27
+ 0.224,
28
+ 0.225
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
runs/May27_04-39-50_9167730a47af/events.out.tfevents.1716784791.9167730a47af.375.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33fe4a2cff93bb05c648ca568265cbca591856a28915d4f3be743356ef03e102
3
+ size 6552
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e82885c08459b7374b991466de57caaee6ae779994747afd1c10d32578b57e6d
3
+ size 5112