Gokulnath2003 commited on
Commit
e3a575c
·
verified ·
1 Parent(s): cc778b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -35,16 +35,14 @@ st.title("Sci-Mom 👩‍🏫 ")
35
  st.subheader("AI chatbot for Solving your doubts 📚 :)")
36
 
37
  # Custom description for SciMom in the sidebar
38
- st.sidebar.write("Built for my mom, with love ❤️. This model is pretrained with textbooks of Science NCERT.")
39
- st.sidebar.write("Base-Model used: Mistral-7B \n, Fine-Tuned : HF/Zephyr-7B-Beta,\n trained using: Docker AutoTrain.")
40
 
41
- # Add technical details in the sidebar
42
  st.sidebar.markdown(model_info["Zephyr-7B-β"]['description'])
43
  st.sidebar.markdown("""
44
  ### Zephyr 7B β 🤖
45
  Your personal science assistant, built with **7 billion parameters** to help with all your science Q&As.
46
 
47
- - **Trained for Science**: From Physics to Bio, it’s got you covered!
48
  - **Quick & Smart**: Handles easy to tough topics like a pro.
49
  - **Accurate**: Reliable answers every time.
50
 
 
35
  st.subheader("AI chatbot for Solving your doubts 📚 :)")
36
 
37
  # Custom description for SciMom in the sidebar
38
+ st.sidebar.write("Built for my mom, with love ❤️.")
 
39
 
 
40
  st.sidebar.markdown(model_info["Zephyr-7B-β"]['description'])
41
  st.sidebar.markdown("""
42
  ### Zephyr 7B β 🤖
43
  Your personal science assistant, built with **7 billion parameters** to help with all your science Q&As.
44
 
45
+ - **Trained using Ultrachat Feedbacks**!
46
  - **Quick & Smart**: Handles easy to tough topics like a pro.
47
  - **Accurate**: Reliable answers every time.
48