neuralhaven
commited on
Commit
•
b42391b
1
Parent(s):
21c6d16
Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/siglip-so400m-patch14-224",
|
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:3219ca4864c12301cb971c267567872b71cfef30deb57451b6bb18522a18e228
|
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 |
+
}
|
runs/Oct19_07-55-20_a03e158b2f05/events.out.tfevents.1729324744.a03e158b2f05.1099.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65325d191bdbc30267b34adbf8a22415791c344fcbb412461b0d9d89f28bbe39
|
3 |
+
size 98387
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1efcb6b88a359374791891eee6ea2f8ac7a2dca5d9e859b16e82c13917560386
|
3 |
+
size 5368
|