matthieulel commited on
Commit
53a75fe
1 Parent(s): 521800d

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-femto-1k-224",
3
+ "architectures": [
4
+ "ConvNextV2ForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 6,
10
+ 2
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 48,
16
+ 96,
17
+ 192,
18
+ 384
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:9844d98e679dc5972c7f246b8f26f9c5ac73531719033bb1502263506dfb47f3
3
+ size 19424664
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2ceae8b49ab3e1b906c7fdce5cbc0e3dab0056bfb8ddf3946e7d200bad69449
3
+ size 4856