Instructions to use bkk21/triper_2411 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bkk21/triper_2411 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("bkk21/triper_2411", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update adapter_config.json
Browse files- adapter_config.json +0 -1
adapter_config.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "google/gemma-2-2b-it",
|
| 5 |
"bias": "none",
|
| 6 |
-
"exclude_modules": null,
|
| 7 |
"fan_in_fan_out": false,
|
| 8 |
"inference_mode": false,
|
| 9 |
"init_lora_weights": true,
|
|
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "google/gemma-2-2b-it",
|
| 5 |
"bias": "none",
|
|
|
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": false,
|
| 8 |
"init_lora_weights": true,
|