Text Generation
Transformers
Safetensors
English
purbeshmitra commited on
Commit
786a2f0
·
verified ·
1 Parent(s): 77c1c45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
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
+ ```