ricardoSLabs
commited on
Commit
•
aca215a
1
Parent(s):
a9dd6c3
Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,10 +1,15 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
-
"
|
|
|
|
|
|
|
|
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
@@ -20,13 +25,49 @@
|
|
20 |
"real": "1"
|
21 |
},
|
22 |
"layer_norm_eps": 1e-12,
|
23 |
-
"
|
|
|
24 |
"num_attention_heads": 12,
|
25 |
"num_channels": 3,
|
26 |
"num_hidden_layers": 12,
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
"patch_size": 16,
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
"problem_type": "single_label_classification",
|
29 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
"torch_dtype": "float32",
|
31 |
-
"transformers_version": "4.45.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
|
3 |
+
"add_fpn": false,
|
4 |
"architectures": [
|
5 |
+
"BeitForImageClassification"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.0,
|
8 |
+
"auxiliary_channels": 256,
|
9 |
+
"auxiliary_concat_input": false,
|
10 |
+
"auxiliary_loss_weight": 0.4,
|
11 |
+
"auxiliary_num_convs": 1,
|
12 |
+
"drop_path_rate": 0.1,
|
13 |
"hidden_act": "gelu",
|
14 |
"hidden_dropout_prob": 0.0,
|
15 |
"hidden_size": 768,
|
|
|
25 |
"real": "1"
|
26 |
},
|
27 |
"layer_norm_eps": 1e-12,
|
28 |
+
"layer_scale_init_value": 0.1,
|
29 |
+
"model_type": "beit",
|
30 |
"num_attention_heads": 12,
|
31 |
"num_channels": 3,
|
32 |
"num_hidden_layers": 12,
|
33 |
+
"out_features": [
|
34 |
+
"stage12"
|
35 |
+
],
|
36 |
+
"out_indices": [
|
37 |
+
12
|
38 |
+
],
|
39 |
"patch_size": 16,
|
40 |
+
"pool_scales": [
|
41 |
+
1,
|
42 |
+
2,
|
43 |
+
3,
|
44 |
+
6
|
45 |
+
],
|
46 |
"problem_type": "single_label_classification",
|
47 |
+
"reshape_hidden_states": true,
|
48 |
+
"semantic_loss_ignore_index": 255,
|
49 |
+
"stage_names": [
|
50 |
+
"stem",
|
51 |
+
"stage1",
|
52 |
+
"stage2",
|
53 |
+
"stage3",
|
54 |
+
"stage4",
|
55 |
+
"stage5",
|
56 |
+
"stage6",
|
57 |
+
"stage7",
|
58 |
+
"stage8",
|
59 |
+
"stage9",
|
60 |
+
"stage10",
|
61 |
+
"stage11",
|
62 |
+
"stage12"
|
63 |
+
],
|
64 |
"torch_dtype": "float32",
|
65 |
+
"transformers_version": "4.45.1",
|
66 |
+
"use_absolute_position_embeddings": false,
|
67 |
+
"use_auxiliary_head": true,
|
68 |
+
"use_mask_token": false,
|
69 |
+
"use_mean_pooling": true,
|
70 |
+
"use_relative_position_bias": true,
|
71 |
+
"use_shared_relative_position_bias": false,
|
72 |
+
"vocab_size": 8192
|
73 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e4b56c0efc66e7318f3cb5db715a9b6e2274e939e312f87f7bc8f251e1e3f11
|
3 |
+
size 343080328
|
preprocessor_config.json
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_normalize": true,
|
|
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
"image_mean": [
|
@@ -7,7 +13,7 @@
|
|
7 |
0.5,
|
8 |
0.5
|
9 |
],
|
10 |
-
"image_processor_type": "
|
11 |
"image_std": [
|
12 |
0.5,
|
13 |
0.5,
|
|
|
1 |
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": false,
|
7 |
"do_normalize": true,
|
8 |
+
"do_reduce_labels": false,
|
9 |
"do_rescale": true,
|
10 |
"do_resize": true,
|
11 |
"image_mean": [
|
|
|
13 |
0.5,
|
14 |
0.5
|
15 |
],
|
16 |
+
"image_processor_type": "BeitImageProcessor",
|
17 |
"image_std": [
|
18 |
0.5,
|
19 |
0.5,
|
runs/Nov07_17-00-10_62065dcb3e0c/events.out.tfevents.1730998812.62065dcb3e0c.30.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbb52856893522e400f8c232936a90019d7af3a8e0d13a70c25677c7f5cb501c
|
3 |
+
size 6080
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b51edf477c9734abe3a62faf19195607849e0df832e7d15b63f445db4e62bd27
|
3 |
size 5240
|