kiranshivaraju commited on
Commit
0743530
·
verified ·
1 Parent(s): ca7a95c

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +52 -52
  2. model.safetensors +1 -1
  3. preprocessor_config.json +22 -22
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,52 +1,52 @@
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": "bad",
22
- "1": "good"
23
- },
24
- "image_size": 224,
25
- "initializer_range": 0.02,
26
- "label2id": {
27
- "bad": 0,
28
- "good": 1
29
- },
30
- "layer_norm_eps": 1e-12,
31
- "layer_scale_init_value": 1e-06,
32
- "model_type": "convnext",
33
- "num_channels": 3,
34
- "num_stages": 4,
35
- "out_features": [
36
- "stage4"
37
- ],
38
- "out_indices": [
39
- 4
40
- ],
41
- "patch_size": 4,
42
- "problem_type": "single_label_classification",
43
- "stage_names": [
44
- "stem",
45
- "stage1",
46
- "stage2",
47
- "stage3",
48
- "stage4"
49
- ],
50
- "torch_dtype": "float32",
51
- "transformers_version": "4.47.0.dev0"
52
- }
 
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": "bad",
22
+ "1": "good"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "label2id": {
27
+ "bad": 0,
28
+ "good": 1
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "layer_scale_init_value": 1e-06,
32
+ "model_type": "convnext",
33
+ "num_channels": 3,
34
+ "num_stages": 4,
35
+ "out_features": [
36
+ "stage4"
37
+ ],
38
+ "out_indices": [
39
+ 4
40
+ ],
41
+ "patch_size": 4,
42
+ "problem_type": "single_label_classification",
43
+ "stage_names": [
44
+ "stem",
45
+ "stage1",
46
+ "stage2",
47
+ "stage3",
48
+ "stage4"
49
+ ],
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.47.1"
52
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71ff29cfec44077bb037e4618ebe07063546a05287af34a0d92418880091a7b1
3
  size 111307920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061985493f9a3537f58277126c3e5cbfda3262664b77eb4b697a89c177a7128f
3
  size 111307920
preprocessor_config.json CHANGED
@@ -1,22 +1,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
- }
 
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
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:506ffbefa17826823dfce714028414a639a67a276a4532ebae5e7e963c7891d0
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:530d57a88d74519d490aa2361d50ae43eb4a30a049fd7d08da4b6874107dd5b4
3
  size 5304