Instructions to use vishalgimhan/uber-assistant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vishalgimhan/uber-assistant with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("vishalgimhan/uber-assistant", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- README.md +0 -1
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
adapter_config.json
CHANGED
|
@@ -29,13 +29,13 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
|
|
|
| 32 |
"v_proj",
|
|
|
|
| 33 |
"o_proj",
|
| 34 |
-
"k_proj",
|
| 35 |
"up_proj",
|
| 36 |
-
"gate_proj",
|
| 37 |
"down_proj",
|
| 38 |
-
"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
+
"q_proj",
|
| 33 |
"v_proj",
|
| 34 |
+
"gate_proj",
|
| 35 |
"o_proj",
|
|
|
|
| 36 |
"up_proj",
|
|
|
|
| 37 |
"down_proj",
|
| 38 |
+
"k_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 167832240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fd86ad5c3211fe6de3915ad20fd220d6448f4a5f46956ed74c0df375701212c
|
| 3 |
size 167832240
|