Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/convnext-large-384-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 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_sizes": [
|
15 |
+
192,
|
16 |
+
384,
|
17 |
+
768,
|
18 |
+
1536
|
19 |
+
],
|
20 |
+
"id2label": {
|
21 |
+
"0": "ai",
|
22 |
+
"1": "real"
|
23 |
+
},
|
24 |
+
"image_size": 384,
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"label2id": {
|
27 |
+
"ai": 0,
|
28 |
+
"real": 1
|
29 |
+
},
|
30 |
+
"layer_norm_eps": 1e-12,
|
31 |
+
"layer_scale_init_value": 1e-06,
|
32 |
+
"model_type": "convnext",
|
33 |
+
"num_channels": 3,
|
34 |
+
"num_stages": 4,
|
35 |
+
"out_features": [
|
36 |
+
"stage4"
|
37 |
+
],
|
38 |
+
"out_indices": [
|
39 |
+
4
|
40 |
+
],
|
41 |
+
"patch_size": 4,
|
42 |
+
"problem_type": "single_label_classification",
|
43 |
+
"stage_names": [
|
44 |
+
"stem",
|
45 |
+
"stage1",
|
46 |
+
"stage2",
|
47 |
+
"stage3",
|
48 |
+
"stage4"
|
49 |
+
],
|
50 |
+
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.39.3"
|
52 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f6b1d9ce98553df04c621597baa6791ceb01fcbb77eaed8a3414624572056e5
|
3 |
+
size 784974968
|
preprocessor_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"crop_pct",
|
7 |
+
"resample",
|
8 |
+
"do_rescale",
|
9 |
+
"rescale_factor",
|
10 |
+
"do_normalize",
|
11 |
+
"image_mean",
|
12 |
+
"image_std",
|
13 |
+
"return_tensors",
|
14 |
+
"data_format",
|
15 |
+
"input_data_format"
|
16 |
+
],
|
17 |
+
"crop_pct": 0.875,
|
18 |
+
"do_normalize": true,
|
19 |
+
"do_rescale": true,
|
20 |
+
"do_resize": true,
|
21 |
+
"image_mean": [
|
22 |
+
0.485,
|
23 |
+
0.456,
|
24 |
+
0.406
|
25 |
+
],
|
26 |
+
"image_processor_type": "ConvNextImageProcessor",
|
27 |
+
"image_std": [
|
28 |
+
0.229,
|
29 |
+
0.224,
|
30 |
+
0.225
|
31 |
+
],
|
32 |
+
"resample": 3,
|
33 |
+
"rescale_factor": 0.00392156862745098,
|
34 |
+
"size": {
|
35 |
+
"shortest_edge": 384
|
36 |
+
}
|
37 |
+
}
|
runs/Apr15_17-28-12_7d2e2e36f4c9/events.out.tfevents.1713202143.7d2e2e36f4c9.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42e77dc2605406c3b242ccee6f406ca4f28e91ceb29051de4f85bbacc5933767
|
3 |
+
size 5531
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17cd57156bb225c554ac3c9119fa546855e9bb3f9c9a947115387a52e33a5ff5
|
3 |
+
size 4984
|