Wootang01 commited on
Commit
41c9a59
1 Parent(s): e523621

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ if model_checkpoint == "xlm-roberta-large-finetuned-conll03-english":
32
  aggregation = st.sidebar.radio("", ('simple', 'none'))
33
  st.sidebar.write(xlm_agg_strategy_info)
34
  st.sidebar.write("")
35
- elif model_checkpoint == "xlm-roberta-base":
36
  aggregation = st.sidebar.radio("", ('simple', 'none'))
37
  st.sidebar.write(xlm_agg_strategy_info)
38
  st.sidebar.write("")
 
32
  aggregation = st.sidebar.radio("", ('simple', 'none'))
33
  st.sidebar.write(xlm_agg_strategy_info)
34
  st.sidebar.write("")
35
+ elif model_checkpoint == "xlm-roberta-large-xnli":
36
  aggregation = st.sidebar.radio("", ('simple', 'none'))
37
  st.sidebar.write(xlm_agg_strategy_info)
38
  st.sidebar.write("")