Spaces:
Build error
Build error
privacy page: link to main privacy page + mention privacy@ email address (#116)
Browse files- PRIVACY.md +4 -0
PRIVACY.md
CHANGED
@@ -6,12 +6,16 @@ Please note that in `v0`, users are not authenticated in any way, i.e. this app
|
|
6 |
|
7 |
In a future version, we are considering exposing a setting for users to share their conversations with the model authors (here OpenAssistant) to improve their training data and their model over time. In other terms, model authors are the custodians of the data collected by their model, even if it's hosted on our platform.
|
8 |
|
|
|
|
|
9 |
## About available LLMs
|
10 |
|
11 |
The goal of this app is to showcase that it is now (April 2023) possible to build an open source alternative to ChatGPT. 💪
|
12 |
|
13 |
For now, it's running OpenAssistant's [latest LLaMA based model](https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor) (which is one of the current best open source chat models), but the plan in the longer-term is to expose all good-quality chat models from the Hub.
|
14 |
|
|
|
|
|
15 |
## Technical details
|
16 |
|
17 |
This app is running in a [Space](https://huggingface.co/docs/hub/spaces-overview), which entails that the code for this UI is open source: https://huggingface.co/spaces/huggingchat/chat-ui/tree/main.
|
|
|
6 |
|
7 |
In a future version, we are considering exposing a setting for users to share their conversations with the model authors (here OpenAssistant) to improve their training data and their model over time. In other terms, model authors are the custodians of the data collected by their model, even if it's hosted on our platform.
|
8 |
|
9 |
+
🗓 Please also consult huggingface.co's main privacy policy at https://huggingface.co/privacy. To exercise any of your legal privacy rights, please send an email to [email protected].
|
10 |
+
|
11 |
## About available LLMs
|
12 |
|
13 |
The goal of this app is to showcase that it is now (April 2023) possible to build an open source alternative to ChatGPT. 💪
|
14 |
|
15 |
For now, it's running OpenAssistant's [latest LLaMA based model](https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor) (which is one of the current best open source chat models), but the plan in the longer-term is to expose all good-quality chat models from the Hub.
|
16 |
|
17 |
+
We are not affiliated with Open Assistant, but if you want to contribute to the training data for the next generation of open models, please consider contributing to https://open-assistant.io/ ❤️
|
18 |
+
|
19 |
## Technical details
|
20 |
|
21 |
This app is running in a [Space](https://huggingface.co/docs/hub/spaces-overview), which entails that the code for this UI is open source: https://huggingface.co/spaces/huggingchat/chat-ui/tree/main.
|