mruby commited on
Commit
f7b471b
1 Parent(s): b3637cd

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-large-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 27,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 192,
16
+ 384,
17
+ 768,
18
+ 1536
19
+ ],
20
+ "id2label": {
21
+ "0": 0,
22
+ "1": 1
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "label2id": {
27
+ "0": 0,
28
+ "1": 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": null,
36
+ "patch_size": 4,
37
+ "problem_type": "single_label_classification",
38
+ "stage_names": [
39
+ "stem",
40
+ "stage1",
41
+ "stage2",
42
+ "stage3",
43
+ "stage4"
44
+ ],
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.27.4"
47
+ }
preprocessor_config.json ADDED
@@ -0,0 +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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b5cb3152a83953574f2cf13932ae3313260e32318a7b81467536f45f1a3fa50
3
+ size 785047533
runs/Jun16_16-43-16_0628-143542-dbxkge5g-10-139-64-11/1686933817.5712054/events.out.tfevents.1686933817.0628-143542-dbxkge5g-10-139-64-11.84685.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec3124bd89ae5da8aa4fa24e80f728bb1e2d5f790efda5ae3802c1f277f2560c
3
+ size 5849
runs/Jun16_16-43-16_0628-143542-dbxkge5g-10-139-64-11/events.out.tfevents.1686933817.0628-143542-dbxkge5g-10-139-64-11.84685.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f44d9a456bd1d77f06872f091b5c82a04ac1da8dc833492d38e197dc253e87
3
+ size 4872
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4905854996b286498df6ab6479137f61a97201150d4e9a6c2faf370daf7b5b9f
3
+ size 3643