Training in progress, epoch 0
Browse files- config.json +83 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "microsoft/swinv2-small-patch4-window8-256",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Swinv2ForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"depths": [
|
| 8 |
+
2,
|
| 9 |
+
2,
|
| 10 |
+
18,
|
| 11 |
+
2
|
| 12 |
+
],
|
| 13 |
+
"drop_path_rate": 0.1,
|
| 14 |
+
"embed_dim": 96,
|
| 15 |
+
"encoder_stride": 32,
|
| 16 |
+
"hidden_act": "gelu",
|
| 17 |
+
"hidden_dropout_prob": 0.0,
|
| 18 |
+
"hidden_size": 768,
|
| 19 |
+
"id2label": {
|
| 20 |
+
"0": "Disturbed Galaxies",
|
| 21 |
+
"1": "Merging Galaxies",
|
| 22 |
+
"2": "Round Smooth Galaxies",
|
| 23 |
+
"3": "In-between Round Smooth Galaxies",
|
| 24 |
+
"4": "Cigar Shaped Smooth Galaxies",
|
| 25 |
+
"5": "Barred Spiral Galaxies",
|
| 26 |
+
"6": "Unbarred Tight Spiral Galaxies",
|
| 27 |
+
"7": "Unbarred Loose Spiral Galaxies",
|
| 28 |
+
"8": "Edge-on Galaxies without Bulge",
|
| 29 |
+
"9": "Edge-on Galaxies with Bulge"
|
| 30 |
+
},
|
| 31 |
+
"image_size": 256,
|
| 32 |
+
"initializer_range": 0.02,
|
| 33 |
+
"label2id": {
|
| 34 |
+
"Barred Spiral Galaxies": 5,
|
| 35 |
+
"Cigar Shaped Smooth Galaxies": 4,
|
| 36 |
+
"Disturbed Galaxies": 0,
|
| 37 |
+
"Edge-on Galaxies with Bulge": 9,
|
| 38 |
+
"Edge-on Galaxies without Bulge": 8,
|
| 39 |
+
"In-between Round Smooth Galaxies": 3,
|
| 40 |
+
"Merging Galaxies": 1,
|
| 41 |
+
"Round Smooth Galaxies": 2,
|
| 42 |
+
"Unbarred Loose Spiral Galaxies": 7,
|
| 43 |
+
"Unbarred Tight Spiral Galaxies": 6
|
| 44 |
+
},
|
| 45 |
+
"layer_norm_eps": 1e-05,
|
| 46 |
+
"mlp_ratio": 4.0,
|
| 47 |
+
"model_type": "swinv2",
|
| 48 |
+
"num_channels": 3,
|
| 49 |
+
"num_heads": [
|
| 50 |
+
3,
|
| 51 |
+
6,
|
| 52 |
+
12,
|
| 53 |
+
24
|
| 54 |
+
],
|
| 55 |
+
"num_layers": 4,
|
| 56 |
+
"out_features": [
|
| 57 |
+
"stage4"
|
| 58 |
+
],
|
| 59 |
+
"out_indices": [
|
| 60 |
+
4
|
| 61 |
+
],
|
| 62 |
+
"patch_size": 4,
|
| 63 |
+
"path_norm": true,
|
| 64 |
+
"pretrained_window_sizes": [
|
| 65 |
+
0,
|
| 66 |
+
0,
|
| 67 |
+
0,
|
| 68 |
+
0
|
| 69 |
+
],
|
| 70 |
+
"problem_type": "single_label_classification",
|
| 71 |
+
"qkv_bias": true,
|
| 72 |
+
"stage_names": [
|
| 73 |
+
"stem",
|
| 74 |
+
"stage1",
|
| 75 |
+
"stage2",
|
| 76 |
+
"stage3",
|
| 77 |
+
"stage4"
|
| 78 |
+
],
|
| 79 |
+
"torch_dtype": "float32",
|
| 80 |
+
"transformers_version": "4.37.2",
|
| 81 |
+
"use_absolute_embeddings": false,
|
| 82 |
+
"window_size": 8
|
| 83 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f93b8a6c58817fffdd5fd69e691b794fc245fc79b2c2aca5c30a5de9056446bb
|
| 3 |
+
size 195930072
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_rescale": true,
|
| 4 |
+
"do_resize": true,
|
| 5 |
+
"image_mean": [
|
| 6 |
+
0.485,
|
| 7 |
+
0.456,
|
| 8 |
+
0.406
|
| 9 |
+
],
|
| 10 |
+
"image_processor_type": "ViTImageProcessor",
|
| 11 |
+
"image_std": [
|
| 12 |
+
0.229,
|
| 13 |
+
0.224,
|
| 14 |
+
0.225
|
| 15 |
+
],
|
| 16 |
+
"resample": 3,
|
| 17 |
+
"rescale_factor": 0.00392156862745098,
|
| 18 |
+
"size": {
|
| 19 |
+
"height": 256,
|
| 20 |
+
"width": 256
|
| 21 |
+
}
|
| 22 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f457ec5eb651a34caae547abdfcbb9bd6ee0a5345cfdff3b423dd69fa8512c74
|
| 3 |
+
size 4856
|