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