Upload folder using huggingface_hub
Browse files- model/adapter_config.json +1 -0
- model/adapter_model.safetensors +3 -0
- model/pytorch_model.bin +3 -0
model/adapter_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"task_type": "CAUSAL_LM", "peft_type": "LORA", "auto_mapping": {"base_model_class": "Qwen3_5ForConditionalGeneration", "parent_library": "transformers.models.qwen3_5.modeling_qwen3_5", "unsloth_fixed": true}, "peft_version": "0.18.1", "base_model_name_or_path": "Qwen/Qwen3.5-9B", "revision": null, "inference_mode": false, "r": 128, "target_modules": ["gate_proj", "down_proj", "k_proj", "o_proj", "up_proj", "v_proj", "q_proj"], "exclude_modules": null, "lora_alpha": 128, "lora_dropout": 0, "fan_in_fan_out": false, "bias": "none", "use_rslora": false, "modules_to_save": null, "init_lora_weights": true, "layers_to_transform": null, "layers_pattern": null, "rank_pattern": {}, "alpha_pattern": {}, "megatron_config": null, "megatron_core": "megatron.core", "trainable_token_indices": null, "loftq_config": {}, "eva_config": null, "corda_config": null, "use_dora": false, "alora_invocation_tokens": null, "use_qalora": false, "qalora_group_size": 16, "layer_replication": null, "lora_bias": false, "target_parameters": null, "arrow_config": null, "ensure_weight_tying": false}
|
model/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a338c6349727ee28a0acb6c9907210703ea28268d9de32d3e20c640a442de360
|
| 3 |
+
size 19751711944
|
model/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87c3b3b5e717fa40d2599488fcf6a3554eda1e49ad541dfdb49ae172549aec8a
|
| 3 |
+
size 19751944963
|