Add data source
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ def main():
|
|
187 |
st.markdown("# 🏆 日本語チャットボットアリーナ")
|
188 |
st.markdown("## 📖 説明")
|
189 |
st.markdown("| [Twitter](https://twitter.com/yutohub) | [GitHub](https://github.com/yutohub) | [ブログ](https://zenn.dev/yutohub) |")
|
190 |
-
st.markdown("日本語チャットボットアリーナは、日本語に対応しているLLMの評価のためのクラウドソーシングプラットフォームです。[LMSYS Chatbot Arena](https://huggingface.co/spaces/lmsys/chatbot-arena-leaderboard) を参考に、日本語に対応しているLLMのリーダーボードを作成することを目的としています。また、一部の質問と回答は、 [ELYZA-tasks-100](https://huggingface.co/datasets/elyza/ELYZA-tasks-100) を利用しています。")
|
191 |
st.markdown(""" > **注意事項:**
|
192 |
>
|
193 |
> 日本語チャットボットアリーナが提供する情報によって生じたいかなる損害についても、サービス提供者は一切の責任を負いません。
|
@@ -299,6 +299,8 @@ def main():
|
|
299 |
year={2023},
|
300 |
}
|
301 |
```
|
|
|
|
|
302 |
""")
|
303 |
|
304 |
|
|
|
187 |
st.markdown("# 🏆 日本語チャットボットアリーナ")
|
188 |
st.markdown("## 📖 説明")
|
189 |
st.markdown("| [Twitter](https://twitter.com/yutohub) | [GitHub](https://github.com/yutohub) | [ブログ](https://zenn.dev/yutohub) |")
|
190 |
+
st.markdown("日本語チャットボットアリーナは、日本語に対応しているLLMの評価のためのクラウドソーシングプラットフォームです。[LMSYS Chatbot Arena](https://huggingface.co/spaces/lmsys/chatbot-arena-leaderboard) を参考に、日本語に対応しているLLMのリーダーボードを作成することを目的としています。また、一部の質問と回答は、 [ELYZA-tasks-100](https://huggingface.co/datasets/elyza/ELYZA-tasks-100) や [Northern-System-Service/gpt4-autoeval](https://github.com/Northern-System-Service/gpt4-autoeval) を利用しています。")
|
191 |
st.markdown(""" > **注意事項:**
|
192 |
>
|
193 |
> 日本語チャットボットアリーナが提供する情報によって生じたいかなる損害についても、サービス提供者は一切の責任を負いません。
|
|
|
299 |
year={2023},
|
300 |
}
|
301 |
```
|
302 |
+
|
303 |
+
[(c) 2023 Northern System Service Co., Ltd.](https://github.com/Northern-System-Service/gpt4-autoeval/blob/main/LICENSE)
|
304 |
""")
|
305 |
|
306 |
|