ZhenghanYU commited on
Commit
f514833
·
verified ·
1 Parent(s): d98080f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -104,4 +104,21 @@ generated_ids = [
104
  output_ids[len(input_ids):] for input_ids, output_ids in zip(model_inputs.input_ids, generated_ids)
105
  ]
106
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
107
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  output_ids[len(input_ids):] for input_ids, output_ids in zip(model_inputs.input_ids, generated_ids)
105
  ]
106
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
107
+ ```
108
+
109
+ ## 🤝 Citation
110
+
111
+ If you use CFunModel in your research or applications, please cite:
112
+ ```
113
+ @misc{yu2025cfunmodelfunnylanguagemodel,
114
+ title={CFunModel: A "Funny" Language Model Capable of Chinese Humor Generation and Processing},
115
+ author={Zhenghan Yu and Xinyu Hu and Xiaojun Wan},
116
+ year={2025},
117
+ eprint={2503.20417},
118
+ archivePrefix={arXiv},
119
+ primaryClass={cs.CL},
120
+ url={https://arxiv.org/abs/2503.20417}, }
121
+ ```
122
+
123
+
124
+ 🎉 **Happy Experimenting with CFunSet!** 🎉