Training in progress, epoch 0
Browse files- adapter_config.json +7 -3
- adapter_model.safetensors +2 -2
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -11,8 +11,11 @@
|
|
11 |
"init_lora_weights": true,
|
12 |
"layers_pattern": null,
|
13 |
"layers_to_transform": null,
|
|
|
14 |
"lora_alpha": 16,
|
15 |
"lora_dropout": 0.1,
|
|
|
|
|
16 |
"modules_to_save": [
|
17 |
"classifier"
|
18 |
],
|
@@ -22,8 +25,9 @@
|
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
24 |
"resnet.encoder.stages.3.layers.2.layer.0.convolution",
|
25 |
-
"resnet.encoder.stages.3.layers.2.layer.
|
26 |
-
"resnet.encoder.stages.3.layers.2.layer.
|
27 |
],
|
28 |
-
"task_type": null
|
|
|
29 |
}
|
|
|
11 |
"init_lora_weights": true,
|
12 |
"layers_pattern": null,
|
13 |
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
"lora_alpha": 16,
|
16 |
"lora_dropout": 0.1,
|
17 |
+
"megatron_config": null,
|
18 |
+
"megatron_core": "megatron.core",
|
19 |
"modules_to_save": [
|
20 |
"classifier"
|
21 |
],
|
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"resnet.encoder.stages.3.layers.2.layer.0.convolution",
|
28 |
+
"resnet.encoder.stages.3.layers.2.layer.2.convolution",
|
29 |
+
"resnet.encoder.stages.3.layers.2.layer.1.convolution"
|
30 |
],
|
31 |
+
"task_type": null,
|
32 |
+
"use_rslora": false
|
33 |
}
|
adapter_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:5b9f8918db13f53214c6b83359b43ac03fc06f31787e2d46f641ecaa0b227e22
|
3 |
+
size 967968
|
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:8287f738db55abc1a435c2f5ed2a5bd99e45d70375f043f0ecfcdc1985f12c14
|
3 |
+
size 4984
|