efederici commited on
Commit
3003361
1 Parent(s): 964d73b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-base-224-22k-1k",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 27,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "finetuning_task": "image-classification",
14
+ "hidden_act": "gelu",
15
+ "hidden_sizes": [
16
+ 128,
17
+ 256,
18
+ 512,
19
+ 1024
20
+ ],
21
+ "id2label": {
22
+ "0": "Cat",
23
+ "1": "Dog"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "label2id": {
28
+ "Cat": "0",
29
+ "Dog": "1"
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "layer_scale_init_value": 1e-06,
33
+ "model_type": "convnext",
34
+ "num_channels": 3,
35
+ "num_stages": 4,
36
+ "patch_size": 4,
37
+ "problem_type": "single_label_classification",
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.20.0"
40
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ConvNextFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "size": 224
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bf208f10128448df244eb4b6f17b819278e0154b5ced8ce1236a266535a51b8
3
+ size 350390097
runs/Jun17_09-48-53_ec1c3202916d/1655459345.4244163/events.out.tfevents.1655459345.ec1c3202916d.2435.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38cad600946d157c768699b9c6297d6a69885c003502323f3ecbeb123a5a52b4
3
+ size 5390
runs/Jun17_09-48-53_ec1c3202916d/events.out.tfevents.1655459345.ec1c3202916d.2435.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0d6cd34f0729d6d9ef8c914ee8b65e4a2ab9e171dc9e4b6815a7cafee8e6cf7
3
+ size 14370
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7038d131e194ab5fe169ed7fff597212c3968760569b9e2e36fe5c1be2b356b1
3
+ size 3375