khalilUoM commited on
Commit
a1c1f33
1 Parent(s): bf850dc

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,13 +1,22 @@
1
  {
2
- "_name_or_path": "google/vit-large-patch32-384",
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": 1024,
 
 
 
 
11
  "id2label": {
12
  "0": "Elbove Extension",
13
  "1": "KNEE Flexion",
@@ -18,9 +27,8 @@
18
  "6": "Wrist Extension",
19
  "7": "Wrist Flexion"
20
  },
21
- "image_size": 384,
22
  "initializer_range": 0.02,
23
- "intermediate_size": 4096,
24
  "label2id": {
25
  "Elbove Extension": 0,
26
  "KNEE Flexion": 1,
@@ -32,13 +40,25 @@
32
  "Wrist Flexion": 7
33
  },
34
  "layer_norm_eps": 1e-12,
35
- "model_type": "vit",
36
- "num_attention_heads": 16,
37
  "num_channels": 3,
38
- "num_hidden_layers": 24,
39
- "patch_size": 32,
 
 
 
 
 
 
40
  "problem_type": "single_label_classification",
41
- "qkv_bias": true,
 
 
 
 
 
 
42
  "torch_dtype": "float32",
43
  "transformers_version": "4.43.3"
44
  }
 
1
  {
2
+ "_name_or_path": "facebook/convnext-tiny-224",
3
  "architectures": [
4
+ "ConvNextForImageClassification"
5
  ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 9,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
  "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 96,
16
+ 192,
17
+ 384,
18
+ 768
19
+ ],
20
  "id2label": {
21
  "0": "Elbove Extension",
22
  "1": "KNEE Flexion",
 
27
  "6": "Wrist Extension",
28
  "7": "Wrist Flexion"
29
  },
30
+ "image_size": 224,
31
  "initializer_range": 0.02,
 
32
  "label2id": {
33
  "Elbove Extension": 0,
34
  "KNEE Flexion": 1,
 
40
  "Wrist Flexion": 7
41
  },
42
  "layer_norm_eps": 1e-12,
43
+ "layer_scale_init_value": 1e-06,
44
+ "model_type": "convnext",
45
  "num_channels": 3,
46
+ "num_stages": 4,
47
+ "out_features": [
48
+ "stage4"
49
+ ],
50
+ "out_indices": [
51
+ 4
52
+ ],
53
+ "patch_size": 4,
54
  "problem_type": "single_label_classification",
55
+ "stage_names": [
56
+ "stem",
57
+ "stage1",
58
+ "stage2",
59
+ "stage3",
60
+ "stage4"
61
+ ],
62
  "torch_dtype": "float32",
63
  "transformers_version": "4.43.3"
64
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:536b90520914728259137c58130c5db84176286ec2b27b42464947cb24b7cfab
3
- size 1222510088
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d53b308df38f42ea7f7b5160aa245d603ce3319cee56503c2bc87627c418389
3
+ size 111326392
preprocessor_config.json CHANGED
@@ -1,22 +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": 384,
20
- "width": 384
21
  }
22
  }
 
1
  {
2
+ "crop_pct": 0.875,
3
  "do_normalize": true,
4
  "do_rescale": true,
5
  "do_resize": true,
6
  "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
  ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
  "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
  ],
17
+ "resample": 3,
18
  "rescale_factor": 0.00392156862745098,
19
  "size": {
20
+ "shortest_edge": 224
 
21
  }
22
  }
runs/Jul30_06-29-23_64c3671c02ec/events.out.tfevents.1722320991.64c3671c02ec.351.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67a103f4b83c4992af0c4fc9bda6d5bb5787dea1e9977156409d4526d3b976bc
3
+ size 6112
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be69f9147a460210d3da72b6e825ebac46003ae324665c68df5fd509404b4d2c
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d377a469b59887c4deb008179bef1a403c8d05219e57d47999572a8e21614847
3
  size 5176