Instructions to use nathanrchn/zip2zip-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nathanrchn/zip2zip-test with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nathanrchn/zip2zip-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload config
Browse files- adapter_config.json +3 -3
adapter_config.json
CHANGED
|
@@ -20,11 +20,11 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"o_proj",
|
| 24 |
"gate_proj",
|
|
|
|
| 25 |
"down_proj",
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
],
|
| 29 |
"task_type": null,
|
| 30 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
| 23 |
"gate_proj",
|
| 24 |
+
"qkv_proj",
|
| 25 |
"down_proj",
|
| 26 |
+
"o_proj",
|
| 27 |
+
"up_proj"
|
| 28 |
],
|
| 29 |
"task_type": null,
|
| 30 |
"use_dora": false,
|