Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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"
|
| 82 |
-
|
|
|
|
|
|
|
| 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).
|