qiuhuachuan commited on
Commit
6fcb3f7
1 Parent(s): fc35c97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -4
README.md CHANGED
@@ -13,9 +13,11 @@ model-index:
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
- # sft
17
 
18
- This model is a fine-tuned version of [Qwen/Qwen2-7B-Instruct](https://huggingface.co/Qwen/Qwen2-7B-Instruct) on the data dataset.
 
 
19
 
20
  ## Model inference
21
 
@@ -94,9 +96,22 @@ if __name__ == '__main__':
94
 
95
  Available for non-commercial use
96
 
97
- ## Training and evaluation data
98
 
99
- https://github.com/qiuhuachuan/interactive-agents
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
 
101
  ## Training procedure
102
 
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # Details
17
 
18
+ This model is a fine-tuned version of [Qwen/Qwen2-7B-Instruct](https://huggingface.co/Qwen/Qwen2-7B-Instruct) on our dataset.
19
+
20
+ **For more details, please refer to https://github.com/qiuhuachuan/interactive-agents**
21
 
22
  ## Model inference
23
 
 
96
 
97
  Available for non-commercial use
98
 
 
99
 
100
+ ## Citation
101
+
102
+ If you find our work useful for your research and applications, please cite using this BibTeX:
103
+
104
+ ```bibtex
105
+ @misc{qiu2024interactiveagents,
106
+ title={Interactive Agents: Simulating Counselor-Client Psychological Counseling via Role-Playing LLM-to-LLM Interactions},
107
+ author={Huachuan Qiu and Zhenzhong Lan},
108
+ year={2024},
109
+ eprint={2408.15787},
110
+ archivePrefix={arXiv},
111
+ primaryClass={cs.CL},
112
+ url={https://arxiv.org/abs/2408.15787},
113
+ }
114
+ ```
115
 
116
  ## Training procedure
117