Haofei Yu commited on
Commit
8cd6edd
1 Parent(s): 8b07d8c

update instruction (#57)

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +7 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Sotopia Demo
3
  emoji: 💻
4
  colorFrom: green
5
  colorTo: pink
 
1
  ---
2
+ title: Sotopia Space
3
  emoji: 💻
4
  colorFrom: green
5
  colorTo: pink
app.py CHANGED
@@ -89,14 +89,16 @@ def introduction():
89
  )
90
  with gr.Column(scale=5):
91
  gr.Markdown(
92
- """# Sotopia-Pi Demo
93
- **Chat with [Sotopia-Pi](https://github.com/sotopia-lab/sotopia-pi), brainstorm ideas, discuss your holiday plans, and more!**
94
 
95
- ➡️️ **Intended Use**: this demo is intended to showcase an early finetuning of [sotopia-pi-mistral-7b-BC_SR](https://huggingface.co/cmu-lti/sotopia-pi-mistral-7b-BC_SR)/
 
 
96
 
97
- ⚠️ **Limitations**: the model can and will produce factually incorrect information, hallucinating facts and actions. As it has not undergone any advanced tuning/alignment, it can produce problematic outputs, especially if prompted to do so. Finally, this demo is limited to a session length of about 1,000 words.
98
 
99
- 🗄️ **Disclaimer**: User prompts and generated replies from the model may be collected by TII solely for the purpose of enhancing and refining our models. TII will not store any personally identifiable information associated with your inputs. By using this demo, users implicitly agree to these terms.
100
  """
101
  )
102
 
 
89
  )
90
  with gr.Column(scale=5):
91
  gr.Markdown(
92
+ """# Sotopia Space
93
+ **Chat with different social agent models including [sotopia-pi](https://github.com/sotopia-lab/sotopia-pi), GPT and so on in sotopia space!**
94
 
95
+ ➡️️ **Intended Use**: Sotopia space is intended to showcase the social intelligence ability of different social agents in interesting social scenarios.
96
+
97
+ ➡️ **Guidance**: Step (1) Select a social scenario that interests you; Step (2) select a social agent you want to chat with; Step (3) negotiate/debate/cooperate with the agents to see whether your goal or their social goal can be achieved.
98
 
99
+ ⚠️ **Limitations**: The social agent can and will produce factually incorrect information, hallucinating facts and potentially offensive actions. It can produce problematic outputs, especially if prompted to do so.
100
 
101
+ 🗄️ **Disclaimer**: User prompts and generated replies from the model may be collected solely for the purpose of pure academic research. By using this demo, users implicitly agree to these terms.
102
  """
103
  )
104