Spaces:
Sleeping
Sleeping
Gokulnath2003
commited on
Update app.py
Browse files
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 ❤️.
|
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
|
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 |
|