Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
251
def
get_lora_config() -> LoRAConfig:
252
return
LoRAConfig(name=
"lora"
, lora_rank=16, lora_alpha=16)
253
254
255
def
get_unittest_dataset_config(dataset_name: str =
"countdown"
, split: str =
"train"
):
Callers
1
test_trainer
Method · 0.90
Calls
1
LoRAConfig
Class · 0.90
Tested by
1
test_trainer
Method · 0.72