初始化项目,由ModelHub XC社区提供模型

Model: jojo-ai-mst/MyanmarGPT-Big
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-09 01:29:19 +08:00
commit 0c86c52321
15 changed files with 300191 additions and 0 deletions

25
adapter_config.json Normal file
View File

@@ -0,0 +1,25 @@
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "ai-forever/mGPT",
"bias": "none",
"fan_in_fan_out": true,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"c_attn"
],
"task_type": "CAUSAL_LM"
}