neuralhaven
commited on
Commit
•
8ff4c9d
1
Parent(s):
d9c563f
Training in progress, epoch 1
Browse files- config.json +45 -0
- model.safetensors +3 -0
- preprocessor_config.json +24 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "neuralhaven/siglip-so400m-patch14-224-RESISC45_final",
|
3 |
+
"architectures": [
|
4 |
+
"SiglipForImageClassification"
|
5 |
+
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "Very Low",
|
8 |
+
"1": "Low",
|
9 |
+
"2": "Moderate",
|
10 |
+
"3": "High",
|
11 |
+
"4": "Very High",
|
12 |
+
"5": "Non-burnable",
|
13 |
+
"6": "Water"
|
14 |
+
},
|
15 |
+
"initializer_factor": 1.0,
|
16 |
+
"label2id": {
|
17 |
+
"High": 3,
|
18 |
+
"Low": 1,
|
19 |
+
"Moderate": 2,
|
20 |
+
"Non-burnable": 5,
|
21 |
+
"Very High": 4,
|
22 |
+
"Very Low": 0,
|
23 |
+
"Water": 6
|
24 |
+
},
|
25 |
+
"model_type": "siglip",
|
26 |
+
"problem_type": "single_label_classification",
|
27 |
+
"text_config": {
|
28 |
+
"hidden_size": 1152,
|
29 |
+
"intermediate_size": 4304,
|
30 |
+
"max_position_embeddings": 16,
|
31 |
+
"model_type": "siglip_text_model",
|
32 |
+
"num_attention_heads": 16,
|
33 |
+
"num_hidden_layers": 27
|
34 |
+
},
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.45.1",
|
37 |
+
"vision_config": {
|
38 |
+
"hidden_size": 1152,
|
39 |
+
"intermediate_size": 4304,
|
40 |
+
"model_type": "siglip_vision_model",
|
41 |
+
"num_attention_heads": 16,
|
42 |
+
"num_hidden_layers": 27,
|
43 |
+
"patch_size": 14
|
44 |
+
}
|
45 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b788bc43b60d1d64c9c7bb96927fad096ba6648a2da90f4213aaaeff84a4950
|
3 |
+
size 1710810148
|
preprocessor_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": null,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.5,
|
8 |
+
0.5,
|
9 |
+
0.5
|
10 |
+
],
|
11 |
+
"image_processor_type": "SiglipImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"processor_class": "SiglipProcessor",
|
18 |
+
"resample": 3,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"height": 224,
|
22 |
+
"width": 224
|
23 |
+
}
|
24 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f81fa12bcfb2994a4aaacdf1bd330099ff2cc24a32c6b8ba8b2f00a32eb5d12
|
3 |
+
size 5368
|