nergizinal commited on
Commit
69359d1
·
verified ·
1 Parent(s): a436142

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Italian",
24
+ "1": "Russian",
25
+ "2": "Mexican",
26
+ "3": "French",
27
+ "4": "Belgian",
28
+ "5": "Spanish",
29
+ "6": "Dutch",
30
+ "7": "Austrian",
31
+ "8": "Flemish",
32
+ "9": "Spanish,Greek",
33
+ "10": "German",
34
+ "11": "French,British",
35
+ "12": "French,Jewish,Belarusian",
36
+ "13": "British",
37
+ "14": "Norwegian",
38
+ "15": "German,Swiss",
39
+ "16": "American"
40
+ },
41
+ "label2id": {
42
+ "American": 16,
43
+ "Austrian": 7,
44
+ "Belgian": 4,
45
+ "British": 13,
46
+ "Dutch": 6,
47
+ "Flemish": 8,
48
+ "French": 3,
49
+ "French,British": 11,
50
+ "French,Jewish,Belarusian": 12,
51
+ "German": 10,
52
+ "German,Swiss": 15,
53
+ "Italian": 0,
54
+ "Mexican": 2,
55
+ "Norwegian": 14,
56
+ "Russian": 1,
57
+ "Spanish": 5,
58
+ "Spanish,Greek": 9
59
+ },
60
+ "layer_type": "bottleneck",
61
+ "model_type": "resnet",
62
+ "num_channels": 3,
63
+ "out_features": [
64
+ "stage4"
65
+ ],
66
+ "out_indices": [
67
+ 4
68
+ ],
69
+ "problem_type": "single_label_classification",
70
+ "stage_names": [
71
+ "stem",
72
+ "stage1",
73
+ "stage2",
74
+ "stage3",
75
+ "stage4"
76
+ ],
77
+ "torch_dtype": "float32",
78
+ "transformers_version": "4.47.1"
79
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8005061beeaef387e4bee33b2ee08034d23601bb08ee998d96a4f96252bad075
3
+ size 94425932
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/Dec23_23-34-37_04d95fe180ba/events.out.tfevents.1734996883.04d95fe180ba.2724.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:381c6f96fa9634ea0d3c1224f8356044ac67269e301470b52813a6379b08fddd
3
+ size 6945
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8ff4b542c922606dd3c7186aba51abb67c3c45af07ecba2cbe5906b3263ddca
3
+ size 5432