Upload folder using huggingface_hub
Browse files- README.md +1 -1
- adapter_config.json +4 -4
- adapter_model.bin +1 -1
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
| 3 |
library_name: peft
|
| 4 |
---
|
| 5 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: elliotthwang/OpenChat_C-RLFT-tw
|
| 3 |
library_name: peft
|
| 4 |
---
|
| 5 |
|
adapter_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
-
"base_model_name_or_path": "
|
| 5 |
"bias": "none",
|
| 6 |
"corda_config": null,
|
| 7 |
"eva_config": null,
|
|
@@ -25,10 +25,10 @@
|
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
"k_proj",
|
| 28 |
-
"
|
| 29 |
-
"gate_proj",
|
| 30 |
"v_proj",
|
| 31 |
-
"
|
|
|
|
| 32 |
],
|
| 33 |
"task_type": "CAUSAL_LM",
|
| 34 |
"trainable_token_indices": null,
|
|
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "elliotthwang/OpenChat_C-RLFT-tw",
|
| 5 |
"bias": "none",
|
| 6 |
"corda_config": null,
|
| 7 |
"eva_config": null,
|
|
|
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
"k_proj",
|
| 28 |
+
"q_proj",
|
|
|
|
| 29 |
"v_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"gate_proj"
|
| 32 |
],
|
| 33 |
"task_type": "CAUSAL_LM",
|
| 34 |
"trainable_token_indices": null,
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 46252810
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57af50dfc93d08c647341da385d8d3bce1fcf5467b32ada099fb89e2d4e6baa0
|
| 3 |
size 46252810
|