Instructions to use kjy84kjy/CAS4133_Assignment1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kjy84kjy/CAS4133_Assignment1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kjy84kjy/CAS4133_Assignment1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
(Trained with Unsloth)
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
|
@@ -23,13 +23,13 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 26 |
"gate_proj",
|
| 27 |
"q_proj",
|
| 28 |
"k_proj",
|
| 29 |
-
"
|
| 30 |
-
"up_proj",
|
| 31 |
-
"v_proj",
|
| 32 |
-
"down_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"down_proj",
|
| 27 |
+
"v_proj",
|
| 28 |
+
"o_proj",
|
| 29 |
"gate_proj",
|
| 30 |
"q_proj",
|
| 31 |
"k_proj",
|
| 32 |
+
"up_proj"
|
|
|
|
|
|
|
|
|
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"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 1231059552
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ad83d0ece68d5aea132d45745d968a68a0e1c2cfd3582bd86f61f2cd42d8a62
|
| 3 |
size 1231059552
|