File size: 574 Bytes
a15e210 2f2be53 a15e210 2f2be53 a15e210 54b0895 2f2be53 a15e210 2f2be53 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
import streamlit as st
# from transformers import AutoTokenizer, AutoModelForSequenceClassification
# from app_pages import page1_model_comparison, page2_rubert_toxicity, page3_gpt_model
st.title('LSTM Team Natuaral Language Processing Project YEAH')
# selection = st.sidebar.radio("Go to", ["Model Comparison", "RuBERT Toxicity Detection", "GPT Model"])
# if selection == "Model Comparison":
# page1_model_comparison.run()
# elif selection == "RuBERT Toxicity Detection":
# page2_rubert_toxicity.run()
# elif selection == "GPT Model":
# page3_gpt_model.run() |