File size: 281 Bytes
2673595 587bd67 2673595 e44610a 2673595 eb46fc5 587bd67 2673595 102c8b0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
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"]
}
```
|