matthieulel commited on
Commit
4a74ab6
·
verified ·
1 Parent(s): 9fa0e9e

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/dinov2-large",
3
+ "apply_layernorm": true,
4
+ "architectures": [
5
+ "Dinov2ForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "drop_path_rate": 0.0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "Disturbed Galaxies",
14
+ "1": "Merging Galaxies",
15
+ "2": "Round Smooth Galaxies",
16
+ "3": "In-between Round Smooth Galaxies",
17
+ "4": "Cigar Shaped Smooth Galaxies",
18
+ "5": "Barred Spiral Galaxies",
19
+ "6": "Unbarred Tight Spiral Galaxies",
20
+ "7": "Unbarred Loose Spiral Galaxies",
21
+ "8": "Edge-on Galaxies without Bulge",
22
+ "9": "Edge-on Galaxies with Bulge"
23
+ },
24
+ "image_size": 518,
25
+ "initializer_range": 0.02,
26
+ "label2id": {
27
+ "Barred Spiral Galaxies": 5,
28
+ "Cigar Shaped Smooth Galaxies": 4,
29
+ "Disturbed Galaxies": 0,
30
+ "Edge-on Galaxies with Bulge": 9,
31
+ "Edge-on Galaxies without Bulge": 8,
32
+ "In-between Round Smooth Galaxies": 3,
33
+ "Merging Galaxies": 1,
34
+ "Round Smooth Galaxies": 2,
35
+ "Unbarred Loose Spiral Galaxies": 7,
36
+ "Unbarred Tight Spiral Galaxies": 6
37
+ },
38
+ "layer_norm_eps": 1e-06,
39
+ "layerscale_value": 1.0,
40
+ "mlp_ratio": 4,
41
+ "model_type": "dinov2",
42
+ "num_attention_heads": 16,
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 24,
45
+ "out_features": [
46
+ "stage24"
47
+ ],
48
+ "out_indices": [
49
+ 24
50
+ ],
51
+ "patch_size": 14,
52
+ "problem_type": "single_label_classification",
53
+ "qkv_bias": true,
54
+ "reshape_hidden_states": true,
55
+ "stage_names": [
56
+ "stem",
57
+ "stage1",
58
+ "stage2",
59
+ "stage3",
60
+ "stage4",
61
+ "stage5",
62
+ "stage6",
63
+ "stage7",
64
+ "stage8",
65
+ "stage9",
66
+ "stage10",
67
+ "stage11",
68
+ "stage12",
69
+ "stage13",
70
+ "stage14",
71
+ "stage15",
72
+ "stage16",
73
+ "stage17",
74
+ "stage18",
75
+ "stage19",
76
+ "stage20",
77
+ "stage21",
78
+ "stage22",
79
+ "stage23",
80
+ "stage24"
81
+ ],
82
+ "torch_dtype": "float32",
83
+ "transformers_version": "4.37.2",
84
+ "use_swiglu_ffn": false
85
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a22ab2069f87ae920cae989416c7115cd0549589bf4fa1875d92a9de49706acb
3
+ size 1217608080
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "BitImageProcessor",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 256
26
+ }
27
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f002158793a33635e255a39a01d66cd1ca242aef68f3d05f8623ff771293c1a6
3
+ size 4792