Training in progress, epoch 1
Browse files- adapter_config.json +32 -32
- adapter_model.bin +1 -1
- preprocessor_config.json +22 -22
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
{
|
2 |
-
"alpha_pattern": {},
|
3 |
-
"auto_mapping": {
|
4 |
-
"base_model_class": "CustomResNet18",
|
5 |
-
"parent_library": "__main__"
|
6 |
-
},
|
7 |
-
"base_model_name_or_path": null,
|
8 |
-
"bias": "none",
|
9 |
-
"fan_in_fan_out": false,
|
10 |
-
"inference_mode": true,
|
11 |
-
"init_lora_weights": true,
|
12 |
-
"layer_replication": null,
|
13 |
-
"layers_pattern": null,
|
14 |
-
"layers_to_transform": null,
|
15 |
-
"loftq_config": {},
|
16 |
-
"lora_alpha": 16,
|
17 |
-
"lora_dropout": 0.1,
|
18 |
-
"megatron_config": null,
|
19 |
-
"megatron_core": "megatron.core",
|
20 |
-
"modules_to_save": [
|
21 |
-
"classifier"
|
22 |
-
],
|
23 |
-
"peft_type": "LORA",
|
24 |
-
"r": 16,
|
25 |
-
"rank_pattern": {},
|
26 |
-
"revision": null,
|
27 |
-
"target_modules": [
|
28 |
-
"convolution"
|
29 |
-
],
|
30 |
-
"task_type": null,
|
31 |
-
"use_dora": false,
|
32 |
-
"use_rslora": false
|
33 |
}
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "CustomResNet18",
|
5 |
+
"parent_library": "__main__"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": null,
|
8 |
+
"bias": "none",
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_dropout": 0.1,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": [
|
21 |
+
"classifier"
|
22 |
+
],
|
23 |
+
"peft_type": "LORA",
|
24 |
+
"r": 16,
|
25 |
+
"rank_pattern": {},
|
26 |
+
"revision": null,
|
27 |
+
"target_modules": [
|
28 |
+
"convolution"
|
29 |
+
],
|
30 |
+
"task_type": null,
|
31 |
+
"use_dora": false,
|
32 |
+
"use_rslora": false
|
33 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4367343
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72a401be58f981e64af66021b55ef840c7f0ed98e9802bc3bb9a77d6fb6a3941
|
3 |
size 4367343
|
preprocessor_config.json
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
-
{
|
2 |
-
"do_normalize": true,
|
3 |
-
"do_rescale": true,
|
4 |
-
"do_resize": true,
|
5 |
-
"image_mean": [
|
6 |
-
0.5,
|
7 |
-
0.5,
|
8 |
-
0.5
|
9 |
-
],
|
10 |
-
"image_processor_type": "ViTImageProcessor",
|
11 |
-
"image_std": [
|
12 |
-
0.5,
|
13 |
-
0.5,
|
14 |
-
0.5
|
15 |
-
],
|
16 |
-
"resample": 2,
|
17 |
-
"rescale_factor": 0.00392156862745098,
|
18 |
-
"size": {
|
19 |
-
"height": 224,
|
20 |
-
"width": 224
|
21 |
-
}
|
22 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6748644a18da5aaf3158264a3606bdec542e4c6c766fbcf99f52a533f54d2cd
|
3 |
size 4091
|