parotnes commited on
Commit
61c0900
1 Parent(s): d7c6ef8

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-50",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 6,
10
+ 3
11
+ ],
12
+ "downsample_in_bottleneck": false,
13
+ "downsample_in_first_stage": false,
14
+ "embedding_size": 64,
15
+ "hidden_act": "relu",
16
+ "hidden_sizes": [
17
+ 256,
18
+ 512,
19
+ 1024,
20
+ 2048
21
+ ],
22
+ "id2label": {
23
+ "0": "cane",
24
+ "1": "cavallo",
25
+ "2": "elefante",
26
+ "3": "farfalla",
27
+ "4": "gallina",
28
+ "5": "gatto",
29
+ "6": "mucca",
30
+ "7": "pecora",
31
+ "8": "ragno",
32
+ "9": "scoiattolo"
33
+ },
34
+ "label2id": {
35
+ "cane": "0",
36
+ "cavallo": "1",
37
+ "elefante": "2",
38
+ "farfalla": "3",
39
+ "gallina": "4",
40
+ "gatto": "5",
41
+ "mucca": "6",
42
+ "pecora": "7",
43
+ "ragno": "8",
44
+ "scoiattolo": "9"
45
+ },
46
+ "layer_type": "bottleneck",
47
+ "model_type": "resnet",
48
+ "num_channels": 3,
49
+ "out_features": [
50
+ "stage4"
51
+ ],
52
+ "out_indices": [
53
+ 4
54
+ ],
55
+ "problem_type": "single_label_classification",
56
+ "stage_names": [
57
+ "stem",
58
+ "stage1",
59
+ "stage2",
60
+ "stage3",
61
+ "stage4"
62
+ ],
63
+ "torch_dtype": "float32",
64
+ "transformers_version": "4.35.2"
65
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d071d9e072d5178d2b781f103598b4de713261969186795c6da554b670de629
3
+ size 94368544
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
+ }
runs/Nov23_12-18-35_6a89489cd71e/events.out.tfevents.1700741926.6a89489cd71e.3026.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4203074c680acf1171e038fe0307eb56e26674fba45dbee31aeb6862ae6e307
3
+ size 5900
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76ce0096dae79273f309eccdcd1ac52db4a88b789f4adf83d5e7e7832bea2296
3
+ size 4600