Training in progress, step 4
Browse files- adapter_config.json +37 -37
- adapter_model.safetensors +1 -1
- preprocessor_config.json +27 -27
- runs/Jan09_09-23-06_NguyenKhoa/events.out.tfevents.1736389411.NguyenKhoa.22304.0 +3 -0
- runs/Jan09_09-29-04_NguyenKhoa/events.out.tfevents.1736389754.NguyenKhoa.1664.0 +3 -0
- runs/Jan09_09-31-26_NguyenKhoa/events.out.tfevents.1736389889.NguyenKhoa.1664.1 +3 -0
- runs/Jan09_09-32-01_NguyenKhoa/events.out.tfevents.1736389924.NguyenKhoa.1664.2 +3 -0
- runs/Jan09_09-32-01_NguyenKhoa/events.out.tfevents.1736389965.NguyenKhoa.1664.3 +3 -0
- runs/Jan09_09-32-01_NguyenKhoa/events.out.tfevents.1736390165.NguyenKhoa.1664.4 +3 -0
- runs/Jan09_09-32-01_NguyenKhoa/events.out.tfevents.1736390196.NguyenKhoa.1664.5 +3 -0
- runs/Jan09_09-32-01_NguyenKhoa/events.out.tfevents.1736390245.NguyenKhoa.1664.6 +3 -0
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -1,38 +1,38 @@
|
|
1 |
-
{
|
2 |
-
"alpha_pattern": {},
|
3 |
-
"auto_mapping": {
|
4 |
-
"base_model_class": "Dinov2ForImageClassification",
|
5 |
-
"parent_library": "transformers.models.dinov2.modeling_dinov2"
|
6 |
-
},
|
7 |
-
"base_model_name_or_path": "facebook/dinov2-small",
|
8 |
-
"bias": "none",
|
9 |
-
"eva_config": null,
|
10 |
-
"exclude_modules": null,
|
11 |
-
"fan_in_fan_out": false,
|
12 |
-
"inference_mode": true,
|
13 |
-
"init_lora_weights": "gaussian",
|
14 |
-
"layer_replication": null,
|
15 |
-
"layers_pattern": null,
|
16 |
-
"layers_to_transform": null,
|
17 |
-
"loftq_config": {},
|
18 |
-
"lora_alpha": 16,
|
19 |
-
"lora_bias": false,
|
20 |
-
"lora_dropout": 0.1,
|
21 |
-
"megatron_config": null,
|
22 |
-
"megatron_core": "megatron.core",
|
23 |
-
"modules_to_save": null,
|
24 |
-
"peft_type": "LORA",
|
25 |
-
"r": 8,
|
26 |
-
"rank_pattern": {},
|
27 |
-
"revision": null,
|
28 |
-
"target_modules": [
|
29 |
-
"mlp.fc1",
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"attention.
|
33 |
-
"attention.
|
34 |
-
],
|
35 |
-
"task_type": null,
|
36 |
-
"use_dora": true,
|
37 |
-
"use_rslora": false
|
38 |
}
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "Dinov2ForImageClassification",
|
5 |
+
"parent_library": "transformers.models.dinov2.modeling_dinov2"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "facebook/dinov2-small",
|
8 |
+
"bias": "none",
|
9 |
+
"eva_config": null,
|
10 |
+
"exclude_modules": null,
|
11 |
+
"fan_in_fan_out": false,
|
12 |
+
"inference_mode": true,
|
13 |
+
"init_lora_weights": "gaussian",
|
14 |
+
"layer_replication": null,
|
15 |
+
"layers_pattern": null,
|
16 |
+
"layers_to_transform": null,
|
17 |
+
"loftq_config": {},
|
18 |
+
"lora_alpha": 16,
|
19 |
+
"lora_bias": false,
|
20 |
+
"lora_dropout": 0.1,
|
21 |
+
"megatron_config": null,
|
22 |
+
"megatron_core": "megatron.core",
|
23 |
+
"modules_to_save": null,
|
24 |
+
"peft_type": "LORA",
|
25 |
+
"r": 8,
|
26 |
+
"rank_pattern": {},
|
27 |
+
"revision": null,
|
28 |
+
"target_modules": [
|
29 |
+
"mlp.fc1",
|
30 |
+
"mlp.fc2",
|
31 |
+
"attention.key",
|
32 |
+
"attention.value",
|
33 |
+
"attention.query"
|
34 |
+
],
|
35 |
+
"task_type": null,
|
36 |
+
"use_dora": true,
|
37 |
+
"use_rslora": false
|
38 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2532144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e447a66c32c8dd90cbd0538a8b450152692a60c06f137d46fa30040fa1d79ad
|
3 |
size 2532144
|
preprocessor_config.json
CHANGED
@@ -1,27 +1,27 @@
|
|
1 |
-
{
|
2 |
-
"crop_size": {
|
3 |
-
"height": 224,
|
4 |
-
"width": 224
|
5 |
-
},
|
6 |
-
"do_center_crop": true,
|
7 |
-
"do_convert_rgb": true,
|
8 |
-
"do_normalize": true,
|
9 |
-
"do_rescale": true,
|
10 |
-
"do_resize": true,
|
11 |
-
"image_mean": [
|
12 |
-
0.485,
|
13 |
-
0.456,
|
14 |
-
0.406
|
15 |
-
],
|
16 |
-
"image_processor_type": "BitImageProcessor",
|
17 |
-
"image_std": [
|
18 |
-
0.229,
|
19 |
-
0.224,
|
20 |
-
0.225
|
21 |
-
],
|
22 |
-
"resample": 3,
|
23 |
-
"rescale_factor": 0.00392156862745098,
|
24 |
-
"size": {
|
25 |
-
"shortest_edge": 256
|
26 |
-
}
|
27 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_convert_rgb": true,
|
8 |
+
"do_normalize": true,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": true,
|
11 |
+
"image_mean": [
|
12 |
+
0.485,
|
13 |
+
0.456,
|
14 |
+
0.406
|
15 |
+
],
|
16 |
+
"image_processor_type": "BitImageProcessor",
|
17 |
+
"image_std": [
|
18 |
+
0.229,
|
19 |
+
0.224,
|
20 |
+
0.225
|
21 |
+
],
|
22 |
+
"resample": 3,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"shortest_edge": 256
|
26 |
+
}
|
27 |
+
}
|
runs/Jan09_09-23-06_NguyenKhoa/events.out.tfevents.1736389411.NguyenKhoa.22304.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e0db333f485e1e9598a6cafad4479dcbbf0da5a1f476432e67c2f2740c004b9
|
3 |
+
size 6048
|
runs/Jan09_09-29-04_NguyenKhoa/events.out.tfevents.1736389754.NguyenKhoa.1664.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ead06d84c0c02188f7f3ff4b1c1c9c237f690324fb3ad662daafa40ea6b0858
|
3 |
+
size 6218
|
runs/Jan09_09-31-26_NguyenKhoa/events.out.tfevents.1736389889.NguyenKhoa.1664.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:754fbc0de84b8fa5ad5c48b23a6f485d4d8da156f4234c2e6387a7ec7517599b
|
3 |
+
size 6256
|
runs/Jan09_09-32-01_NguyenKhoa/events.out.tfevents.1736389924.NguyenKhoa.1664.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45cdb60229ccd628b1c424c3a3e4b3a7b6f26fa673ee527bb4d42095d4eaca02
|
3 |
+
size 6037
|
runs/Jan09_09-32-01_NguyenKhoa/events.out.tfevents.1736389965.NguyenKhoa.1664.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:026d5e8cd5e8eb71f5268a477f7bcd98d0ada99039d79dc776862f366d5d8aa1
|
3 |
+
size 6037
|
runs/Jan09_09-32-01_NguyenKhoa/events.out.tfevents.1736390165.NguyenKhoa.1664.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea8ecbddb05e12075751d5798a527bc2b1b4c5885738ed15ffdef35b89ebefa0
|
3 |
+
size 6037
|
runs/Jan09_09-32-01_NguyenKhoa/events.out.tfevents.1736390196.NguyenKhoa.1664.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79399fc79fb786b3531f1a116f874490ba5268d39d4b0a1fc28c370d97af78c4
|
3 |
+
size 6037
|
runs/Jan09_09-32-01_NguyenKhoa/events.out.tfevents.1736390245.NguyenKhoa.1664.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da48212fbb4e684e39fbf0a51effa37f1c89ae3ffaec8843e3076e889d70a3c9
|
3 |
+
size 6354
|
training_args.bin
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:b706df2e6928f85bfe33fafe03a84d16cd00ec4b0651b900468a336e3effbcbe
|
3 |
+
size 4859
|