himmeow commited on
Commit
964f6ae
1 Parent(s): 70c76bd

Add application file

Browse files
Files changed (1) hide show
  1. app.py +39 -0
app.py ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.set_page_config(page_title="Rice Paper - Vietnamese LLMs", page_icon="🍚", layout="wide",
4
+ initial_sidebar_state="expanded",)
5
+
6
+ st.title("🍚 Rice Paper: Open-Source Vietnamese LLMs ⭐")
7
+
8
+ st.markdown("### Welcome!")
9
+ st.markdown("Rice Paper is a community of Vietnamese AI enthusiasts and developers passionate about advancing the state of Natural Language Processing (NLP) for the Vietnamese language. We believe in the power of open-source collaboration and strive to create and share high-quality LLMs that are accessible to everyone. ⭐")
10
+
11
+ # Latest Products (Featured Section)
12
+ st.markdown("### Our Latest Products")
13
+
14
+ # Product 2: Gemma 2B with Function Calling
15
+ st.markdown("[🤖 vi-gemma-2B with Function Calling](https://huggingface.co/ricepaper/vi-gemma-2b-specialized-function-calling)")
16
+ st.markdown("""
17
+ We've also fine-tuned Gemma 2B to integrate seamlessly with function calling capabilities. This enables the model to interact with external APIs and tools, expanding its potential beyond text generation.""")
18
+
19
+ # Product 1: Gemma 2B for RAG
20
+ st.markdown("[📖 vi-gemma-2B for Retrieval Augmented Generation (RAG)](https://huggingface.co/ricepaper/vi-gemma-2b-RAG)")
21
+ st.markdown("""
22
+ We've fine-tuned the powerful Gemma 2B model to excel at Retrieval Augmented Generation (RAG) tasks specifically for Vietnamese. This means our Gemma 2B can access and utilize external knowledge sources to provide more comprehensive and accurate responses. """)
23
+
24
+ # Latest tuto (Featured Section)
25
+ st.markdown("🛠 Our Turtorial Github repo: [github](https://github.com/Martincrux)")
26
+
27
+ st.markdown("### Our Team")
28
+ st.markdown("""
29
+ - **Hiếu Ngô (hiieu)**: [LinkedIn Profile](https://www.linkedin.com/in/hieu-ngo-500818174/)
30
+ - **Thành Quốc (himmeow)**: [LinkedIn Profile](https://www.linkedin.com/in/himmeowthecoder/)
31
+ - **Cúc Trịnh (kookie14)**: [LinkedIn Profile](https://www.linkedin.com/in/trinh-cuc-5722832b6/)
32
+ """)
33
+
34
+
35
+
36
+ st.markdown("A huge thank you to our main community partner, **[Fifth Civil Defender - 5CD (5CD-AI)](https://huggingface.co/5CD-AI)**, for their invaluable support!")
37
+
38
+ st.markdown("### Connect with Us")
39
+ st.markdown("Let's connect on LinkedIn! You can find our individual profiles above.")