Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,6 +34,7 @@ model_name = st.sidebar.radio("Model (only use patching for\nsmall (<4L) models
|
|
| 34 |
"gpt2-medium",
|
| 35 |
#"gpt2-large",
|
| 36 |
#"gpt2-xl",
|
|
|
|
| 37 |
], index=1)
|
| 38 |
|
| 39 |
|
|
|
|
| 34 |
"gpt2-medium",
|
| 35 |
#"gpt2-large",
|
| 36 |
#"gpt2-xl",
|
| 37 |
+
"roneneldan/TinyStories-1Layer-21M",
|
| 38 |
], index=1)
|
| 39 |
|
| 40 |
|