Spaces:
Running
Running
disclaimer
Browse files
app.py
CHANGED
|
@@ -95,6 +95,8 @@ def main():
|
|
| 95 |
https://github.com/Glaciohound/LM-Steer for hosting larger models.
|
| 96 |
Some generated texts may contain toxic or offensive content. Please be
|
| 97 |
cautious when using the generated texts.
|
|
|
|
|
|
|
| 98 |
'''
|
| 99 |
col1, col2 = st.columns(2)
|
| 100 |
st.session_state.model_name = col1.selectbox(
|
|
|
|
| 95 |
https://github.com/Glaciohound/LM-Steer for hosting larger models.
|
| 96 |
Some generated texts may contain toxic or offensive content. Please be
|
| 97 |
cautious when using the generated texts.
|
| 98 |
+
Note that for these smaller models, the generation quality may not be as
|
| 99 |
+
good as the larger models (GPT-4, Llama, etc.).
|
| 100 |
'''
|
| 101 |
col1, col2 = st.columns(2)
|
| 102 |
st.session_state.model_name = col1.selectbox(
|