MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / get_lora_config

Function get_lora_config

tests/tools.py:251–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249
250
251def get_lora_config() -> LoRAConfig:
252 return LoRAConfig(name="lora", lora_rank=16, lora_alpha=16)
253
254
255def get_unittest_dataset_config(dataset_name: str = "countdown", split: str = "train"):

Callers 1

test_trainerMethod · 0.90

Calls 1

LoRAConfigClass · 0.90

Tested by 1

test_trainerMethod · 0.72