Instructions to use Anwaarma/Mhm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Anwaarma/Mhm with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Anwaarma/Mhm", dtype="auto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload lora/adapter_config.json with huggingface_hub
Browse files- lora/adapter_config.json +1 -1
lora/adapter_config.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
"loftq_config": {},
|
| 16 |
"lora_alpha": 256,
|
| 17 |
"lora_bias": false,
|
| 18 |
-
"lora_dropout": 0.
|
| 19 |
"megatron_config": null,
|
| 20 |
"megatron_core": "megatron.core",
|
| 21 |
"modules_to_save": [
|
|
|
|
| 15 |
"loftq_config": {},
|
| 16 |
"lora_alpha": 256,
|
| 17 |
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.2,
|
| 19 |
"megatron_config": null,
|
| 20 |
"megatron_core": "megatron.core",
|
| 21 |
"modules_to_save": [
|