SR2_funcCalling / README.md
beyoru's picture
Update README.md
12c7a2d verified
---
base_model: Qwen/Qwen2.5-1.5B-Instruct
tags:
- text-generation-inference
- transformers
- trl
- grpo
license: apache-2.0
language:
- en
---
# For function calling purpose
```
config = {
"rank": 8,
"alpha": 16,
"learning_rate": 2e-5,
"target_modules": ["mlps"]
}
```