khalilUoM commited on
Commit
ebe4c4c
1 Parent(s): 067dfa5

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224",
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": "Elbove Extension",
13
+ "1": "KNEE Flexion",
14
+ "2": "NECK Exercise",
15
+ "3": "PlanterFlexion of Foot",
16
+ "4": "Trunk Extension",
17
+ "5": "Trunk Flexion",
18
+ "6": "Wrist Extension",
19
+ "7": "Wrist Flexion"
20
+ },
21
+ "image_size": 224,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "Elbove Extension": 0,
26
+ "KNEE Flexion": 1,
27
+ "NECK Exercise": 2,
28
+ "PlanterFlexion of Foot": 3,
29
+ "Trunk Extension": 4,
30
+ "Trunk Flexion": 5,
31
+ "Wrist Extension": 6,
32
+ "Wrist Flexion": 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
+ "problem_type": "single_label_classification",
41
+ "qkv_bias": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.35.2"
44
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1dbc76906f52d73bdf8d7720fad32a5538a8584828f6182b4059be7027228d1
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
+ }
runs/Dec05_09-11-54_13e2d283fe4c/events.out.tfevents.1701767563.13e2d283fe4c.689.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34e24fca589fe14266b690675ec0431ae0c71160f5f0c44d33db344541e822d1
3
+ size 5204
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898f9997322a7d0fbbe964b30960e81e819e946becc9458569b40e44342d9334
3
+ size 4536