Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ class CFG():
|
|
35 |
num_return_sequences = num_beams
|
36 |
uploaded_file = st.file_uploader("Choose a CSV file")
|
37 |
input_data = st.text_area(display_text)
|
38 |
-
model_name_or_path = 'sagawa/
|
39 |
input_column = 'input'
|
40 |
input_max_length = 400
|
41 |
model = 't5'
|
|
|
35 |
num_return_sequences = num_beams
|
36 |
uploaded_file = st.file_uploader("Choose a CSV file")
|
37 |
input_data = st.text_area(display_text)
|
38 |
+
model_name_or_path = 'sagawa/ReactionT5v2-forward'
|
39 |
input_column = 'input'
|
40 |
input_max_length = 400
|
41 |
model = 't5'
|