Training in progress, epoch 1
Browse files- adapter_config.json +5 -2
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "bigscience/bloom-3b",
|
5 |
-
"bias": "
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
@@ -13,7 +13,10 @@
|
|
13 |
"lora_dropout": 0.1,
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
16 |
-
"modules_to_save":
|
|
|
|
|
|
|
17 |
"peft_type": "LORA",
|
18 |
"r": 16,
|
19 |
"rank_pattern": {},
|
|
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "bigscience/bloom-3b",
|
5 |
+
"bias": "all",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
|
|
13 |
"lora_dropout": 0.1,
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": [
|
17 |
+
"qa_outputs.weight",
|
18 |
+
"qa_outputs.bias"
|
19 |
+
],
|
20 |
"peft_type": "LORA",
|
21 |
"r": 16,
|
22 |
"rank_pattern": {},
|
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:092e010c6c99acbd78abbfd1cde7e4135e8f9bd8ac269ef6af8d4624be1d641f
|
3 |
+
size 21403940
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ca301bdb8f5275e961724687fe4ca74d3f419657165fe8ed959ec5906bf9695
|
3 |
size 4728
|