PawelLadOLX's picture
Create config.json
998fe40 verified
raw
history blame
1.06 kB
Hugging Face's logo
Hugging Face
Search models, datasets, users...
Models
Datasets
Spaces
Posts
Docs
Pricing
Hugging Face is way more fun with friends and colleagues! 🤗 Join an organization
Azurro
/
Mistral-7B-Instruct-v0.1-qlora-polish
like
1
Polish
qlora
instruct
License:
apache-2.0
Model card
Files and versions
Community
Mistral-7B-Instruct-v0.1-qlora-polish
/
adapter_config.json
chrisociepa's picture
chrisociepa
Upload 3 files
fff9da4
4 months ago
raw
history
blame
contribute
delete
No virus
535 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.1",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 16.0,
"lora_dropout": 0.0,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"revision": null,
"target_modules": [
"up_proj",
"gate_proj",
"down_proj",
"o_proj",
"k_proj",
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}