Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,16 @@
|
|
| 2 |
base_model: unsloth/qwen2.5-3b-instruct-unsloth-bnb-4bit
|
| 3 |
library_name: peft
|
| 4 |
license: apache-2.0
|
| 5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model: unsloth/qwen2.5-3b-instruct-unsloth-bnb-4bit
|
| 3 |
library_name: peft
|
| 4 |
license: apache-2.0
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
## Citation
|
| 8 |
+
If you find our work useful, consider citing it as:
|
| 9 |
+
```bibtex
|
| 10 |
+
@article{
|
| 11 |
+
mitra2025motif,
|
| 12 |
+
title={MOTIF: Modular Thinking via Reinforcement Fine-tuning in LLMs},
|
| 13 |
+
author={Mitra, Purbesh and Ulukus, Sennur},
|
| 14 |
+
journal={arXiv preprint arXiv:2507.02851},
|
| 15 |
+
year={2025}
|
| 16 |
+
}
|
| 17 |
+
```
|