Instructions to use basilis/current_LLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use basilis/current_LLM with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("basilis/current_LLM", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
|
@@ -24,9 +24,9 @@
|
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
"q_proj",
|
| 27 |
-
"k_proj",
|
| 28 |
"o_proj",
|
| 29 |
-
"v_proj"
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "SEQ_CLS",
|
| 32 |
"use_dora": false,
|
|
|
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
"q_proj",
|
|
|
|
| 27 |
"o_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
+
"k_proj"
|
| 30 |
],
|
| 31 |
"task_type": "SEQ_CLS",
|
| 32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 54568664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a940d062b052cf2f2656908da04578ac2ed2fbd8e4f21e977cfa00a4ede5153
|
| 3 |
size 54568664
|