Training in progress, epoch 1
Browse files- config.json +89 -0
- model.safetensors +3 -0
- preprocessor_config.json +28 -0
- runs/Oct25_22-19-57_galactica.ad.cirange.net/events.out.tfevents.1729894817.galactica.ad.cirange.net.204485.0 +3 -0
- runs/Oct25_22-24-00_galactica.ad.cirange.net/events.out.tfevents.1729895046.galactica.ad.cirange.net.204690.0 +3 -0
- runs/Oct25_22-25-39_galactica.ad.cirange.net/events.out.tfevents.1729895181.galactica.ad.cirange.net.204945.0 +3 -0
- runs/Oct25_22-28-13_galactica.ad.cirange.net/events.out.tfevents.1729895297.galactica.ad.cirange.net.205658.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "c14kevincardenas/beit-large-patch16-384-limb",
|
3 |
+
"add_fpn": false,
|
4 |
+
"architectures": [
|
5 |
+
"TargetHoldModel"
|
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 |
+
"finetuning_task": "regression",
|
14 |
+
"hidden_act": "gelu",
|
15 |
+
"hidden_dropout_prob": 0.0,
|
16 |
+
"hidden_size": 1024,
|
17 |
+
"id2label": {
|
18 |
+
"0": "left_foot",
|
19 |
+
"1": "left_hand",
|
20 |
+
"2": "right_foot",
|
21 |
+
"3": "right_hand"
|
22 |
+
},
|
23 |
+
"image_size": 384,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 4096,
|
26 |
+
"label2id": {
|
27 |
+
"left_foot": "0",
|
28 |
+
"left_hand": "1",
|
29 |
+
"right_foot": "2",
|
30 |
+
"right_hand": "3"
|
31 |
+
},
|
32 |
+
"layer_norm_eps": 1e-12,
|
33 |
+
"layer_scale_init_value": 0.1,
|
34 |
+
"model_type": "beit",
|
35 |
+
"num_attention_heads": 16,
|
36 |
+
"num_channels": 3,
|
37 |
+
"num_hidden_layers": 24,
|
38 |
+
"out_features": [
|
39 |
+
"stage24"
|
40 |
+
],
|
41 |
+
"out_indices": [
|
42 |
+
24
|
43 |
+
],
|
44 |
+
"patch_size": 16,
|
45 |
+
"pool_scales": [
|
46 |
+
1,
|
47 |
+
2,
|
48 |
+
3,
|
49 |
+
6
|
50 |
+
],
|
51 |
+
"reshape_hidden_states": true,
|
52 |
+
"semantic_loss_ignore_index": 255,
|
53 |
+
"stage_names": [
|
54 |
+
"stem",
|
55 |
+
"stage1",
|
56 |
+
"stage2",
|
57 |
+
"stage3",
|
58 |
+
"stage4",
|
59 |
+
"stage5",
|
60 |
+
"stage6",
|
61 |
+
"stage7",
|
62 |
+
"stage8",
|
63 |
+
"stage9",
|
64 |
+
"stage10",
|
65 |
+
"stage11",
|
66 |
+
"stage12",
|
67 |
+
"stage13",
|
68 |
+
"stage14",
|
69 |
+
"stage15",
|
70 |
+
"stage16",
|
71 |
+
"stage17",
|
72 |
+
"stage18",
|
73 |
+
"stage19",
|
74 |
+
"stage20",
|
75 |
+
"stage21",
|
76 |
+
"stage22",
|
77 |
+
"stage23",
|
78 |
+
"stage24"
|
79 |
+
],
|
80 |
+
"torch_dtype": "float32",
|
81 |
+
"transformers_version": "4.45.2",
|
82 |
+
"use_absolute_position_embeddings": false,
|
83 |
+
"use_auxiliary_head": true,
|
84 |
+
"use_mask_token": false,
|
85 |
+
"use_mean_pooling": true,
|
86 |
+
"use_relative_position_bias": true,
|
87 |
+
"use_shared_relative_position_bias": false,
|
88 |
+
"vocab_size": 8192
|
89 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:726b47cda703e91aa9f8ba08cb0db8db826f279c713d8fca13cdb553f469e8fe
|
3 |
+
size 1215959720
|
preprocessor_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"image_processor_type": "BeitImageProcessor",
|
17 |
+
"image_std": [
|
18 |
+
0.5,
|
19 |
+
0.5,
|
20 |
+
0.5
|
21 |
+
],
|
22 |
+
"resample": 2,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"height": 384,
|
26 |
+
"width": 384
|
27 |
+
}
|
28 |
+
}
|
runs/Oct25_22-19-57_galactica.ad.cirange.net/events.out.tfevents.1729894817.galactica.ad.cirange.net.204485.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb241eb69f3860516fc604cda5a59e8ec22d7af5b5c613bbc88f0f42dbfb306a
|
3 |
+
size 6158
|
runs/Oct25_22-24-00_galactica.ad.cirange.net/events.out.tfevents.1729895046.galactica.ad.cirange.net.204690.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a492814365c181b012059babc129060db91baf8373468cf33d977fdd7b8da5c
|
3 |
+
size 6158
|
runs/Oct25_22-25-39_galactica.ad.cirange.net/events.out.tfevents.1729895181.galactica.ad.cirange.net.204945.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:931a29fb20561b5d67862783b829a01d23815c55c2b5956053ada435227abdc4
|
3 |
+
size 6158
|
runs/Oct25_22-28-13_galactica.ad.cirange.net/events.out.tfevents.1729895297.galactica.ad.cirange.net.205658.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f77a17ca2dc58bea579cc6f23fbd59fdf74e7ba0b65084f62729a88bd40b4ba
|
3 |
+
size 7299
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d306735eae368650e02d1daf5b135c97635b1add00728f24c84049c91d9c26d
|
3 |
+
size 5304
|