matthieulel commited on
Commit
9a37bb1
1 Parent(s): d1138d5

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-large-1k-224",
3
+ "architectures": [
4
+ "ConvNextV2ForImageClassification"
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": "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:a117d460e8f92ff624f4e8a1542787ed72a53934e4f1f6c6f344c4310443fac1
3
+ size 785787096
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:5cd2f5cef48739ed0ea7fa3a42ad305f4d9b0156396b378c0860f0409e05bd20
3
+ size 4856