qiuhuachuan commited on
Commit
2b04f1e
1 Parent(s): 83051fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -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 [deepseek-ai/deepseek-llm-7b-chat](https://huggingface.co/deepseek-ai/deepseek-llm-7b-chat) on the data dataset.
 
 
19
 
20
  ## Model inference
21
 
@@ -76,10 +78,21 @@ if __name__ == '__main__':
76
 
77
  Available for non-commercial use
78
 
 
79
 
80
- ## Training and evaluation data
81
 
82
- https://github.com/qiuhuachuan/interactive-agents
 
 
 
 
 
 
 
 
 
 
83
 
84
  ## Training procedure
85
 
 
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 [deepseek-ai/deepseek-llm-7b-chat](https://huggingface.co/deepseek-ai/deepseek-llm-7b-chat) on our dataset.
19
+
20
+ For more details, please refer to https://github.com/qiuhuachuan/interactive-agents
21
 
22
  ## Model inference
23
 
 
78
 
79
  Available for non-commercial use
80
 
81
+ ## Citation
82
 
83
+ If you find our work useful for your research and applications, please cite using this BibTeX:
84
 
85
+ ```bibtex
86
+ @misc{qiu2024interactiveagents,
87
+ title={Interactive Agents: Simulating Counselor-Client Psychological Counseling via Role-Playing LLM-to-LLM Interactions},
88
+ author={Huachuan Qiu and Zhenzhong Lan},
89
+ year={2024},
90
+ eprint={2408.15787},
91
+ archivePrefix={arXiv},
92
+ primaryClass={cs.CL},
93
+ url={https://arxiv.org/abs/2408.15787},
94
+ }
95
+ ```
96
 
97
  ## Training procedure
98