matthieulel
commited on
Commit
•
2500a9d
1
Parent(s):
0e3fe84
Training in progress, epoch 0
Browse files- config.json +67 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/convnextv2-nano-22k-384",
|
3 |
+
"architectures": [
|
4 |
+
"ConvNextV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
2,
|
8 |
+
2,
|
9 |
+
8,
|
10 |
+
2
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.0,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_sizes": [
|
15 |
+
80,
|
16 |
+
160,
|
17 |
+
320,
|
18 |
+
640
|
19 |
+
],
|
20 |
+
"id2label": {
|
21 |
+
"0": "Disturbed Galaxies",
|
22 |
+
"1": "Merging Galaxies",
|
23 |
+
"2": "Round Smooth Galaxies",
|
24 |
+
"3": "In-between Round Smooth Galaxies",
|
25 |
+
"4": "Cigar Shaped Smooth Galaxies",
|
26 |
+
"5": "Barred Spiral Galaxies",
|
27 |
+
"6": "Unbarred Tight Spiral Galaxies",
|
28 |
+
"7": "Unbarred Loose Spiral Galaxies",
|
29 |
+
"8": "Edge-on Galaxies without Bulge",
|
30 |
+
"9": "Edge-on Galaxies with Bulge"
|
31 |
+
},
|
32 |
+
"image_size": 224,
|
33 |
+
"initializer_range": 0.02,
|
34 |
+
"label2id": {
|
35 |
+
"Barred Spiral Galaxies": 5,
|
36 |
+
"Cigar Shaped Smooth Galaxies": 4,
|
37 |
+
"Disturbed Galaxies": 0,
|
38 |
+
"Edge-on Galaxies with Bulge": 9,
|
39 |
+
"Edge-on Galaxies without Bulge": 8,
|
40 |
+
"In-between Round Smooth Galaxies": 3,
|
41 |
+
"Merging Galaxies": 1,
|
42 |
+
"Round Smooth Galaxies": 2,
|
43 |
+
"Unbarred Loose Spiral Galaxies": 7,
|
44 |
+
"Unbarred Tight Spiral Galaxies": 6
|
45 |
+
},
|
46 |
+
"layer_norm_eps": 1e-12,
|
47 |
+
"model_type": "convnextv2",
|
48 |
+
"num_channels": 3,
|
49 |
+
"num_stages": 4,
|
50 |
+
"out_features": [
|
51 |
+
"stage4"
|
52 |
+
],
|
53 |
+
"out_indices": [
|
54 |
+
4
|
55 |
+
],
|
56 |
+
"patch_size": 4,
|
57 |
+
"problem_type": "single_label_classification",
|
58 |
+
"stage_names": [
|
59 |
+
"stem",
|
60 |
+
"stage1",
|
61 |
+
"stage2",
|
62 |
+
"stage3",
|
63 |
+
"stage4"
|
64 |
+
],
|
65 |
+
"torch_dtype": "float32",
|
66 |
+
"transformers_version": "4.37.2"
|
67 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5eee4a66ac1084dd7a2c87e455794c2e75c8419841eae87f317528edee952c0f
|
3 |
+
size 59975736
|
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": 384
|
21 |
+
}
|
22 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dda6867da705ce35e857ac2af35b98b69a4dba2326ce5d1b1ff43eef47146731
|
3 |
+
size 4856
|