Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/convnext-base-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 |
+
128,
|
16 |
+
256,
|
17 |
+
512,
|
18 |
+
1024
|
19 |
+
],
|
20 |
+
"id2label": {
|
21 |
+
"0": "Italian",
|
22 |
+
"1": "Russian",
|
23 |
+
"2": "Mexican",
|
24 |
+
"3": "French",
|
25 |
+
"4": "Belgian",
|
26 |
+
"5": "Spanish",
|
27 |
+
"6": "Dutch",
|
28 |
+
"7": "Austrian",
|
29 |
+
"8": "Flemish",
|
30 |
+
"9": "Spanish,Greek",
|
31 |
+
"10": "German",
|
32 |
+
"11": "French,British",
|
33 |
+
"12": "French,Jewish,Belarusian",
|
34 |
+
"13": "British",
|
35 |
+
"14": "Norwegian",
|
36 |
+
"15": "German,Swiss",
|
37 |
+
"16": "American"
|
38 |
+
},
|
39 |
+
"image_size": 224,
|
40 |
+
"initializer_range": 0.02,
|
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_norm_eps": 1e-12,
|
61 |
+
"layer_scale_init_value": 1e-06,
|
62 |
+
"model_type": "convnext",
|
63 |
+
"num_channels": 3,
|
64 |
+
"num_stages": 4,
|
65 |
+
"out_features": [
|
66 |
+
"stage4"
|
67 |
+
],
|
68 |
+
"out_indices": [
|
69 |
+
4
|
70 |
+
],
|
71 |
+
"patch_size": 4,
|
72 |
+
"problem_type": "single_label_classification",
|
73 |
+
"stage_names": [
|
74 |
+
"stem",
|
75 |
+
"stage1",
|
76 |
+
"stage2",
|
77 |
+
"stage3",
|
78 |
+
"stage4"
|
79 |
+
],
|
80 |
+
"torch_dtype": "float32",
|
81 |
+
"transformers_version": "4.47.1"
|
82 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ac6ece4a7f68ac1fffa6fc8108a6884e2656acf05afa8d4fbd1bfd5da687d0c
|
3 |
+
size 350376732
|
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/Jan06_06-01-30_6e6cbf4062e4/events.out.tfevents.1736143298.6e6cbf4062e4.408.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bfe205e182e4f07ce6107d542b1f721c628636084222022140df590fed92684
|
3 |
+
size 7014
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b54dd2a792855238b9d3c0438a3f767aa2aa8a4cf92e5453cfc8ad96776f9d8f
|
3 |
+
size 5496
|