Gokulnath2003 commited on
Commit
5fad261
·
verified ·
1 Parent(s): 2a7dbb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -13
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
- ### Meta-Llama 3 (8B)
44
- Yo, this **Meta-Llama 3 (8B)** is a next-level AI model built by Meta's genius squad. It packs a whopping **8 billion parameters** and is totally fine-tuned for school stuff, especially science Q&As.
45
 
46
- ### How it’s Trained:
47
- We fed it all the juicy info from **NCERT science textbooks** (yep, the same ones you use), covering Physics, Chem, Bio, and more. With **Docker AutoTrain**, we made sure it learns fast and scales like a boss.
 
48
 
49
- ### What it Does:
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)