Instructions to use kalen22/silver_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kalen22/silver_model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kalen22/silver_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- final_checkpoint/model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -19,13 +19,13 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"up_proj",
|
| 23 |
-
"k_proj",
|
| 24 |
"o_proj",
|
| 25 |
-
"
|
| 26 |
"v_proj",
|
| 27 |
"gate_proj",
|
| 28 |
-
"down_proj"
|
|
|
|
|
|
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"use_rslora": false
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
|
|
|
|
|
|
| 22 |
"o_proj",
|
| 23 |
+
"k_proj",
|
| 24 |
"v_proj",
|
| 25 |
"gate_proj",
|
| 26 |
+
"down_proj",
|
| 27 |
+
"up_proj",
|
| 28 |
+
"q_proj"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 9124880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:178f420b828674baac5c28d368714e82b61aaf08a2b717a13d6fead72b0f5e23
|
| 3 |
size 9124880
|
final_checkpoint/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2236279004
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb1d3ac99bd7dfd5e18d644b5bc7468170dc3a0e18eb3a43e5a67988e96bfe17
|
| 3 |
size 2236279004
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:642d559086be1747a7b2b20253a83909a9e8a5e077f879f9cf1315e812f711b7
|
| 3 |
size 5649
|