kraken07 commited on
Commit
1bf37e6
·
verified ·
1 Parent(s): 6dd146c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -39,4 +39,19 @@ model = PeftModel.from_pretrained(base_model, "kraken07/mistral-7b-ami")
39
  tokenizer = AutoTokenizer.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2")
40
 
41
  # Your input format should match training: context turns + current turn
42
- # Output: SPEAK or SILENT prediction for the target speaker
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  tokenizer = AutoTokenizer.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2")
40
 
41
  # Your input format should match training: context turns + current turn
42
+ # Output: SPEAK or SILENT prediction for the target speaker
43
+ ```
44
+
45
+ ## Citation
46
+
47
+ If you use this model, please cite our work:
48
+
49
+ ```bibtex
50
+ @misc{bhagtani2026speakstaysilentcontextaware,
51
+ title={Speak or Stay Silent: Context-Aware Turn-Taking in Multi-Party Dialogue},
52
+ author={Bhagtani, Kratika and Anand, Mrinal and Xu, Yu Chen and Yadav, Amit Kumar Singh},
53
+ year={2026},
54
+ archivePrefix={arXiv},
55
+ url={https://arxiv.org/abs/2603.11409}
56
+ }
57
+ ```