khalilUoM commited on
Commit
1ca9093
1 Parent(s): f65e3bb

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,21 +1,23 @@
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",
@@ -27,8 +29,6 @@
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,
@@ -39,26 +39,10 @@
39
  "Wrist Extension": 6,
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
  }
 
1
  {
2
+ "_name_or_path": "facebook/regnet-y-040",
3
  "architectures": [
4
+ "RegNetForImageClassification"
5
  ],
6
  "depths": [
7
+ 2,
8
+ 6,
9
+ 12,
10
+ 2
11
  ],
12
+ "downsample_in_first_stage": true,
13
+ "embedding_size": 32,
14
+ "groups_width": 64,
15
+ "hidden_act": "relu",
16
  "hidden_sizes": [
17
+ 128,
18
  192,
19
+ 512,
20
+ 1088
21
  ],
22
  "id2label": {
23
  "0": "Elbove Extension",
 
29
  "6": "Wrist Extension",
30
  "7": "Wrist Flexion"
31
  },
 
 
32
  "label2id": {
33
  "Elbove Extension": 0,
34
  "KNEE Flexion": 1,
 
39
  "Wrist Extension": 6,
40
  "Wrist Flexion": 7
41
  },
42
+ "layer_type": "y",
43
+ "model_type": "regnet",
 
44
  "num_channels": 3,
 
 
 
 
 
 
 
 
45
  "problem_type": "single_label_classification",
 
 
 
 
 
 
 
46
  "torch_dtype": "float32",
47
  "transformers_version": "4.43.3"
48
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9aaa5f13921f6c419b0c99595c9896462541296799ba1dfb1badf4305272eb46
3
- size 111326392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebcdaa1e15e30dfe6a428a3f2cbfdb5d30a8bb79a31be98d6bc9a5078467ad51
3
+ size 78582208
runs/Jul30_06-29-23_64c3671c02ec/events.out.tfevents.1722321872.64c3671c02ec.351.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5989de18f2805f524c3e3b9adccddc713ee5a688d239bcfee04d868ebc362d6
3
+ size 560
runs/Jul30_07-15-58_64c3671c02ec/events.out.tfevents.1722323777.64c3671c02ec.351.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd8f814acda41ea8e94117aa642dde2db5e6d907b8736c708a1dde7e797f07d7
3
+ size 5876
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d377a469b59887c4deb008179bef1a403c8d05219e57d47999572a8e21614847
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7d07202c4ea9a1d1d4dd91782e71c42450e02a3b5214f928d63149c6c9bb2a3
3
  size 5176