Instructions to use KyomaP/Mamba_test_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KyomaP/Mamba_test_2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("KyomaP/Mamba_test_2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files- adapter_config.json +3 -3
adapter_config.json
CHANGED
|
@@ -25,10 +25,10 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
-
"
|
| 29 |
"embeddings",
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
],
|
| 33 |
"task_type": "CAUSAL_LM",
|
| 34 |
"use_dora": false,
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
+
"x_proj",
|
| 29 |
"embeddings",
|
| 30 |
+
"in_proj",
|
| 31 |
+
"out_proj"
|
| 32 |
],
|
| 33 |
"task_type": "CAUSAL_LM",
|
| 34 |
"use_dora": false,
|