Instructions to use preetham/cat_peft_model1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use preetham/cat_peft_model1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("preetham/cat_peft_model1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- cat/adapter_config.json +2 -2
- cat/adapter_model.safetensors +1 -1
cat/adapter_config.json
CHANGED
|
@@ -23,10 +23,10 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
-
"
|
| 27 |
"to_v",
|
| 28 |
"to_k",
|
| 29 |
-
"
|
| 30 |
],
|
| 31 |
"task_type": null,
|
| 32 |
"use_dora": false,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"to_out.0",
|
| 27 |
"to_v",
|
| 28 |
"to_k",
|
| 29 |
+
"to_q"
|
| 30 |
],
|
| 31 |
"task_type": null,
|
| 32 |
"use_dora": false,
|
cat/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2390807392
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf8a2ab71d74245c127576f0d28ca193bca7174eac181d037f62bf99366a0c27
|
| 3 |
size 2390807392
|