pcernuta commited on
Commit
e2e6391
1 Parent(s): 286d7ce

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "hrenovka",
22
+ "1": "kranjska-klobasa",
23
+ "2": "krvavica",
24
+ "3": "mortadela",
25
+ "4": "pecenica",
26
+ "5": "prsut"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "label2id": {
31
+ "hrenovka": 0,
32
+ "kranjska-klobasa": 1,
33
+ "krvavica": 2,
34
+ "mortadela": 3,
35
+ "pecenica": 4,
36
+ "prsut": 5
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "layer_scale_init_value": 1e-06,
40
+ "model_type": "convnext",
41
+ "num_channels": 3,
42
+ "num_stages": 4,
43
+ "patch_size": 4,
44
+ "problem_type": "single_label_classification",
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.25.1"
47
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "ConvNextFeatureExtractor",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "ConvNextImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "shortest_edge": 224
22
+ }
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90adb978966ddd7f961618cf9209e68fcf675fdd9e6a20c70dbd981120919a20
3
+ size 111361317
runs/Dec27_20-26-20_acc933989ffc/1672172809.055963/events.out.tfevents.1672172809.acc933989ffc.100.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:224d419b83c0797ed0b7d9370ebffad068559ebf8ca5fe6030e6cda2ebbc7805
3
+ size 5561
runs/Dec27_20-26-20_acc933989ffc/events.out.tfevents.1672172809.acc933989ffc.100.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6486262a17f565ca69b4724e04bb0fddb07082607ce78daf821d8b58d22dbf62
3
+ size 4890
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:091a3c19d08749d03859292bc72304c1eed1357fe85c51b80c205d79c3584eeb
3
+ size 3451