Instructions to use bkk21/triper_all1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bkk21/triper_all1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("bkk21/triper_all1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload adapter_config.json with huggingface_hub
Browse files- adapter_config.json +1 -1
adapter_config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"bias": "none",
|
| 6 |
"exclude_modules": null,
|
| 7 |
"fan_in_fan_out": false,
|
| 8 |
-
"inference_mode":
|
| 9 |
"init_lora_weights": true,
|
| 10 |
"layer_replication": null,
|
| 11 |
"layers_pattern": null,
|
|
|
|
| 5 |
"bias": "none",
|
| 6 |
"exclude_modules": null,
|
| 7 |
"fan_in_fan_out": false,
|
| 8 |
+
"inference_mode": false,
|
| 9 |
"init_lora_weights": true,
|
| 10 |
"layer_replication": null,
|
| 11 |
"layers_pattern": null,
|