lianghsun commited on
Commit
9ba4393
·
1 Parent(s): 6121bfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -10,10 +10,9 @@ st.set_page_config(page_title="資料上傳與檢查工具", layout="wide")
10
  BACKEND_URL = st.secrets.get("BACKEND_URL", None)
11
 
12
  st.title("🌟 協助貢獻繁體中文資料")
 
13
  st.markdown("""
14
- 歡迎加入我們,一起建立高品質的 **繁體中文語言資料集**!你提供的每一份資料,都能幫助未來的繁中模型更準確、更理解本地語境。
15
-
16
- 我們非常感謝你的協助,你的貢獻將直接推動繁體中文 AI 生態的發展!🌱
17
  """)
18
 
19
  st.info("⚠️ 請勿上傳真實個資或敏感商業資料。")
@@ -23,7 +22,7 @@ st.markdown("### 本次上傳設定")
23
  contributor_email = st.text_input("聯絡 email(選填)", placeholder="[email protected]")
24
  share_permission = st.checkbox(
25
  "我同意將本次上傳的資料,未來在去識別化後以開源形式提供研究與模型訓練使用。",
26
- value=False,
27
  )
28
 
29
  # 產生 UTC+8 的上傳時間(每次互動當下)
 
10
  BACKEND_URL = st.secrets.get("BACKEND_URL", None)
11
 
12
  st.title("🌟 協助貢獻繁體中文資料")
13
+ st.markdown("專案路徑: [tw-sharegpt](https://huggingface.co/datasets/lianghsun/tw-sharegpt)")
14
  st.markdown("""
15
+ 歡迎加入我們,一起建立高品質的 **繁體中文語言資料集**!你提供的每一份資料,都能幫助未來的繁中模型更準確、更理解本地語境。我們非常感謝你的協助,你的貢獻將直接推動繁體中文 AI 生態的發展!🌱
 
 
16
  """)
17
 
18
  st.info("⚠️ 請勿上傳真實個資或敏感商業資料。")
 
22
  contributor_email = st.text_input("聯絡 email(選填)", placeholder="[email protected]")
23
  share_permission = st.checkbox(
24
  "我同意將本次上傳的資料,未來在去識別化後以開源形式提供研究與模型訓練使用。",
25
+ value=True,
26
  )
27
 
28
  # 產生 UTC+8 的上傳時間(每次互動當下)