Instructions to use aben118/test-tiny-remove-layer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aben118/test-tiny-remove-layer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("aben118/test-tiny-remove-layer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update adapter_config.json
Browse files- adapter_config.json +0 -1
adapter_config.json
CHANGED
|
@@ -26,6 +26,5 @@
|
|
| 26 |
"q_proj"
|
| 27 |
],
|
| 28 |
"task_type": null,
|
| 29 |
-
"use_dora": false,
|
| 30 |
"use_rslora": false
|
| 31 |
}
|
|
|
|
| 26 |
"q_proj"
|
| 27 |
],
|
| 28 |
"task_type": null,
|
|
|
|
| 29 |
"use_rslora": false
|
| 30 |
}
|