Training in progress, step 4
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": {
|
4 |
-
"base_model_class": "
|
5 |
-
"parent_library": "
|
6 |
},
|
7 |
"base_model_name_or_path": "vinai/PhoGPT-4B-Chat",
|
8 |
"bias": "none",
|
@@ -23,10 +23,10 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"out_proj",
|
27 |
"Wqkv",
|
28 |
-
"
|
29 |
-
"down_proj"
|
|
|
30 |
],
|
31 |
"task_type": null,
|
32 |
"use_dora": true,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": {
|
4 |
+
"base_model_class": "MptForCausalLM",
|
5 |
+
"parent_library": "transformers.models.mpt.modeling_mpt"
|
6 |
},
|
7 |
"base_model_name_or_path": "vinai/PhoGPT-4B-Chat",
|
8 |
"bias": "none",
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
26 |
"Wqkv",
|
27 |
+
"out_proj",
|
28 |
+
"down_proj",
|
29 |
+
"up_proj"
|
30 |
],
|
31 |
"task_type": null,
|
32 |
"use_dora": true,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 53923248
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:815fd63050e765aa6963b4f35f151f91cdc6c77f80e54e74606a7ac9d63714bc
|
3 |
size 53923248
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99f4d0ac29e24d3b828465a735c7689515a12f833332f58d9a944e1a7a250f7f
|
3 |
size 5368
|