Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,23 +40,17 @@ st.sidebar.write("Base-Model used: Meta Llama, trained using: Docker AutoTrain."
|
|
40 |
# Add technical details in the sidebar
|
41 |
st.sidebar.markdown(model_info["Meta-Llama-3-8B"]['description'])
|
42 |
st.sidebar.markdown("""
|
43 |
-
###
|
44 |
-
|
45 |
|
46 |
-
|
47 |
-
|
|
|
48 |
|
49 |
-
|
50 |
-
This Llama’s mission? Make science super easy. Whether you're stuck on a tricky topic or just need a quick answer, it’s here to help you (and your teacher) break things down like a pro.
|
51 |
-
|
52 |
-
### Cool Stuff:
|
53 |
-
- **Knows Its Stuff**: It's laser-focused on science questions, so no random answers.
|
54 |
-
- **Super Smart**: Whether it's easy or advanced, it’s got you covered.
|
55 |
-
- **Trustworthy**: It's trained to get things right, so you can count on its answers.
|
56 |
-
|
57 |
-
Basically, it's like having a personal science tutor right in your pocket.
|
58 |
""")
|
59 |
|
|
|
60 |
st.sidebar.markdown("By Gokulnath ♔")
|
61 |
|
62 |
# If model selection was needed (now removed)
|
|
|
40 |
# Add technical details in the sidebar
|
41 |
st.sidebar.markdown(model_info["Meta-Llama-3-8B"]['description'])
|
42 |
st.sidebar.markdown("""
|
43 |
+
### Zephyr 7B β 🤖
|
44 |
+
Your personal science assistant, built with **7 billion parameters** to help with all your science Q&As.
|
45 |
|
46 |
+
- **Trained for Science**: From Physics to Bio, it’s got you covered!
|
47 |
+
- **Quick & Smart**: Handles easy to tough topics like a pro.
|
48 |
+
- **Accurate**: Reliable answers every time.
|
49 |
|
50 |
+
Need help with science? Zephyr’s got your back! 🔬📘
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
""")
|
52 |
|
53 |
+
|
54 |
st.sidebar.markdown("By Gokulnath ♔")
|
55 |
|
56 |
# If model selection was needed (now removed)
|