Instructions to use asm3515/gptneo-agnews-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use asm3515/gptneo-agnews-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("asm3515/gptneo-agnews-lora", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
|
@@ -23,10 +23,10 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
-
"v_proj",
|
| 27 |
"q_proj",
|
| 28 |
"o_proj",
|
| 29 |
-
"k_proj"
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "SEQ_CLS",
|
| 32 |
"use_dora": false,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
| 26 |
"q_proj",
|
| 27 |
"o_proj",
|
| 28 |
+
"k_proj",
|
| 29 |
+
"v_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 1791608
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b446a15f23558fecfa1380a5e5e255c47d6d0313b75870db87a2926b921bf089
|
| 3 |
size 1791608
|