tetrisd commited on
Commit
02c2615
·
1 Parent(s): 3473496

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -78,8 +78,10 @@ def main():
78
 
79
  with gr.Blocks(css='scrollbar.css') as demo:
80
  md = '''# BiasProbe: Revealing Preference Biases in Language Model Representations
81
- What do llamas really "think"? Type some words below to see how Mistral-7B-Instruct associates them with
82
- positive and negative emotions. Higher win rates indicate that the word is more likely to be associated with
 
 
83
  positive emotions than other words in the list.
84
 
85
  Check out our paper, [What Do Llamas Really Think? Revealing Preference Biases in Language Model Representations](http://arxiv.org/abs/2210.04885).
 
78
 
79
  with gr.Blocks(css='scrollbar.css') as demo:
80
  md = '''# BiasProbe: Revealing Preference Biases in Language Model Representations
81
+ What do llamas really "think" about controversial words?
82
+ Type some words below to see how Mistral-7B-Instruct associates them with
83
+ positive and negative emotions.
84
+ Higher win rates indicate that the word is more likely to be associated with
85
  positive emotions than other words in the list.
86
 
87
  Check out our paper, [What Do Llamas Really Think? Revealing Preference Biases in Language Model Representations](http://arxiv.org/abs/2210.04885).